03.05.2012, 09:06
No example when you add SendRconCommand on your test command that doesn't check if your rcon command it will automatic do what you wrote in SendRconCommand if you want the command for rcon admins only use
this check if player is not login as rcon
pawn Код:
if(!IsPlayerAdmins(playerid)) return //do whatever you want