10.03.2010, 19:03
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
How to check from gamemode in filterscript plasyer's Admin Level?
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 };