23.01.2013, 17:18
Quote:
Thankyou! I'll Try it out. (1)
for 3. If i just copy them to GM. then Also i have to login as RCON to Acces them ? or my Current GM Admin system will works ? |
Like:
pawn Код:
if(IsPlayerAdmin(playerid))//checking rcon admin
{
//codes
}
pawn Код:
//use your admin variable, let me create/explain here
new Admin[MAX_PLAYER]; // Admin array for each and every player
//let suppose we have a cmd to set Admin[playerid] to a integer
if(Admin[playerid] == 5) // may be it means level 5 admin
{
//codes
}