[Ajuda] Comando /su
#6

pawn Код:
CMD:su (playerid, params[])
{
    new PlayerB, Motivo1, string[128];
    new arquivo[60], nome[MAX_PLAYER_NAME];
    CarregarDini(playerid);
    if(PlayerInfo[playerid][Org] < 1 || PlayerInfo[playerid][Org] > 2) return SendClientMessage (playerid, COR_ERRO, "Vocк nгo й um PM/PC");
    if(sscanf(params, "ds", PlayerB, Motivo1)) return SendClientMessage(playerid, COR_ERRO, "USE: /su [ID] [MOTIVO]");
    SendClientMessage(PlayerB, Branco, "Vocк estб sendo procurado pela Polнcia");
    SetPlayerWantedLevel(PlayerB, 6);
    PlayerInfo[PlayerB][Su] = 1;
    format(string, sizeof(string), "%s", Motivo1);
    PlayerInfo[PlayerB][Motivo] = Motivo1;
    GetPlayerName(PlayerB, nome, sizeof(nome));
    format(arquivo, sizeof(arquivo), "pContas/%s", nome);
    dini_IntSet(arquivo, "Su", PlayerInfo[PlayerB][Su]);
    dini_IntSet(arquivo, "Motivo", Motivo1);
    return 1;
}
Reply


Messages In This Thread
[Ajuda] Comando /su - by UkTaKe - 14.06.2012, 01:40
Re: [Ajuda] Comando /su - by UkTaKe - 14.06.2012, 01:53
Re: [Ajuda] Comando /su - by MatheusAlcapone - 14.06.2012, 01:54
Re: [Ajuda] Comando /su - by UkTaKe - 14.06.2012, 01:59
Re: [Ajuda] Comando /su - by MatheusAlcapone - 14.06.2012, 02:00
Re: [Ajuda] Comando /su - by dPlaYer_ - 14.06.2012, 02:03
Re: [Ajuda] Comando /su - by steeldark - 14.06.2012, 02:43
Re: [Ajuda] Comando /su - by UkTaKe - 14.06.2012, 04:58

Forum Jump:


Users browsing this thread: 1 Guest(s)