Linking JunkBuster to my AdminSystem
#1

Hello! How can I link my AdminSystem with the JunkBuster 11?
I use
Код:
SetPVarInt(playerid,"AdminLevel",level)
to set the admin level and
Код:
GetPVarInt(playerid,"AdminLevel"
to get the admin level.

I have to link the AdminSystem to the JunkBuster like this?

Код:
public IsPlayerAdminCall(playerid)
{
     if(GetPVarInt(playerid,"AdminLevel") >= 1)
          return 1;
     else
          return 0;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)