28.08.2009, 16:42
Quote:
|
Originally Posted by Mo3
What would be the whole script then? Iґm new to this crap and its pretty hard.
![]() |
So basically, add this at the bottom of your script.
Код:
forward ChuckNorris();
public CheckNorris()
{
for(new i = 0;i < MAX_PLAYERS; i++)
{
if(IsPlayerConnected(i))
{
if(typed[i] == 1)
ShowPlayerNameTagForPlayer(i, 0); // Will hide it
return 1;
}
}
}
return 1;
}
Код:
typed[playerid] =0;
Add this under OnGameModeInit or if it's a filterscript .. add under OnFilterScriptInit:
Код:
SetTimer("ChuckNorris",1000,1);



