11.02.2012, 14:47
yes. you need to set the admin level for a palyer as a PVar before getting it the same way:
set it each time when you set the enum aswell, or better: delete all enum variables, and completedly change them to pvars, you wont need the enum anymore.
its not a good idea to change ALL variables to PVars btw..
pawn Код:
SetPVarInt(playeird,"Admin",P_Data[playerid][Admin]);
its not a good idea to change ALL variables to PVars btw..