Jump to content

xxSPEEDYxx

Membru
  • Posts

    1.614
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by xxSPEEDYxx

  1. destul de frumoasa 5/5:D
  2. nu ai defnit strtok...ial de aici: http://wiki.sa-mp.com/strtok mie nu imi merge sa-mp.com si nu suNT acasa ca sa il pot da...
  3. xxSPEEDYxx

    Ban

    daca ai junkbuster baga-l acolo la forbiden names...
  4. misto 5/5:D
  5. qUick se vede ca nu gadesti am spus ca, cu functia if(GetPlayerWantedLevel >= 1) o folosesti pentru a nu-l lasa sa intre in casa...tu crezi ca ii destul ca pui numai asta: if(GetPlayerWantedLevel >= 1)??? wathever...uite fa asa: if(strcmp(cmdtext, "/enter", true) == 0) { if(GetPlayerWantedLevel(playerid) >= 1) { if PlayerToPoint(5,playerid,999.2678,-919.9958,42.1797) { SetPlayerPos(playerid,-27.312299,-29.277599,1003.557250); SetPlayerInterior(playerid,4); PlayerInfo[playerid][pInt] = 4; GameTextForPlayer(playerid, "~h~24/7", 5000, 1); return 1; } else { GameTextForPlayer(playerid, "~r~Criminals can't hide in houses!", 5000, 1); return 1; } } }
  6. uite eu iti recomand asta sa folosesti: http://www.sa-mp.ro/forum/index.php/topic,13067.0.html EDIT: al 600-lea meu post:P
  7. xxSPEEDYxx

    [MAP]MiniTown

    mie imi place bv 5/5:D
  8. incerca asa: COMMAND:up(playerid, params[]) { new Float:x, Float:y, Float:z; tmp = strtok(cmdtext, idx); new height = strval(tmp); if(height != 0) { if(IsPlayerInAnyVehicle(playerid)) { GetVehiclePos(GetPlayerVehicleID(playerid), x, y, z); SetVehiclePos(GetPlayerVehicleID(playerid), x, y, z + height); } else { GetPlayerPos(playerid, x, y, z); GivePlayerWeapon(playerid, 46, 1); SetPlayerPos(playerid, x, y, z + height); } } else { SendClientMessage(playerid, COLOR_RED, "Correct usage: /up <height>"); } return 1; }
  9. pentru errorile pe care leai primit acolo nu ai definit ReturUser stiu ca ii un stock..da nul gasesc sa til dau...si pentru "symbol already defined: "strtok" "sterge strtok unde il ai in GM...
  10. acolo sus ai: #define MAX_HOUSES 1028 pune asa: #define MAX_HOUSES 2000 asa vei putea pune peste 2000 de case...
  11. OFF: vreau sa spun si eu ca nu merge sa dau nici un smiley, nici un quote nika...numai reply... ON:dar dc ne intrebi pe noi, nu noi am fakt systemu ala de admin intreabai pe cei de la host sau pe zhero....
  12. poftim aici tutorialul: http://www.sa-mp.ro/forum/index.php/topic,2705.0.html PS. - nush cum nu lai gasit ca era pe prima pagina... ca sa nu il lase cu stelele de wanted in casa faci cu functia asta: if(GetPlayerWantedLevel >= 1) {
  13. :|...nu ai asta in FS sau in GM unde vrei sa pui gates alea: enum pInfo { pMember, pLeader }; new PlayerInfo[MAX_PLAYERS][pInfo]
  14. ai toate obiectele convertite in CreateDynamicObject?
  15. deci eu iti fac cum am eu cu variabila la mn pt limba asta ar fii cam asa: OnPlayerConnect(playerid) { new langfile[100]; if(!dini_Exists(langfile)) { dini_Create(langfile); dini_IntSet(langfile, "English", 0); dini_IntSet(langfile, "Romana", 0); if(Roman[playerid] = 0) = dini_Int(langfile, "English"); if(Roman[playerid] = 1) = dini_Int(langfile, "Romana"); } else { if(Roman[playerid] = 0) = dini_Int(langfile, "English"); if(Roman[playerid] = 1) = dini_Int(langfile, "Romana"); } return 1; } nu sunt prea sigur ca ii bine dar noh am incercat... PS. - mai bn te ocupi sa stii Y_INI pt ca ii mai rapid...decat dini...nu are rost sa te inveti akm dini....
  16. GJ stuntman...o treaba ft bine fakuta... 10/10 PS. - mai aveam eu un anti-money hack dar ala era deja depasit:P
  17. mda...LuxSpedometer face lag ft mare lam incercat si eu si... pentru doar chestia aia Don.Capone cu max speed mai bn folosesti JunkBuster...(pararea mea)
  18. nu se dau ID-uri de mess nu este permis ai grija ca poti primi warn mai uitate si tu pe aici: http://www.sa-mp.ro/forum/index.php/topic,2.0.html
  19. o pui in pawno/incudes...
  20. ce tare ii cred ca o sa o folosesc la mn pe sv:P 10/10:D
  21. nui ai include utils le gasesti aici: http://pastebin.com/yycFAJ4Y PS. am dato pe pastebin ca nu merge sa-mp.com...nush ce are...
  22. mda stuntman are dreptate...foarte foarte folositor...pentru cei ce nu stiu dc nu ii porneste sv...
  23. 1.Vad ca esti nou pe forum si in scripting citeste si tu un pic pe aici: http://www.sa-mp.ro/forum/index.php/topic,2.0.html 2.Dai CTRL+F pui acolo OnPlayerCommandText si o pui acolo la onplayercommandtext
  24. hmm...guardian adu globu tau sa ma uit ce spune...... PS. - man da si tu linile la care da error...noi de unde sa stim linile degeaba niai dat scriptu...
  25. foloseste textdraweditor a lui zamaroth cu el face ce td vrei...numai ca nush ce are nu merge sa-mp.com si nu pot sa iti dau link de download... EDIT: http://forum.sa-mp.com/showthread.php?t=117851&highlight=textdraweditor <- ial de acolo:P
×
×
  • 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.