[AJUDA] problemas com o /ban..
#4

Nгo tem nescessidade de criar uma stock para salvar... Pois sу irб usar para isso, tente isso aqui
pawn Код:
CMD:ban(playerid, params[])
{
    new id, motivo[128], wiiStr[128];
    if(sscanf(params,"us[128]",id, motivo))
    {
        SendClientMessage(playerid, -1, "USE: /ban [id][ motivo ] ");
        return 1;
    }
    BanInfo[id][Banido] = 1;
    INI_Open(GetarNome(id));
    format(wiiStr, sizeof( wiiStr ),"%s", motivo);
    INI_WriteString("Motivo", wiiStr);
    format(wiiStr, sizeof( wiiStr ),"%s", GetarNome(playerid));
    INI_WriteString("Admin", wiiStr);
    INI_Save();
    INI_Close();
    return 1;
}
Reply


Messages In This Thread
[AJUDA] problemas com o /ban.. - by [N]inja - 14.10.2011, 15:58
Re: [AJUDA] problemas com o /ban.. - by iansinho - 14.10.2011, 16:00
Re: [AJUDA] problemas com o /ban.. - by [N]inja - 14.10.2011, 16:05
Re: [AJUDA] problemas com o /ban.. - by WLSF - 14.10.2011, 16:10

Forum Jump:


Users browsing this thread: 5 Guest(s)