[Ajuda] Cores nick
#1

Olб amigos, boa tarde б todos gostaria de um codigo tipo, /coresnick si alguem pode me ajuda fiko feliz VLW
Reply
#2

O que esse cуdigo deveria fazer?
mudar a cor nick do player?
Reply
#3

https://sampwiki.blast.hk/wiki/SetPlayerColor
Reply
#4

Siim muda a cor do nick do play
Reply
#5

Amigo, faz em Forma de dialog.
ai pras cores Vocк pode olhar esse site: www.colorpicker.com ai, tire o # do Codigo e Coloque: 0x(Codigo)AA
Reply
#6

Nгo tem uma forma mais facil ?
Reply
#7

Olha cara fiz algumas aqui:

pawn Код:
#define Verde 0x006A00FF
#define Azul 0x004080FF
#define Rosa 0xFF0080FF
#define Amarelo 0xFFFF00FF4
Se quiser mudar pra strcmp sу mundar a sintaxe.

pawn Код:
CMD:cores(playerid,params[])
   {
        SendClientMessage(playerid,-1,"Corres> verde, azul, amarelo, rosa");
        return true;
    }
   
    CMD:corrosa(playerid,params[])
    {
        SetPlayerColor(playerid,Rosa);
        return true;
    }
    CMD:corazul(playerid,params[])
    {
        SetPlayerColor(playerid,Azul);
        return true;
    }
   
    CMD:corverde(playerid,params[])
    {
        SetPlayerColor(playerid,Verde);
        return true;
    }
   
    CMD:coramarelo(playerid,params[])
    {
        SetPlayerColor(playerid,Amarelo);
        return true;
    }
Reply
#8

Search ajuda amigгo!

https://sampforum.blast.hk/showthread.php?tid=191465

Ta aн, simples e pronto pra vocк.
Reply
#9

Aprende pawno e faz um dialog simples *-*
Reply
#10

Quote:
Originally Posted by Pedro Pawno
Посмотреть сообщение
Olha cara fiz algumas aqui:

pawn Код:
#define Verde 0x006A00FF
#define Azul 0x004080FF
#define Rosa 0xFF0080FF
#define Amarelo 0xFFFF00FF4
Se quiser mudar pra strcmp sу mundar a sintaxe.

pawn Код:
CMD:cores(playerid,params[])
   {
        SendClientMessage(playerid,-1,"Corres> verde, azul, amarelo, rosa");
        return true;
    }
   
    CMD:corrosa(playerid,params[])
    {
        SetPlayerColor(playerid,Rosa);
        return true;
    }
    CMD:corazul(playerid,params[])
    {
        SetPlayerColor(playerid,Azul);
        return true;
    }
   
    CMD:corverde(playerid,params[])
    {
        SetPlayerColor(playerid,Verde);
        return true;
    }
   
    CMD:coramarelo(playerid,params[])
    {
        SetPlayerColor(playerid,Amarelo);
        return true;
    }
Apenas com um comando voce fais isso,nгo presisa de muitos comando asim nгo pow
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)