hex codes
#1

I Was wondering, how Can I use hex codes to change my ingame text colour ?,I Used to do It, but forgot how :/.
Reply
#2

pawn Code:
{FF0000}Hello all!
If i'm not wrong on the color.
It should print: Hello all!
Reply
#3

Hex colour code generator.
Reply
#4

Didn't work IG :/
Reply
#5

You need to do that server-side. Clientside, it has protection against it. To prevent abuse (eg impersonating)
Reply
#6

Meh, I remember doing It in the previous sa-mp version, I guess I can't anymore :/, this can be deleted or whatever. thanks for the help.
Reply
#7

You can actually script it to work for players if I recall.

pawn Code:
public OnPlayerText(playerid,text[])
{
    SendPlayerMessageToAll(playerid,text);
    return 0;
}

or something among those lines
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)