[Ayuda]Kick/Ban
#2

por lo q pude ver hay algunos problemas con el codigo.
»string[256], cambialo a string[128] (no afecta mucho, pero es un desperdicio de espacio);
»format(string,256,"***%s (id %d) Fue Baneado por un admin. Razуn: %s ", Nombre, razon), te comiste un parametro al final; entre Nombre y razon, debes agregar id.
»ANombre, no lo usas.

solo por si te interesa, te dejo el comando de otra forma que yo se que funciona, ya que en el codigo que pusiste, creo q no va a funcionar correctamente.
pawn Код:
dcmd_ban(playerid, params)
{
    if(PlayerInfo[playerid][Nivel] >= 3){
        new tmp[256], Index;
        tmp = strtok(params, Index);
        if(!strlen(params))return SendClientMessage(playerid, 0xFFFFFFFF, "Uso: /ban [ID] (opcional)[Razуn]");
        new id, name[MAX_PLAYER_NAME], str[128];
        if(!IsPlayerConnected(id) || id == INVALID_PLAYER_ID || id == playerid)return SendClientMessage(playerid, Rojo, "Jugador no Conectado");
        GetPlayerName(playerid, name, sizeof(name));
        format(str, sizoef(str), "***%s (id: %i) Fue Baneado por un admin. Razуn: %s", nombre, id, params[2]
        SendClientMessageToAll(Rojo, str);
        return ban(id);
    }else return SendClientMessage(playerid, Rojo, "Que intentas?");
}
si este codigo tiene algun error avisame y lo arreglo xq lo escribi aca y no lo testie
Reply


Messages In This Thread
[Ayuda]Kick/Ban - by pagaromx96 - 22.08.2010, 02:30
Re: [Ayuda]Kick/Ban - by TheChaoz - 22.08.2010, 06:59
Respuesta: [Ayuda]Kick/Ban - by pagaromx96 - 22.08.2010, 07:29
Re: [Ayuda]Kick/Ban - by CristianTdj - 22.08.2010, 10:05
Respuesta: Re: [Ayuda]Kick/Ban - by pagaromx96 - 22.08.2010, 10:38
Re: [Ayuda]Kick/Ban - by Wesk3R - 22.08.2010, 14:33
Respuesta: [Ayuda]Kick/Ban - by pagaromx96 - 22.08.2010, 15:06
Re: [Ayuda]Kick/Ban - by CristianTdj - 22.08.2010, 15:53
Re: [Ayuda]Kick/Ban - by Wesk3R - 22.08.2010, 15:54
Re: [Ayuda]Kick/Ban - by CristianTdj - 22.08.2010, 15:57
Respuesta: Re: [Ayuda]Kick/Ban - by pagaromx96 - 23.08.2010, 14:00
Re: [Ayuda]Kick/Ban - by the_chaoz - 23.08.2010, 17:10
Respuesta: Re: [Ayuda]Kick/Ban - by pagaromx96 - 24.08.2010, 01:27
Re: [Ayuda]Kick/Ban - by the_chaoz - 24.08.2010, 02:06
Respuesta: [Ayuda]Kick/Ban - by pagaromx96 - 24.08.2010, 02:52
Re: [Ayuda]Kick/Ban - by the_chaoz - 24.08.2010, 03:03
Respuesta: Re: [Ayuda]Kick/Ban - by pagaromx96 - 24.08.2010, 03:33
Re: [Ayuda]Kick/Ban - by the_chaoz - 24.08.2010, 03:38
Re: [Ayuda]Kick/Ban - by Wesk3R - 24.08.2010, 03:39
Re: [Ayuda]Kick/Ban - by the_chaoz - 24.08.2010, 03:40
Respuesta: Re: [Ayuda]Kick/Ban - by pagaromx96 - 24.08.2010, 03:43
Re: [Ayuda]Kick/Ban - by the_chaoz - 24.08.2010, 03:47
Re: [Ayuda]Kick/Ban - by Wesk3R - 24.08.2010, 03:52
Respuesta: Re: [Ayuda]Kick/Ban - by pagaromx96 - 24.08.2010, 03:56
Re: [Ayuda]Kick/Ban - by the_chaoz - 24.08.2010, 04:03
Re: [Ayuda]Kick/Ban - by FeniXzone-Tincho2009 - 24.08.2010, 15:42
Respuesta: Re: [Ayuda]Kick/Ban - by Cesar_Biker - 24.08.2010, 17:23
Re: [Ayuda]Kick/Ban - by Wesk3R - 24.08.2010, 17:43
Respuesta: Re: [Ayuda]Kick/Ban - by pagaromx96 - 24.08.2010, 20:18
Re: [Ayuda]Kick/Ban - by the_chaoz - 24.08.2010, 23:12
Respuesta: [Ayuda]Kick/Ban - by pagaromx96 - 25.08.2010, 17:54
Re: [Ayuda]Kick/Ban - by the_chaoz - 25.08.2010, 20:13

Forum Jump:


Users browsing this thread: 2 Guest(s)