Help With Nick disapearing.
#8

Код:
OnGameModeInit(){
SetTimer("CheckNameTagState", 1000, true);
}


forward CheckNameTagState();
public CheckNameTagState(){
for(new n = 0; n < MAX_PLAYERS; n++){
for(new i = 0; i < MAX_PLAYERS; i++) ShowPlayerNameTagForPlayer(n, i, false);
}
}
That should work, the other errors is not done by me, you probably had them before.
Reply


Messages In This Thread
Help With Nick disapearing. - by Mataaltedi - 02.08.2012, 12:59
Re: Help With Nick disapearing. - by [MM]RoXoR[FS] - 02.08.2012, 13:19
Respuesta: Help With Nick disapearing. - by Mataaltedi - 02.08.2012, 19:22
Re: Help With Nick disapearing. - by Ranama - 02.08.2012, 19:56
Respuesta: Help With Nick disapearing. - by Mataaltedi - 02.08.2012, 20:06
Re: Help With Nick disapearing. - by Ranama - 02.08.2012, 20:49
Respuesta: Help With Nick disapearing. - by Mataaltedi - 02.08.2012, 21:07
Re: Help With Nick disapearing. - by Ranama - 02.08.2012, 21:58

Forum Jump:


Users browsing this thread: 1 Guest(s)