22.02.2012, 05:59
SendClientMessage has a color argument. add a color there.
eg
EDIT:
o thanks for pointing that out. i often mix the greater than and the less than symbol :3
eg
pawn Код:
SendClientMessage(playerid, 0xFFFFFFAA, "text"); //white
EDIT:
Quote:
You didn't replace [color] with your desired colour. Also, that snippet has flawed logic. It'll fail if the player HAS more than 1000 score.
pawn Код:
|
o thanks for pointing that out. i often mix the greater than and the less than symbol :3