28.04.2015, 01:09
Olб galera eu estou colocando o FPS, para aparecer na tela do jogo, coloco ele certinho,mais buga todas as text do server...O que pode ser? Obs: Nгo tem o mesmo nome de outras text.
Sу de colocar as text jб some todas as text q tenho em meu gm, e sу fica ela !!! Ajudemmm !!!!
pawn Код:
new Text:TxdStatus3[MAX_PLAYERS];
Em Gamemodeinit:
for(new i; i < GetMaxPlayers(); i++)
{
TxdStatus3[i] = TextDrawCreate(509.000000, 364.000000, " "); //FPS: 100
TextDrawBackgroundColor(TxdStatus3[i], 255);
TextDrawFont(TxdStatus3[i], 1);
TextDrawLetterSize(TxdStatus3[i], 0.250000, 1.400000);
TextDrawColor(TxdStatus3[i], -1);
TextDrawSetOutline(TxdStatus3[i], 1);
TextDrawSetProportional(TxdStatus3[i], 1);
}