13.06.2014, 00:43
o que se passa й o seguinte a moeda й mostrada a todos mas tem uma hora que ela some, se alguem poder ajudar +rep
Код:
forward AtualizarGP(); public AtualizarGP() { for(new i; i < MAX_PLAYERS; i++) { if(IsPlayerConnected(i) && gPlayerLogged[i]) { new string[128]; format(string, 256, "~g~R$~r~:~w~%d", GP[i]); tGP2[i] = TextDrawCreate(499.600,101.0000,string); TextDrawColor(tGP2[i], COLOR_GRAD2); TextDrawLetterSize(tGP2[i], 0.575, 2.1); TextDrawFont(tGP2[i], 3); TextDrawBackgroundColor(tGP2[i], 0x00000AA); TextDrawSetOutline(tGP2[i], 2); TextDrawShowForPlayer(i,tGP2[i]); } } } SetTimer("AtualizarGP",1000,1);