Can someone help me with this?
#2

Make a variable,

Код:
new hidetxt[MAX_PLAYERS]; //Top of script.
then OnPlayerConnect

Код:
 hidetxt[playerid] = 0;
Then on your update function.

Код:
 if(hidetxt[playerid] == 1)) { return TextDrawHideForPlayer(playerid,Ntick);
EDIT: Lol forgot, on your hide command, put
Код:
 hidetxt[playerid] = 1;
Reply


Messages In This Thread
Can someone help me with this? - by [MWR]Blood - 30.07.2010, 07:00
Re: Can someone help me with this? - by -Rebel Son- - 30.07.2010, 07:08

Forum Jump:


Users browsing this thread: 1 Guest(s)