09.10.2010, 23:45
Ah, Were I put "Color define" Add this to the top of your script
then were it says "message" add your message Example 'Hello there', Here's the full code;
pawn Код:
#define COLOR_YELLOW 0xFFFF00FF
pawn Код:
SendClientMessage(playerid, COLOR_YELLOW, "Hello there");