SA-MP Forums Archive
[Ajuda] AJUDA AQUI - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] AJUDA AQUI (/showthread.php?tid=463339)



AJUDA AQUI - powerths - 11.09.2013

Intгo to com um pobleminha chato aqui, este comando ai em baixo nгo sei dizer bem mais tipo fica bugado, o ID 0 do player nгo buga mais quando entra o ID 1 ID 2 e por diante comeзa buga ai fica monte de letra com os otros leveis, vips e exp do player todo junto com os otros player tbm, como arrumo isso ??


PHP код:
new Text:gText3[MAX_PLAYERS]; 
PHP код:
gText3[i] = TextDrawCreate(0.0436" ");
TextDrawUseBox(gText3[i], true);
TextDrawFont(gText3[i],3);
TextDrawSetOutline(gText3[i], 1);
TextDrawColor(gText3[i], 255);
TextDrawBoxColor(gText3[i], 0x000000AA);
TextDrawBackgroundColor(gText3[i], 0x00000000);
TextDrawUseBox(gText3[i], true); 
PHP код:
format(stringsizeof(string), "~w~  Level %d | VIP %s | EXP %d"dini_Int(file"Level"), vipdini_Int(file"EXP"));
TextDrawSetString(gText3[i], string);
TextDrawShowForPlayer(igText3[i]); 



Re: AJUDA AQUI - powerths - 11.09.2013

Tirei uma print do bug aki:
alguem sabe me dizer como arrumo isso??

Quote:




Re: AJUDA AQUI - Lуs - 11.09.2013

https://sampwiki.blast.hk/wiki/CreatePlayerTextDraw


Re: AJUDA AQUI - powerths - 11.09.2013

Como assim ??


Re: AJUDA AQUI - Locky_ - 11.09.2013

Criar as draws no OnPlayerConnect.
Assim bugs de text draws nгo ocorrem em todos os ids.


Re: AJUDA AQUI - powerths - 11.09.2013

devo colocar isso:

PHP код:
format(stringsizeof(string), "~w~  Level %d | VIP %s | EXP %d"dini_Int(file"Level"), vipdini_Int(file"EXP")); 
TextDrawSetString(gText3[i], string); 
TextDrawShowForPlayer(igText3[i]); 
Ou comando inteiro no OnPlayerConnect


Re: AJUDA AQUI - powerths - 11.09.2013

Coloquei o que vocк falo mais continua bugando a inda.


Re: AJUDA AQUI - Lуs - 11.09.2013

Tem que criar as textdraws, uma para cada player utilizando PlayerTextDraw.