[Ajuda] Ajuda Advogados
#1

Galera porque meu server nao ta tendo como os advogados soltar os presos ?
pawn Код:
}
    if (strcmp(cmd, "/soltar", true) == 0)
    {
        new aname[MAX_PLAYER_NAME];
        GetPlayerName(playerid, aname, MAX_PLAYER_NAME);
        format(file, sizeof(file), PASTA_CONTAS, aname);
        if (PlayerToPoint(2.0, playerid, 249.3721, 67.6374, 1003.6406)) if (dini_Int(file, "Profissao") == Advogado)
        {
            {
                GivePlayerGrana(playerid, -1000);
            }
            SendClientMessage(playerid, Vermelho, "[x] Dinheiro Insuficiente");
            new tmp[128];
            new plid;
            tmp = strtok(cmdtext, idx);
            if (!strlen(tmp))
            {
                SendClientMessage(playerid, Vermelho, "[x] Use: /soltar [id]");
                return 1;
            }
            plid = strval(tmp);
            if (!IsPlayerConnected(plid))
            {
                SendClientMessage(playerid, Vermelho, "[x] O jogador nгo estб online");
                return 1;
            }
Reply


Messages In This Thread
Ajuda Advogados - by leonardoaparecido - 06.12.2012, 14:38
Re: Ajuda Advogados - by lukas_loky - 06.12.2012, 14:43
Re: Ajuda Advogados - by TugaBR - 06.12.2012, 14:53
Re: Ajuda Advogados - by leonardoaparecido - 06.12.2012, 15:05
Re: Ajuda Advogados - by TugaBR - 06.12.2012, 15:11
Re: Ajuda Advogados - by lukas_loky - 06.12.2012, 15:12
Re: Ajuda Advogados - by leonardoaparecido - 06.12.2012, 15:12

Forum Jump:


Users browsing this thread: 1 Guest(s)