[Ajuda] Status
#1

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.

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);
}
Sу de colocar as text jб some todas as text q tenho em meu gm, e sу fica ela !!! Ajudemmm !!!!
Reply


Messages In This Thread
Status - by neymar1477 - 28.04.2015, 01:09
Re: Status - by Dayvison_ - 28.04.2015, 01:27
Re: Status - by neymar1477 - 28.04.2015, 02:01
Re: Status - by LuisFerreira - 28.04.2015, 03:17
Re: Status - by neymar1477 - 28.04.2015, 03:31
Re: Status - by SkullFire - 28.04.2015, 03:44
Re: Status - by LuisFerreira - 28.04.2015, 04:01
Re: Status - by neymar1477 - 28.04.2015, 04:52
Re: Status - by DiegoCosta - 28.04.2015, 06:21
Re: Status - by neymar1477 - 28.04.2015, 13:36

Forum Jump:


Users browsing this thread: 1 Guest(s)