20.01.2013, 14:41
Quote:
I use an admin system of which I downloaded
I downloaded an fs as well which is called a temporary ban. I want to set the pVars for them to cross communicate (fs and the gamemode) So that the /temporaryban command will work on my admin levels as well, instead of (IsPlayerAdmin) |
You want to set the PVars after reading the player's files. When a player's file is read, you probably store the adminlevel into the array PlayerInfo, so you simply have to set the PVars after that, so that it holds the correct information.