2 thing's
#5

Quote:
Originally Posted by JaTochNietDan
Посмотреть сообщение
Yes.

pawn Код:
EnableZoneNames(false);
ShowNameTags(false);
Quote:
Originally Posted by Calgon
Посмотреть сообщение
Use EnableZoneNames(0); in the OnGameModeInit callback, to disable zone names. You can disable nametags, by using another function ShowNameTags(0); in OnGameModeInit, so basically:

Код:
public OnGameModeInit()
{
ShowNameTags(0);
EnableZoneNames(0);
return 1;
}
EDIT: Crap, didn't see replies were coming in.
I think he's talking about disabling the Player-Name for just one player.
Reply


Messages In This Thread
2 thing's - by Typhome - 05.07.2010, 16:28
Re: 2 thing's - by DeathOnaStick - 05.07.2010, 16:31
Re: 2 thing's - by JaTochNietDan - 05.07.2010, 16:32
Re: 2 thing's - by Calgon - 05.07.2010, 16:33
Re: 2 thing's - by DeathOnaStick - 05.07.2010, 16:36
Re: 2 thing's - by Calgon - 05.07.2010, 16:38
Re: 2 thing's - by JaTochNietDan - 05.07.2010, 16:38
Re: 2 thing's - by Typhome - 05.07.2010, 16:40
Re: 2 thing's - by DeathOnaStick - 05.07.2010, 16:42
Re: 2 thing's - by Typhome - 05.07.2010, 16:49

Forum Jump:


Users browsing this thread: 1 Guest(s)