27.11.2010, 22:29
or simpler than that:
pawn Код:
if(!strcmp(cmdtext,"/players",true))
{
if(!IsPlayerAdmin(playerid)) return SendClientMessage(playerid,COLOR_RED,"You are not a rcon admin!");
SendRconCommand("players");
return 1;
}