Jump to content

Джо

Membru
  • Posts

    1.557
  • Joined

  • Last visited

  • Days Won

    28

Everything posted by Джо

  1. .
  2. TC,nerespectarea modelului:).
  3. Cum adica sa nu mai dea kick automat?Exprimate mai bine:)).
  4. A spus bine Ph0eniX,dar trebuie sa ii faci setarile la JunkBuster,asta nu il bagi asa ca un fs si #include <JunkBuster>.De aceea voi spuneti ca JunkBusteru e cel mai neperformant AntiCheat. And Eklips nu se face reclama la id de skype.Poti sa il pui la profilul tau. Poftim JunkBuster 11 fara setari facute. http://www.mediafire.com/download/8sfi4fcii3qsrdl/JunkBuster11.zip PS:Ca sa ii faci setarile intrii in scriptfilles si dai pe Junkbuster.cfg,sau urmezi instructiunile in INSTRUCTIONS.TXT
  5. Dane direct liniile 9458 9461 9464 9467
  6. Foarte frumos.Bravo si succes in continuare.
  7. Ca bine spui. Dar eu il sugerez pe ARTIST impreuna cu Ar3s(rusi amandoi). Mai e si Mush(cel care a facut Turnul Eifell,sincer am reusit sa dau de el si creeaza mape RP si RPG super tari).Bravo si succes in continuare,tot respectul de la mine,te-am luat ca mapper pe serverul meu:)). http://forum.sa-mp.ro/index.php/topic/18853-proiect-turnu-eiffel/#entry106051 Pe Shad0w nu l-am vazut cu mape stralucite pe Bugged(sincer asta cred ca e linguseala) la fel si la restu postate in al doilea reply. Pe FarSe il cunosc ca programator web nu prea i-am vazut ''creatiile''.Am un prieten (#SeBy)care,spun eu va avea un viitor frumos in mapping(el lucreaza in privat si doar contra-cost de aceea nu ii vedeti creeatiile pe net).Cat restul mapperilor, Gireada,NexT si sa nu uitam de WopsS:)
  8. Ok,topic closed,problema rezolvata.(vorbisem cu el pe mess).
  9. Foarte tare,dami add pe mess.As vrea sa vorbim:)
  10. Nici macar nu ai postat toata comanda. Incearca : [pawn] if(strcmp(cmd, "/addfnews", true) == 0) { if(IsPlayerConnected(playerid)) { new length = strlen(cmdtext); while ((idx < length) && cmdtext[idx] <= ' ')) { idx++; } new offset = idx; new result[200]; while ((idx < length) && ((idx - offset) < (sizeof(result) - 1))) { result[idx - offset] = cmdtext[idx]; idx++; } result[idx - offset] = EOS; if(!strlen(result)) { SendClientMessage(playerid, COLOR_LIGHTRED, "USAGE: {FFFFFF}/addfnews [text]"); return 1; } if(FindIP(result)) /// Anti-Reclama { GetPlayerName(playerid, sendername, sizeof(sendername)); format(string, sizeof(string), "Server: %s a fost Banat Permanent, Motiv: Tentativa Reclama", sendername); SendClientMessageToAll(COLOR_RED, string); Ban(playerid); return 1; } else { if(PlayerInfo[playerid][pLeader] != 0) { if(PlayerInfo[playerid][pLeader] == 1) { fnews1 = result; } else if(PlayerInfo[playerid][pLeader] == 2) { fnews2 = result; } else if(PlayerInfo[playerid][pLeader] == 3) { fnews3 = result; } else if(PlayerInfo[playerid][pLeader] == 4) { fnews4 = result; } else if(PlayerInfo[playerid][pLeader] == 5) { fnews5 = result; } else if(PlayerInfo[playerid][pLeader] == 6) { fnews6 = result; } else if(PlayerInfo[playerid][pLeader] == 7) { fnews7 = result; } else if(PlayerInfo[playerid][pLeader] == 8) { fnews8 = result; } else if(PlayerInfo[playerid][pLeader] == 9) { fnews9 = result; } else if(PlayerInfo[playerid][pLeader] == 10) { fnews10 = result; } else if(PlayerInfo[playerid][pLeader] == 11) { fnews11 = result; } else if(PlayerInfo[playerid][pLeader] == 12) { fnews12 = result; } else if(PlayerInfo[playerid][pLeader] == 13) { fnews13 = result; } else if(PlayerInfo[playerid][pLeader] == 14) { fnews14 = result; } else if(PlayerInfo[playerid][pLeader] == 15) { fnews15 = result; } else if(PlayerInfo[playerid][pLeader] == 16) { fnews16 = result; } else if(PlayerInfo[playerid][pLeader] == 0) { SCM(playeid, COLOR_RED, "Server: Acces respins ! Tu NU esti lider la nicio factiune !"); } } return 1; } } return 1; } if(strcmp(cmd, "/fnews", true) == 0) { if(IsPlayerConnected(playerid)) { if(PlayerInfo[playerid][pMember] == 1 || PlayerInfo[playerid][pLeader] == 1) { SendClientMessage(playerid, COLOR_WHITE, "_____Faction News_____"); format(string, sizeof(string), "%s", fnews1); SendClientMessage(playerid, COLOR_LIGHTRED, string); } else if(PlayerInfo[playerid][pMember] == 2 || PlayerInfo[playerid][pLeader] == 2) { SendClientMessage(playerid, COLOR_WHITE, "_____Faction News_____"); format(string, sizeof(string), "%s", fnews2); SendClientMessage(playerid, COLOR_LIGHTRED, string); } else if(PlayerInfo[playerid][pMember] == 3 || PlayerInfo[playerid][pLeader] == 3) { SendClientMessage(playerid, COLOR_WHITE, "_____Faction News_____"); format(string, sizeof(string), "%s", fnews3); SendClientMessage(playerid, COLOR_LIGHTRED, string); } else if(PlayerInfo[playerid][pMember] == 4 || PlayerInfo[playerid][pLeader] == 4) { SendClientMessage(playerid, COLOR_WHITE, "_____Faction News_____"); format(string, sizeof(string), "%s", fnews4); SendClientMessage(playerid, COLOR_LIGHTRED, string); } else if(PlayerInfo[playerid][pMember] == 5 || PlayerInfo[playerid][pLeader] == 5) { SendClientMessage(playerid, COLOR_WHITE, "_____Faction News_____"); format(string, sizeof(string), "%s", fnews5); SendClientMessage(playerid, COLOR_LIGHTRED, string); } else if(PlayerInfo[playerid][pMember] == 6 || PlayerInfo[playerid][pLeader] == 6) { SendClientMessage(playerid, COLOR_WHITE, "_____Faction News_____"); format(string, sizeof(string), "%s", fnews6); SendClientMessage(playerid, COLOR_LIGHTRED, string); } else if(PlayerInfo[playerid][pMember] == 7 || PlayerInfo[playerid][pLeader] == 7) { SendClientMessage(playerid, COLOR_WHITE, "_____Faction News_____"); format(string, sizeof(string), "%s", fnews7); SendClientMessage(playerid, COLOR_LIGHTRED, string); } else if(PlayerInfo[playerid][pMember] == 8 || PlayerInfo[playerid][pLeader] == 8) { SendClientMessage(playerid, COLOR_WHITE, "_____Faction News_____"); format(string, sizeof(string), "%s", fnews8); SendClientMessage(playerid, COLOR_LIGHTRED, string); } else if(PlayerInfo[playerid][pMember] == 9 || PlayerInfo[playerid][pLeader] == 9) { SendClientMessage(playerid, COLOR_WHITE, "_____Faction News_____"); format(string, sizeof(string), "%s", fnews9); SendClientMessage(playerid, COLOR_LIGHTRED, string); } else if(PlayerInfo[playerid][pMember] == 10 || PlayerInfo[playerid][pLeader] == 10) { SendClientMessage(playerid, COLOR_WHITE, "_____Faction News_____"); format(string, sizeof(string), "%s", fnews10); SendClientMessage(playerid, COLOR_LIGHTRED, string); } else if(PlayerInfo[playerid][pMember] == 11 || PlayerInfo[playerid][pLeader] == 11) { SendClientMessage(playerid, COLOR_WHITE, "_____Faction News_____"); format(string, sizeof(string), "%s", fnews11); SendClientMessage(playerid, COLOR_LIGHTRED, string); } else if(PlayerInfo[playerid][pMember] == 12 || PlayerInfo[playerid][pLeader] == 12) { SendClientMessage(playerid, COLOR_WHITE, "_____Faction News_____"); format(string, sizeof(string), "%s", fnews12); SendClientMessage(playerid, COLOR_LIGHTRED, string); } else if(PlayerInfo[playerid][pMember] == 13 || PlayerInfo[playerid][pLeader] == 13) { SendClientMessage(playerid, COLOR_WHITE, "_____Faction News_____"); format(string, sizeof(string), "%s", fnews13); SendClientMessage(playerid, COLOR_LIGHTRED, string); } else if(PlayerInfo[playerid][pMember] == 14 || PlayerInfo[playerid][pLeader] == 14) { SendClientMessage(playerid, COLOR_WHITE, "_____Faction News_____"); format(string, sizeof(string), "%s", fnews14); SendClientMessage(playerid, COLOR_LIGHTRED, string); } else if(PlayerInfo[playerid][pMember] == 15 || PlayerInfo[playerid][pLeader] == 15) { SendClientMessage(playerid, COLOR_WHITE, "_____Faction News_____"); format(string, sizeof(string), "%s", fnews15); SendClientMessage(playerid, COLOR_LIGHTRED, string); } else if(PlayerInfo[playerid][pMember] == 16 || PlayerInfo[playerid][pLeader] == 16) { SendClientMessage(playerid, COLOR_WHITE, "_____Faction News_____"); format(string, sizeof(string), "%s", fnews16); SendClientMessage(playerid, COLOR_LIGHTRED, string); } else if(playerInfo[playerid][pMember] == 0 && PlayerInfo[playerid][pLeader] == 0) { SendClientMessage(playerid, COLOR_RED, "Tu nu esti membru/lider al niciunei factiuni !"); } } return 1; }[/pawn]-O pui la public OnPlayerCommandText Iar dupa cauta new si pune numarul de factiuni ex: 16 factiuni ai. Daca urmezi pas cu pas,o sa iti reuseasca,eu am testat si mi-a mers.
  11. Dupa ce pui //#include <JunkBuster> cauta si JB_Ban si vezi daca ai ceva.
  12. Care mai exact sunt liniile 192 pana la cele de 211?
  13. Foloseste un anti money hack bun,nu folosi Junkbuster,ala iti ia toti banii daca nu ai setarile facute la el.
  14. La 2 nu cred ca este posibil asa ceva. 1.Tie iti este legata remorca direct de tir cand intrii in tir sau o legi tu dupa?
  15. Frumos,mappingul,bravo.[10/10]
  16. Ok,multumesc.
  17. Problemă întâlnită (descriere): Am incercat sa fac un sistem de /buycar pe dialog si mi-a reusit pana cand am dat de ondialogresponse. Ero(area / rile) / warning-(ul / urile): 26 de erori. Liniile de cod / sursa / script-ul: [pawn]if(strcmp(cmd, "/buycar", true) == 0) { if(TotalMasini < 2000) { if(PlayerToPoint(3.0, playerid,637.8715,-492.2792,16.3359)) { new x_nr[64]; x_nr = strtok(cmdtext, idx); if(!strlen(x_nr)) { SendClientMessage(playerid, COLOR_ORANGE, "/buycar [nume/lista]"); ShowPlayerDialog(playerid,DIALOG_CATEGORY,DIALOG_STYLE_LIST ,"Categorii de masini","Masini ieftinenMasini cu tractiunenCamionetenTirurinMasini SportnMasini Off RoadnMasini de donator","Urmatorul","Cancel"); return 1; }[/pawn] OnDialogResponse: [pawn] if(dialogid == DIALOG_CATEGORY) { if(response) { switch(listitem) { case 0: { ShowPlayerDialog(playerid,112,DIALOG_STYLE_LIST ,"Masini ieftine","Sunrise 100.000$nPerenial 50.000$n","Buy","Cancel"); case 1: { ShowPlayerDialog(playerid,113,DIALOG_STYLE_LIST ,"Masini cu tractiune","SandKing 1.000.000$n","Buy","Cancel"); } case 2: { ShowPlayerDialog(playerid,114,DIALOG_STYLE_LIST ,"Camionete","Burrito 100.000$nn","Buy","Cancel"); } case 3: { ShowPlayerDialog(playerid,115,DIALOG_STYLE_LIST ,"Tiruri","RoadTrain 300.000$n","Buy","Cancel"); } case 4: { ShowPlayerDialog(playerid,116,DIALOG_STYLE_LIST ,"Masini sport","Super GT 1.000.000$n","Buy","Cancel"); } case 5: { ShowPlayerDialog(playerid,117,DIALOG_STYLE_LIST ,"Masini OFF Road","Mesa 1.000.000$n","Buy","Cancel"); } case 6: { ShowPlayerDialog(playerid,118,DIALOG_STYLE_LIST ,"Masini de donator","Maverick 1.000.000$n","Buy","Cancel"); } } } else { SendClientMessage(playerid, COLOR_RED, "Ai anulat") } }[/pawn] Iar dupa ca sa vina alt dialog sa scrie numele masinii: [pawn] if(dialogid == 112) { if(response) { switch(listitem) { case 0: { ShowPlayerDialog(playerid,119,DIALOG_STYLE_INPUT ,"Dealer Ship","Scrie numele masini aici:n","Buy","Cancel"); } } } else { SendClientMessage(playerid, COLOR_RED, "Ai anulat") } } if(dialogid == 113) { if(response) { switch(listitem) { case 0: { ShowPlayerDialog(playerid,119,DIALOG_STYLE_INPUT ,"Dealer Ship","Scrie numele masini aici:n","Buy","Cancel"); } } } else { SendClientMessage(playerid, COLOR_RED, "Ai anulat") } } if(dialogid == 114) { if(response) { switch(listitem) { case 0: { ShowPlayerDialog(playerid,119,DIALOG_STYLE_INPUT ,"Dealer Ship","Scrie numele masini aici:n","Buy","Cancel"); } } } else { SendClientMessage(playerid, COLOR_RED, "Ai anulat") } } if(dialogid == 115) { if(response) { switch(listitem) { case 0: { ShowPlayerDialog(playerid,119,DIALOG_STYLE_INPUT ,"Dealer Ship","Scrie numele masini aici:n","Buy","Cancel"); } } } else { SendClientMessage(playerid, COLOR_RED, "Ai anulat") } } if(dialogid == 116) { if(response) { switch(listitem) { case 0: { ShowPlayerDialog(playerid,119,DIALOG_STYLE_INPUT ,"Dealer Ship","Scrie numele masini aici:n","Buy","Cancel"); } } } else { SendClientMessage(playerid, COLOR_RED, "Ai anulat") } } if(dialogid == 117) { if(response) { switch(listitem) { case 0: { ShowPlayerDialog(playerid,119,DIALOG_STYLE_INPUT ,"Dealer Ship","Scrie numele masini aici:n","Buy","Cancel"); } } } else { SendClientMessage(playerid, COLOR_RED, "Ai anulat") } } if(dialogid == 118) { if(response) { switch(listitem) { case 0: { ShowPlayerDialog(playerid,119,DIALOG_STYLE_INPUT ,"Dealer Ship","Scrie numele masini aici:n","Buy","Cancel"); } } } else { SendClientMessage(playerid, COLOR_RED, "Ai anulat") } }[/pawn] [pawn]D:GamesVladADOUAV~1pawnoincludestreamer.inc(305) : error 017: undefined symbol "Streamer_OnPlayerConnect" D:GamesVladADOUAV~1pawnoincludestreamer.inc(325) : error 017: undefined symbol "Streamer_OnPlayerDisconnect" D:GamesVladADOUAV~1pawnoincludestreamer.inc(391) : error 017: undefined symbol "Streamer_OnPlayerPickUpPickup" D:GamesVladADOUAV~1pawnoincludestreamer.inc(411) : error 017: undefined symbol "Streamer_OnPlayerEnterCP" D:GamesVladADOUAV~1pawnoincludestreamer.inc(431) : error 017: undefined symbol "Streamer_OnPlayerLeaveCP" D:GamesVladADOUAV~1pawnoincludestreamer.inc(451) : error 017: undefined symbol "Streamer_OnPlayerEnterRaceCP" D:GamesVladADOUAV~1pawnoincludestreamer.inc(471) : error 017: undefined symbol "Streamer_OnPlayerLeaveRaceCP" D:GamesVladA Doua Viataa2viata.pwn(2321) : error 004: function "ClearChatbox" is not implemented D:GamesVladA Doua Viataa2viata.pwn(2332) : error 004: function "ClearChatbox" is not implemented D:GamesVladA Doua Viataa2viata.pwn(2351) : error 004: function "ClearChatbox" is not implemented D:GamesVladA Doua Viataa2viata.pwn(2362) : error 004: function "ClearChatbox" is not implemented D:GamesVladA Doua Viataa2viata.pwn(2390) : error 004: function "ClearChatbox" is not implemented D:GamesVladA Doua Viataa2viata.pwn(2406) : error 004: function "ClearChatbox" is not implemented D:GamesVladA Doua Viataa2viata.pwn(2420) : error 004: function "ClearChatbox" is not implemented D:GamesVladA Doua Viataa2viata.pwn(2434) : error 004: function "ClearChatbox" is not implemented D:GamesVladA Doua Viataa2viata.pwn(2447) : error 004: function "ClearChatbox" is not implemented D:GamesVladA Doua Viataa2viata.pwn(2460) : error 004: function "ClearChatbox" is not implemented D:GamesVladA Doua Viataa2viata.pwn(2472) : error 004: function "ClearChatbox" is not implemented D:GamesVladA Doua Viataa2viata.pwn(2488) : error 004: function "ClearChatbox" is not implemented D:GamesVladA Doua Viataa2viata.pwn(2502) : error 004: function "ClearChatbox" is not implemented D:GamesVladA Doua Viataa2viata.pwn(2516) : error 004: function "ClearChatbox" is not implemented D:GamesVladA Doua Viataa2viata.pwn(2529) : error 004: function "ClearChatbox" is not implemented D:GamesVladA Doua Viataa2viata.pwn(2542) : error 004: function "ClearChatbox" is not implemented D:GamesVladA Doua Viataa2viata.pwn(2555) : error 004: function "ClearChatbox" is not implemented D:GamesVladA Doua Viataa2viata.pwn(2571) : error 004: function "ClearChatbox" is not implemented D:GamesVladA Doua Viataa2viata.pwn(2585) : error 004: function "ClearChatbox" is not implemented Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 26 Errors. [/pawn] Imagini / Video (optional):- Aţi încercat să rezolvaţi singur?: Da,am incercat cu Backet Finder da nu a mers.:|Ma chinui de 3 saptamani la acest sistem:| Daca e sa mearga,o sa incerc pe seara,peste 10 minute am antrenament la arme.
  18. Widualk,stiu ce vrea sa spuna lexu97,dar dupa ce facea atasul acela,putea sa il faca sub forma de comanda.Cum a pus si Gireada linkul catre tutorial.
  19. Pai ti-am spus,ia Map Editor si fa cu el.
  20. Poti pune butoaie pe masina,cu doua posibilitati. 1.Intrii in Map Editor,pui masina dorita ,cauti ''objectul'' care vrei sa il pui pe masina dupa care iei coordonatele butoiului. 2.Daca nu merge incearca cu http://forum.sa-mp.com/showthread.php?t=215963
  21. Topic Closed!Merge:)
  22. Incearca if(strcmp(cmd, "/makeleader", true) == 0) { if(IsPlayerConnected(playerid)) { tmp = strtok(cmdtext, idx); if(!strlen(tmp)) { SendClientMessage(playerid, COLOR_GRAD2, "Syntax: /makeleader [playerid/PartOfName] [Number(1-18)]"); SendClientMessage(playerid, 0x33CCFFAA, "{FFFFFF}1.PD • 2.FBI • 3.NG • 4.Medic • 5. The Mafia"); SendClientMessage(playerid, 0x33CCFFAA, "{FFFFFF}6.The Triads • 8.Hitman • 9.Reporter • 10.Taxi"); SendClientMessage(playerid, 0x33CCFFAA, "{FFFFFF}11.License • 15.LSV • 16.VLA • 17.Ballas • 18.Grove "); return 1; } new para1; new level; para1 = ReturnUser(tmp); tmp = strtok(cmdtext, idx); level = strval(tmp); if(level > 18 || level < 0) { SendClientMessage(playerid, COLOR_GREY, " Nu te duce sub 0, sau peste 18!"); return 1; } if (PlayerInfo[playerid][pAdmin] >= 4) { if(IsPlayerConnected(para1)) { if(para1 != INVALID_PLAYER_ID) { if(PlayerInfo[para1][pMember] > 0 || PlayerInfo[para1][pFMember] < 255) { SendClientMessage(playerid, COLOR_GREY, "Acel player se afla deja intr-o Factiune / Familie !"); return 1; } GetPlayerName(playerid, giveplayer, sizeof(giveplayer)); ResetPlayerWeapons(playerid); SetPlayerArmour(playerid, 0); GetPlayerName(playerid, sendername, sizeof(sendername)); GetPlayerName(para1, giveplayer, sizeof(giveplayer)); PlayerInfo[para1][pLeader] = level; PlayerInfo[para1][pRank] = 6; SpawnPlayer(para1); format(string, sizeof(string), " Ai fost facut liderul factiunii dorite de catre adminul %s", sendername); SendClientMessage(para1, COLOR_LIGHTBLUE, string); format(string, sizeof(string), " You have given %s control to run Faction Number %d.", giveplayer,level); SendClientMessage(playerid, COLOR_LIGHTBLUE, string); if(level == 0) { PlayerInfo[para1][pChar] = 0; } else if(level == 1) { PlayerInfo[para1][pChar] = 288; } //Police Force else if(level == 2) { PlayerInfo[para1][pChar] = 164; } //FBI else if(level == 3) { PlayerInfo[para1][pChar] = 287; } //NG else if(level == 4) { PlayerInfo[para1][pChar] = 228; } //Fire/Ambulance else if(level == 5) { PlayerInfo[para1][pChar] = 112; gTeam[para1] = 5; } //Tha Mafie else if(level == 6) { PlayerInfo[para1][pChar] = 120; gTeam[para1] = 6;} //The Triads else if(level == 8) { PlayerInfo[para1][pChar] = 294; } //Hitmans else if(level == 9) { PlayerInfo[para1][pChar] = 227; } //News Reporters else if(level == 10) { PlayerInfo[para1][pChar] = 61; } //Taxi Cab Company else if(level == 11) { PlayerInfo[para1][pChar] = 171; } //Driving/Flying School else if(level == 15) { PlayerInfo[para1][pChar] = 110; gTeam[para1] = 15; } //Vagos else if(level == 16) { PlayerInfo[para1][pChar] = 115; gTeam[para1] = 16; } //Aztecas else if(level == 17) { PlayerInfo[para1][pChar] = 104; gTeam[para1] = 17; } //Ballas else if(level == 18) { PlayerInfo[para1][pChar] = 271; gTeam[para1] = 18; } //Grove PlayerInfo[para1][pRank] = 6; SetPlayerSkin(para1, PlayerInfo[para1][pChar]); new pnamee[24]; GetPlayerName(giveplayerid, pnamee, sizeof(pnamee)); TextDrawHideForPlayer(playerid, Nume[giveplayerid]); if(strlen(pnamee) == 1) { Nume[giveplayerid]= TextDrawCreate(87.00000,429.000000, pnamee); } else if(strlen(pnamee) == 2) { Nume[giveplayerid]= TextDrawCreate(82.00000,429.00000, pnamee); } else if(strlen(pnamee) == 3) { Nume[giveplayerid] = TextDrawCreate(77.00000, 429.00000 , pnamee); } else if(strlen(pnamee) == 4) { Nume[giveplayerid] = TextDrawCreate(72.00000, 429.00000,pnamee); } else if(strlen(pnamee) == 5) { Nume[giveplayerid] = TextDrawCreate(67.00000, 429.00000, pnamee); } else if(strlen(pnamee) == 6) { Nume[giveplayerid] = TextDrawCreate(62.00000, 429.00000, pnamee); } else if(strlen(pnamee) == 7) { Nume[giveplayerid] = TextDrawCreate(57.00000, 429.00000, pnamee); } else if(strlen(pnamee) >= 8 && strlen(pnamee) < 9) { Nume[giveplayerid]= TextDrawCreate(52.000000, 429.000000,pnamee); } else if(strlen(pnamee) == 9) { Nume[giveplayerid] = TextDrawCreate(47.00000, 429.000000, pnamee); } else if(strlen(pnamee) == 10) { Nume[giveplayerid] = TextDrawCreate(42.00000, 429.000000, pnamee); } else if(strlen(pnamee) == 11) { Nume[giveplayerid] = TextDrawCreate(37.00000, 429.000000, pnamee); } else if(strlen(pnamee) == 12) { Nume[giveplayerid] = TextDrawCreate(32.000000, 429.000000, pnamee); } else if(strlen(pnamee) == 13) { Nume[giveplayerid] = TextDrawCreate(27.000000, 429.000000, pnamee); } else if(strlen(pnamee) == 14) { Nume[giveplayerid] = TextDrawCreate(22.000000, 429.00000, pnamee); } else if(strlen(pnamee) == 15) { Nume[giveplayerid] = TextDrawCreate(17.00000, 429.000000, pnamee); } else if(strlen(pnamee) == 16) { Nume[giveplayerid] = TextDrawCreate(12.00000, 429.000000, pnamee); } else if(strlen(pnamee) == 17) { Nume[giveplayerid] = TextDrawCreate(7.00000, 429.000000, pnamee); } else if(strlen(pnamee) == 18) { Nume[giveplayerid] = TextDrawCreate(5.000000, 429.000000, pnamee); } else if(strlen(pnamee) >= 19) { Nume[giveplayerid] = TextDrawCreate(4.000000, 429.00000, pnamee); } TextDrawFont(Nume[giveplayerid],2); TextDrawLetterSize(Nume[giveplayerid],0.3000000,0.900000); TextDrawAlignment(Nume[giveplayerid], 1); GetPlayerFactionColor(giveplayerid); TextDrawColor(Nume[giveplayerid], PlayerInfo[giveplayerid][pColor]); TextDrawSetShadow(Nume[giveplayerid], 2); TextDrawBackgroundColor(Nume[giveplayerid], 0x00000044); TextDrawShowForPlayer(giveplayerid,Nume[giveplayerid]); } }//not connected } else { SendClientMessage(playerid, COLOR_GRAD1, "{e11d1d}Nu esti autorizat sa folosesti aceasta comanda !"); } } return 1; }
  23. Topic Closed! Motiv: 48h fara reply.
  24. Topic Closed! Motiv: 48h fara reply!
  25. Topic Closed! Motiv: 48h fara reply.
×
×
  • 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.