14.07.2014, 22:00
[Second Example]
if(!IsPlayerAdmin(playerid)) // You need to be logged into rcon, and is not part of your own custom admin system.
[Change]
if(!IsPlayerAdmin(playerid))
[TO]
if(pInfo[playerid][pAdminLevel] >= 2) // Change level if needed
Hope this helps.
if(!IsPlayerAdmin(playerid)) // You need to be logged into rcon, and is not part of your own custom admin system.
[Change]
if(!IsPlayerAdmin(playerid))
[TO]
if(pInfo[playerid][pAdminLevel] >= 2) // Change level if needed
Hope this helps.