05.07.2012, 23:22
Puts Desculpem pelo flood Logo Acima e que apertei o " Post Quick Reply " Varias Vezes Mals mesmo ai
pawn Код:
CMD:ban(playerid, params[])
{
new giverid, stringtext[126], motivo[258], pgiver[50], TextoBan[258];
if(PlayerInfo[playerid][pAdmin] < 1000) return SendClientMessage(playerid, VERMELHO_ESCURO, "[x] Voce Nao Tem Autorizaзгo");
if(IsPlayerAdmin(giverid) == 1) return SendClientMessage(playerid, VERMELHO_ESCURO, "[x] Voce Nao Pode Tentar Algo Contra Um Administrador Supremo [ RCON ] ");
if(sscanf(params, "us[258]", giverid, motivo)) return SendClientMessage(playerid, VERMELHO_ESCURO, "[x] Uso /Ban [id] [motivo]");
if(giverid == INVALID_PLAYER_ID) return SendClientMessage(playerid, VERMELHO_ESCURO, "ID invalido.");
if(!IsPlayerConnected(giverid)) return SendClientMessage(playerid, VERMELHO_ESCURO, "Usuario nгo conectado.");

