[Ajuda] AJUDA AQUI
#1

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]); 
Reply
#2

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

Quote:

Reply
#3

https://sampwiki.blast.hk/wiki/CreatePlayerTextDraw
Reply
#4

Como assim ??
Reply
#5

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

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
Reply
#7

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

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


Forum Jump:


Users browsing this thread: 4 Guest(s)