[Resolvido]Cor do time
#2

Seguinte Filho
Exemplo
/rosa

pawn Код:
if (strcmp("/rosa", cmdtext, true, 10) == 0 || strcmp("/pink", cmdtext, true, 10) == 0)
    {
       
         if(IsPlayerAdmin(playerid)) {
        SetPlayerColor(playerid,0xF100BCAA);
        SendClientMessage(playerid, 0xF100BCAA, "Cor Admin Mudada a Rosa");
        return 1;
    }
Apenas Exemplo й uma Coisa facil de se fazer
IsPlayerAdmin Significa que ai ADM pode usar

Reply


Messages In This Thread
[Resolvido]Cor do time - by NathanLive - 20.04.2010, 22:25
Re: [Ajuda]Cor do time - by ipsBruno - 20.04.2010, 22:55
Re: [Ajuda]Cor do time - by NathanLive - 20.04.2010, 23:01
Re: [Ajuda]Cor do time - by ipsBruno - 20.04.2010, 23:20
Re: [Ajuda]Cor do time - by NathanLive - 20.04.2010, 23:25
Re: [Ajuda]Cor do time - by russo666 - 21.04.2010, 01:26
Re: [Ajuda]Cor do time - by NathanLive - 21.04.2010, 01:58
Re: [Ajuda]Cor do time - by kewen - 21.04.2010, 02:15
Re: [Ajuda]Cor do time - by russo666 - 21.04.2010, 02:19
Re: [Ajuda]Cor do time - by ipsBruno - 21.04.2010, 03:27

Forum Jump:


Users browsing this thread: 1 Guest(s)