21.01.2014, 16:34
You need to have your own admin system.
Then use the thing you used for admin levels. Ex: pInfo[playerid][admin]
Replace if(!IsPlayerAdmin(playerid)) with if(!pInfo[playerid][admin] >= 3)
Then use the thing you used for admin levels. Ex: pInfo[playerid][admin]
Replace if(!IsPlayerAdmin(playerid)) with if(!pInfo[playerid][admin] >= 3)

