Multiple gamemodes
#1

Hello! need little help!

I am working on my Red vs Blue server and multiple gamemods. I wanted to make admin command /next in every gamemode. But my problem is I need to check if players is admin. In my admin FS I have defined AdminLevel of each player

Код:
enum PlayerInfo
{
	Registered,
	AdminLevel,
	logged,
	Jailed,
	Muted,
	Warnings,
	Frozen,
	Kills,
	Deaths,
	Online,
	Duty
};
How to check from gamemode in filterscript plasyer's Admin Level?
Reply


Messages In This Thread
Multiple gamemodes - by Ironboy500 - 10.03.2010, 19:03
Re: Multiple gamemodes - by KnightRiderUGP - 10.03.2012, 09:44
Re: Multiple gamemodes - by CAR - 10.03.2012, 09:46

Forum Jump:


Users browsing this thread: 1 Guest(s)