2 thing's
#4

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.
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)