Posts: 37
Threads: 10
Joined: Jan 2011
Reputation:
0
i think i seen people sendclientmessage where the words are diff colors i not talking about
makin each color of the sendclient different
im talkin about making the words diff colors in the same sendclientmessage
Thankyou!
Posts: 3,793
Threads: 196
Joined: Jan 2010
Reputation:
0
Well theres a new emb in samp 0.3c, you need to just do tis
SendClientMessage(playerid, 0x0, "{(HEX_NUMBER)} Welcome to {(HEX_NUMBER)} ...");
Predefined colours can just be like
SendClientMessage(playerid, 0x0, "" COL_RED" Welcome to "COL_BLUE" ...");
Posts: 37
Threads: 10
Joined: Jan 2011
Reputation:
0
C:\Users\Legit_V20\Desktop\GTASanAndreas\filterscr ipts\dropgun.pwn(116) : error 017: undefined symbol "RandomColour"
C:\Users\Legit_V20\Desktop\GTASanAndreas\filterscr ipts\dropgun.pwn(140) : error 017: undefined symbol "RandomColour"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
2 Errors.
i did exactly what u said is there a filterscript or somethin?