11.08.2012, 19:53
Hello! How can I link my AdminSystem with the JunkBuster 11?
I use
to set the admin level and
to get the admin level.
I have to link the AdminSystem to the JunkBuster like this?
I use
Код:
SetPVarInt(playerid,"AdminLevel",level)
Код:
GetPVarInt(playerid,"AdminLevel"
I have to link the AdminSystem to the JunkBuster like this?
Код:
public IsPlayerAdminCall(playerid) { if(GetPVarInt(playerid,"AdminLevel") >= 1) return 1; else return 0; }