Jump to content

Ryder_RO

Membru
  • Posts

    535
  • Joined

  • Last visited

    Never

Everything posted by Ryder_RO

  1. foarte bun tutorialu 10/10
  2. mi-l daduse Vampir_MD inainte sa-l posteze :wink:
  3. frumos bravo 5/5
  4. nu fa 2xpost puteai sa dai un modify .. ai putea primi 5%warn arata ce sc in server.cfg sau ce ai pus ultima oara in GM
  5. ai ceva gresit in server.cfg
  6. si linile @stuntman and TheGuardianAngel aduceti globu magic )
  7. frumos tutorial bravo stuntman
  8. ms all!
  9. exista si un FS pt HoldCar dar nu il gasesc ; :sad: cauta si tu ... lam avut dar lam sters si acu nu il mai gasesc pe samp.com Click
  10. Ryder_RO

    Sal

    sal uite cata in ladmin cmd asta dcmd_car si inlocuiesteo cu asta dcmd_car(playerid,params[]) { new tmp[256], tmp2[256], tmp3[256], Index; tmp = strtok(params,Index), tmp2 = strtok(params,Index); tmp3 = strtok(params,Index); if(!strlen(tmp)) return SendClientMessage(playerid, red, "USAGE: /car [Modelid/Name] [colour1] [colour2]"); new car, colour1, colour2, string[128]; if(!IsNumeric(tmp)) car = GetVehicleModelIDFromName(tmp); else car = strval(tmp); if(car < 400 || car > 611) return SendClientMessage(playerid, red, "ERROR: Invalid Vehicle Model"); if(!strlen(tmp2)) colour1 = random(126); else colour1 = strval(tmp2); if(!strlen(tmp3)) colour2 = random(126); else colour2 = strval(tmp3); if(PlayerInfo[playerid][pCar] != -1 && !IsPlayerAdmin(playerid) ) CarDeleter(PlayerInfo[playerid][pCar]); new LVehicleID,Float:X,Float:Y,Float:Z, Float:Angle,int1; GetPlayerPos(playerid, X,Y,Z); GetPlayerFacingAngle(playerid,Angle); int1 = GetPlayerInterior(playerid); LVehicleID = CreateVehicle(car, X+3,Y,Z, Angle, colour1, colour2, -1); LinkVehicleToInterior(LVehicleID,int1); PlayerInfo[playerid][pCar] = LVehicleID; CMDMessageToAdmins(playerid,"CAR"); format(string, sizeof(string), "%s spawned a \"%s\" (Model:%d) colour (%d, %d), at %0.2f, %0.2f, %0.2f", pName(playerid), VehicleNames[car-400], car, colour1, colour2, X, Y, Z); SaveToFile("CarSpawns",string); format(string, sizeof(string), "You have spawned a \"%s\" (Model:%d) colour (%d, %d)", VehicleNames[car-400], car, colour1, colour2); return SendClientMessage(playerid,lightblue, string); }
  11. e frumos dar nici o descriere.... 5/5
  12. Ryder_RO

    zcmd

    la fel :sad:
  13. Ryder_RO

    zcmd

    cu functia asta imi da asa #pragma unusend message,tname //<- edited! erori C:\Documents and Settings\--__Rechitean__--\Desktop\Romania Galaxy Stunt\gamemodes\RGS.pwn(6095) : warning 207: unknown #pragma C:\Documents and Settings\--__Rechitean__--\Desktop\Romania Galaxy Stunt\gamemodes\RGS.pwn(6095) : error 038: extra characters on line Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase 1 Error. iar fara functie mi se compileaza dar in consola sc [10:05:13] Script[gamemodes/RGS.amx]: Run time error 19: "File or function is not found" [10:05:13] Number of vehicle models: 0 dc ?
  14. Ryder_RO

    zcmd

    nu cred...
  15. Frumos...5/5!
  16. Ryder_RO

    zcmd

    C:\Documents and Settings\--__Rechitean__--\Desktop\Romania Galaxy Stunt\gamemodes\RGS.pwn(4770) : error 017: undefined symbol "AddTeleport" C:\Documents and Settings\--__Rechitean__--\Desktop\Romania Galaxy Stunt\gamemodes\RGS.pwn(4771) : error 017: undefined symbol "AddTeleport" C:\Documents and Settings\--__Rechitean__--\Desktop\Romania Galaxy Stunt\gamemodes\RGS.pwn(4772) : error 017: undefined symbol "AddTeleport" C:\Documents and Settings\--__Rechitean__--\Desktop\Romania Galaxy Stunt\gamemodes\RGS.pwn(4773) : error 017: undefined symbol "AddTeleport" C:\Documents and Settings\--__Rechitean__--\Desktop\Romania Galaxy Stunt\gamemodes\RGS.pwn(4774) : error 017: undefined symbol "AddTeleport" C:\Documents and Settings\--__Rechitean__--\Desktop\Romania Galaxy Stunt\gamemodes\RGS.pwn(4775) : error 017: undefined symbol "AddTeleport" C:\Documents and Settings\--__Rechitean__--\Desktop\Romania Galaxy Stunt\gamemodes\RGS.pwn(4776) : error 017: undefined symbol "AddTeleport" C:\Documents and Settings\--__Rechitean__--\Desktop\Romania Galaxy Stunt\gamemodes\RGS.pwn(4777) : error 017: undefined symbol "AddTeleport" C:\Documents and Settings\--__Rechitean__--\Desktop\Romania Galaxy Stunt\gamemodes\RGS.pwn(4778) : error 017: undefined symbol "AddTeleport" C:\Documents and Settings\--__Rechitean__--\Desktop\Romania Galaxy Stunt\gamemodes\RGS.pwn(4779) : error 017: undefined symbol "AddTeleport" C:\Documents and Settings\--__Rechitean__--\Desktop\Romania Galaxy Stunt\gamemodes\RGS.pwn(4780) : error 017: undefined symbol "AddTeleport" C:\Documents and Settings\--__Rechitean__--\Desktop\Romania Galaxy Stunt\gamemodes\RGS.pwn(4781) : error 017: undefined symbol "AddTeleport" Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase 12 Errors. ^ || erorii si am pus asa CMD:stunt( playerid, params[ ] ) { if( sscanf( params, "i", params[ 0 ] ) ) return SendClientMessage( playerid, -1, "USAGE: < /stunt [ 1 - 12 ] >" ); switch( params[ 0 ] ) { case 1: AddTeleport ( playerid , "Stunt1", "~r~Stunt~g~1", 1838.4784, -1450.1213, 13.5628, 344.1002, 0, 0 ); case 2: AddTeleport ( playerid , "Stunt2", "~r~Stunt~g~2", 1967.3712, -1423.8013, 13.5749, 98.4679, 0, 0 ); case 3: AddTeleport ( playerid , "Stunt3", "~r~Stunt~g~3", 2470.7346, -2574.3794, 13.6596, 332.5301, 0, 0 ); case 4: AddTeleport ( playerid , "Stunt4", "~r~Stunt~g~4", 2791.0352, -2515.0664, 13.6303, 77.8111, 0, 0 ); case 5: AddTeleport ( playerid , "Stunt5", "~r~Stunt~g~5", 1685.5283, 1449.5259, 10.7699, 270.4896, 0, 0 ); case 6: AddTeleport ( playerid , "Stunt6", "~r~Stunt~g~6", 2236.2339, 1376.1831, 10.6985, 270.4896, 0, 0 ); case 7: AddTeleport ( playerid , "Stunt7", "~r~Stunt~g~7", 2805.2703, 1612.0198, 10.8203, 168.9687, 0, 0 ); case 8: AddTeleport ( playerid , "Stunt8", "~r~Stunt~g~8", -1997.1787, -281.9577, 35.4688, 0.0805, 0, 0 ); case 9: AddTeleport ( playerid , "Stunt9", "~r~Stunt~g~9", -2216.7144, 313.4335, 35.3203, 270.8029, 0, 0 ); case 10: AddTeleport ( playerid , "Stunt10", "~r~Stunt~g~10", -2268.1855, -102.7652, 35.3203, 270.8029, 0, 0 ); case 11: AddTeleport ( playerid , "Stunt11", "~r~Stunt~g~11", 2390.0061, 989.2574, 10.8203, 90.6579, 0, 0 ); case 12: AddTeleport ( playerid , "Stunt12", "~r~Stunt~g~12", 2012.7931, 892.2557, 10.8203, 90.3446, 0, 0 ); } return 1; } de ce imi de erorile... nu vroiam sa mai fac alt topic ; dar pe cel vechi lau inchis .
  17. Ryder_RO

    Help!

    if ( strcmp ( cmdtext, "/stunt1", true ) == 0 )return AddTeleport ( playerid , "Stunt1", "~r~Stunt~g~1", 1838.4784, -1450.1213, 13.5628, 344.1002, 0, 0 ); cum pot so fac zcmd... vreau sa inceapa asa CMD:stunt1( playerid, params[ ] ) Thanks
  18. daca e facut de tine 5/5 daca nu e ;
  19. frumos tutorial bravo
  20. editasem ... dar nush dc nu sa salvat :embarrassed: www.sa-mp.ro
  21. era pt sv forumului dar daca nu mai e.. :sad: ms pt com..
  22. Click aici AICI NU SE CER FS GM INC .............
  23. erai logat cu rconu? [b] Foarte dynamic, adaugi ce mesaje vrei tu sub OnFilterScriptInit Foloseste /start pentru a initia comanda cu detalii extra Foloseste !showmsgs in consola sau in joc /rcon !showmsgs pentru a lista mesajele. Cand folosesti /start message fara parametru v-a aparea un mesaj dintre cele scrise sub OnFilterScriptInit. Dar daca faci /start message Cel mai tare joc! jucatorii vor trebui sa scrie Cel mai tare joc! ca sa ia premiul! Arata cine a castigat cand scri prea tarziu raspunsul. V2.0 Foloseste /start quiz pentru a porni Quizu-l, foloseste /an <optiune> (a,b,c,d) pentru a raspunde! Am adaugat test de Quiz. Primesti o intrebare si 4 optiuni! Ca sa creezi o intrebare de Quiz dute la OnFilterScriptInit si uitate la CreateQuiz, ultimul parametru este raspunsul. Cine castiga i se v-a salva numele in fisiere in scriptfiles.Din interiorul unui fisier: Arata acum in acte milisecunde si secunde ai raspuns de la inceputul testului![/b]
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.