30.07.2010, 07:08
Make a variable,
then OnPlayerConnect
Then on your update function.
EDIT: Lol forgot, on your hide command, put
Код:
new hidetxt[MAX_PLAYERS]; //Top of script.
Код:
hidetxt[playerid] = 0;
Код:
if(hidetxt[playerid] == 1)) { return TextDrawHideForPlayer(playerid,Ntick);
Код:
hidetxt[playerid] = 1;