Jump to content

adytzu32

Membru
  • Posts

    56
  • Joined

  • Last visited

    Never

Everything posted by adytzu32

  1. adytzu32

    Erori Pawno

    eu zic ca nu,atata timp cat iti merge ce ai adaugat tu inseamna ca e bine.
  2. normal ca din cauza asta.de la 0.2x upgradeaza la 0.3a
  3. http://forum.sa-mp.com/index.php?topic=4798.0 ;)
  4. new numele gangului; numele gangului = GangZoneCreate(coordonatele);
  5. http://pastebin.com/m6345ebe3
  6. if(strcmp(cmd,"/idcard",true)==0) { if(IsPlayerConnected(playerid)) { tmp = strtok(cmdtext, idx); if(!strlen(tmp)) { SendClientMessage(playerid, COLOR_WHITE, "USAGE: /idcard [playerid/PartOfName]"); return 1; } giveplayerid = ReturnUser(tmp); if(IsPlayerConnected(giveplayerid)) { if(giveplayerid != INVALID_PLAYER_ID) { if (ProxDetectorS(8.0, playerid, giveplayerid)) { } GetPlayerName(giveplayerid, giveplayer, sizeof(giveplayer)); GetPlayerName(playerid, sendername, sizeof(sendername)); SendClientMessage(giveplayerid, COLOR_WHITE, "|_________ Identification Card _________|"); format(string, sizeof(string), "** Name: %s.", sendername); SendClientMessage(giveplayerid, COLOR_GREY, string); format(string, sizeof(string), "** Level: %d.", PlayerInfo[playerid][pLevel]); SendClientMessage(giveplayerid, COLOR_GREY, string); format(string, sizeof(string), "** Phone Number: %d.", PlayerInfo[playerid][pPnumber]); SendClientMessage(giveplayerid, COLOR_GREY, string); format(string, sizeof(string), "** City: Los Santos."); SendClientMessage(giveplayerid, COLOR_GREY, string); format(string, sizeof(string), "** Age: %d.", PlayerInfo[playerid] ); SendClientMessage(giveplayerid, COLOR_GREY, string); SendClientMessage(giveplayerid, COLOR_WHITE, "|____________________________________|"); format(string, sizeof(string), "* %s is showing his identification card to %s.", sendername ,giveplayer); ProxDetector(30.0, playerid, string, COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE); } else { SendClientMessage(playerid, COLOR_GREY, " That player is not near you !"); return 1; } } } else { SendClientMessage(playerid, COLOR_GREY, " That player is Offline !"); return 1; } } return 1; }
  7. if(strcmp(cmd,"/idcard",true)==0) { if(IsPlayerConnected(playerid)) { tmp = strtok(cmdtext, idx); if(!strlen(tmp)) { SendClientMessage(playerid, COLOR_WHITE, "USAGE: /idcard [playerid/PartOfName]"); return 1; } giveplayerid = ReturnUser(tmp); if(IsPlayerConnected(giveplayerid)) { if(giveplayerid != INVALID_PLAYER_ID) { if (ProxDetectorS(8.0, playerid, giveplayerid)) { GetPlayerName(giveplayerid, giveplayer, sizeof(giveplayer)); GetPlayerName(playerid, sendername, sizeof(sendername)); SendClientMessage(giveplayerid, COLOR_WHITE, "|_________ Identification Card _________|"); format(string, sizeof(string), "** Name: %s.", sendername); SendClientMessage(giveplayerid, COLOR_GREY, string); format(string, sizeof(string), "** Phone Number: %d.", PlayerInfo[playerid[pPnumber]); SendClientMessage(giveplayerid, COLOR_GREY, string); format(string, sizeof(string), "** City: Los Santos."); SendClientMessage(giveplayerid, COLOR_GREY, string); format(string, sizeof(string), "** Sex: %d.", PlayerInfo[playerid][pSex]); SendClientMessage(giveplayerid, COLOR_GREY, string); ormat(string, sizeof(string), "** Age: %d.", PlayerInfo[playerid][pAge]); SendClientMessage(giveplayerid, COLOR_GREY, string); format(string, sizeof(string), "** Wanted: %d.", WantedLevel[playerid]); SendClientMessage(giveplayerid, COLOR_GREY, string); SendClientMessage(giveplayerid, COLOR_WHITE, "|____________________________________|"); format(string, sizeof(string), "* %s is showing his identification card to %s.", sendername ,giveplayer); ProxDetector(30.0, playerid, string, COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE); } else { SendClientMessage(playerid, COLOR_GREY, " That player is not near you !"); return 1; } } } else { SendClientMessage(playerid, COLOR_GREY, " That player is Offline !"); return 1; } } return 1; scz pt dublu post,nu-mi merge edit :| zi-mi daca merge
  8. si totusi file-ul acesta il am in includea spus ca-l are
  9. sterge toate serverele si tine doar 1.eventual poti pune tot ce ai din celelalte servere gm/fs/include etc. in serverul respectiv
  10. da tu nu o poti face?e chiar asa de greu?trebuie sa gandesti un pic inainte sa faci o comanda
  11. nu,e facut de mine.nu l-am editat ci doar am vazut tutorialul
  12. da e facuta de mine cu un tutorial in limba rusa :-X
  13. Acesta este primul meu FS lansat.Nu-l criticati dur este versiunea 1.0(lucrez la 2.0).Un FS mic dar eficient pentru cei incepatori. Ce contine acesta: Un sistem GPS cu urmatoarele locatii: PD(original) Spitalul All Saints(original) City Hall(cladirea de langa PD) Benzinaria Los Santos(cea de langa Groove) Banca Los Santos(cea din modul GF) Magazinul de langa gara DMV(cel de langa gara) Discoteca Alhambra Ce va contine 2.0: /gps on,/gps off;trebuie sa te afli intr-o masina ca sa-l poti folosi+noi locatii la cerere(prin pm) Buguri:Daca gasiti va rog sa postati aici Comenzi:/gps pentru aflarea locatiilor http://www.mediafire.com/download.php?zmymlbd0tmw
  14. adytzu32

    Interior HQ

    de pe site-ul ala X,Y,Z sunt coordonatele interiorului. EDIT: { SetPlayerPos(playerid, coordonatele interiorului); GameTextForPlayer(playerid, "Un text care vrei sa apara cand un jucator intra in el",5000,1); SetPlayerInterior(playerid,6); SetPlayerFacingAngle(playerid, 0); PlayerInfo[playerid][pInt] = 6; } PS:sunt mai multe interioare cu acelasi nr.ai grija la coordonate
  15. adytzu32

    Interior HQ

    http://weedarr.wikidot.com/interior
  16. si nu poti adauga GivePlayerMoney(playerid, cat vrei sa ii ia?);
  17. 1.exprima-te mai bine 2.lucrez acum la ea,dar nu prea am timp 3.trebuie modificat din script culorile
  18. adytzu32

    Interior HQ

    SetPlayerPos(playerid, coordonatele ); SetPlayerInterior(playerid,12); 12=nr. interiorului daca vrei ca jucatorul sa poata intra in respectivul interior numai daca se afla pe niste coordonata foloseste: PlayerToPoint
  19. incearca #new_team PD 0 sau #new PD 0 sau #Team PD 0 nu prea mai stiu cum era
  20. cauti coordonatele in script si vezi daca le gasesti.daca da le stergi daca nu,soarta
  21. poti dar iti trebuie coordonatele de la porti.altfel e imposibil sa le gasesti doar daca ai puse la sfarsit // lspd gate sau ceva de genu
  22. e cam greu....chiar e foarte greu.cred ca va trebui sa le lesi asa :| sau sa cauti coordonatele dar va fi foarte greu
  23. iti trebuie coordonatele de la ele.e cam greu daca nu le-ai facut tu in mta si nu le-ai salvat.
×
×
  • 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.