Ajudinha.
#2

pawn Код:
if (strcmp("/adm", cmdtext, true, 10) == 0)
    {
        if (informacoes[playerid][administrador] >= 1)
        {
            if(trabalhar[playerid] == false)
            {
                SetPlayerAttachedObject(...);
                dini_IntSet(arquivo, "Pele", GetPlayerSkin(playerid) );
                trabalhar[playerid] = true;
                SetPlayerSkin(playerid, 217);
            }
            if (trabalhar[playerid] == true)
            {
                SetPlayerAttachedObject(...);
                trabalhar[playerid] = false;
                SetPlayerSkin(playerid, dini_Int(arquivo, "Pele") );
            }
            return 1;
        }
    }
Muda o setplayerat... pro objeto desejado.
Acho que й isso que tu quer
Reply


Messages In This Thread
Ajudinha. - by Domozinho - 27.02.2011, 13:46
Re: Ajudinha. - by Ricop522 - 27.02.2011, 13:52
Re: Ajudinha. - by Domozinho - 27.02.2011, 14:11
Re: Ajudinha. - by Ricop522 - 27.02.2011, 14:16
Re: Ajudinha. - by Ricop522 - 27.02.2011, 14:33
Re: Ajudinha. - by Domozinho - 27.02.2011, 14:46
Re: Ajudinha. - by leandro123456 - 27.02.2011, 15:00
Re: Ajudinha. - by rjjj - 27.02.2011, 15:05
Re: Ajudinha. - by Domozinho - 27.02.2011, 15:12

Forum Jump:


Users browsing this thread: 1 Guest(s)