Gente , olhem aqui !
#3

Tenta...

pawn Код:
CMD:kick(playerid, params[])
{
    if(Sistema de Admin < 1)
            return SendClientMessage(playerid, COR, "Vocк nгo й Administrador!");

        new id, motivo[30], Str[100];
        if(sscanf(params, "is[30]", id, motivo))
            return SendClientMessage(playerid, COR, "USE: /kick [Id do Player]");

    if(!IsPlayerConnected(id))
            return SendClientMessage(playerid, COR, "Esse jogador nгo esta conectado!");

        format(Str, sizeof(Str), "Aqui a Mensagem", GetName(id), GetName(playerid), motivo);
        SendClientMessageToAll(0x00FF00FF, Str);
        Kick(id);
        return 1;
}

Edite de acordo com o seu gamemode !
Reply


Messages In This Thread
Gente , olhem aqui ! - by Duun - 27.02.2013, 00:24
Re: Gente , olhem aqui ! - by Duun - 27.02.2013, 00:29
Re: Gente , olhem aqui ! - by Coringa_Vilao - 27.02.2013, 00:31
Re: Gente , olhem aqui ! - by Blix - 27.02.2013, 00:32
Re: Gente , olhem aqui ! - by paulor - 27.02.2013, 00:33
Re: Gente , olhem aqui ! - by Duun - 27.02.2013, 00:35
Re: Gente , olhem aqui ! - by Duun - 27.02.2013, 00:39
Re: Gente , olhem aqui ! - by Gii - 27.02.2013, 00:44
Re: Gente , olhem aqui ! - by paulor - 27.02.2013, 00:46
Re: Gente , olhem aqui ! - by Duun - 27.02.2013, 00:47

Forum Jump:


Users browsing this thread: 1 Guest(s)