[Ajuda] Comando /ban e sscanf
#2

PHP код:
CMD:ban(playerid,params[])
{
    if(
PlayerInfo[playerid][pAdmin] < && !IsPlayerAdmin(playerid))
        return 
SendClientMessage(playeridCOR_ERRO,"[ERRO] Vocк nгo estб permitido a utilizar este comando.");
    new 
motivo[80], giveid;
    if (
sscanf(params"us"giveidmotivo))
        return 
SendClientMessage(playeridCOR_CINZA"[USO] /ban [id/nome] [motivo]");
       if(
PlayerInfo[giveid][pAdmin] > 0)
        return 
SendClientMessage(playeridCOR_ERRO"[ERRO] Vocк nгo pode banir administradores.");
    if(
playerid == giveid)
        return 
SendClientMessage(playeridCOR_ERRO"[ERRO] Vocк nгo pode se banir.");;
    if(!
IsPlayerConnected(giveid))
        return 
SendClientMessage(playeridCOR_ERRO"[ERRO] Jogador nгo estб conectado. Para banir nick utilize '/bannick'.");; 
jб deu um erro parecido no meu por conta do u[25]
Reply


Messages In This Thread
Comando /ban e sscanf - by Galhardo - 02.06.2017, 23:32
Re: Comando /ban e sscanf - by DarkBr - 03.06.2017, 00:13
Re: Comando /ban e sscanf - by Galhardo - 03.06.2017, 13:04
Re: Comando /ban e sscanf - by Laarky - 03.06.2017, 13:23
Re: Comando /ban e sscanf - by Galhardo - 03.06.2017, 14:18
Re: Comando /ban e sscanf - by GuilhermeNunes - 04.06.2017, 08:15

Forum Jump:


Users browsing this thread: 1 Guest(s)