18.08.2017, 06:48
pawn Код:
YCMD:ban(playerid, params[], help)
{
if(!IsPlayerAdmin(playerid)) return SendClientMessage(playerid, -1, "You are not an administrator. Do not try this again otherwise you'll be kicked/banned.");
//your code
return 1
}