04.04.2014, 13:58
Quote:
PVars COULD be used for this but it's a lousy way to do it here is what I would do.
1.) Create a getter function in your gamemode pawn Код:
pawn Код:
I'm not going to recommend PVars you might ask why there reason is simple, they're bad coding practice you simply don't need them. @Vince that is an interesting way to do it actually! |
EDIT: wait a minute i used
pawn Код:
if(GetAdminLevel(playerid) >= 3)
EDIT 2: Ohh works my mistake.