07.06.2011, 17:42
If you want it to be usable for RCON admins only, use IsPlayerAdmin(playerid). For example:
pawn Код:
COMMAND:makeadmin(playerid, params[])
{
if(IsPlayerAdmin(playerid)) //Checks to see if the user is logged in to RCON
{
//use code from above or your own