when type a command, your colour changes..
#1

hey, i wanted to make this cop command, when you type Onduty, it gives you not only your skin, but a blue head colour. So, i need a command that changes the headcolour to blue, can someone help me? thanks
Reply
#2

pawn Код:
if (strcmp("/onduty", cmdtext, true, 10) == 0)
    {
        SetPlayerSkin(playerid, skinid);
        //Not possible in sa-mp to make blue hair sorryz
        return 1;
    }
Reply
#3

Yeah, thats kinda how i expected it, but i got no idea how to paste a head-colour-changing command in there. So when you actually type the command, the colour of your head (or w/e its called) will change into blue.
Reply
#4

nametag?

pawn Код:
if (strcmp("/onduty", cmdtext, true, 10) == 0)
    {
        SetPlayerSkin(playerid, skinid);
        SetPlayerColor(playerid , 0x7777DDFF );
        return 1;
    }
Reply
#5

Yeah, thanks alot.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)