03.09.2013, 21:16
pawn Код:
CMD:hi(playerid, params[])
{
if(IsPlayerAdmin(playerid)) return SendClientMessage(playerid, -1, "Admins cannot use this command."); //This checks if they're logged in as RCON Admin, change it to what you use
SendClientMessage(playerid, -1, "Hello");
return 1;
}