14.08.2012, 08:07
Copy the code that Weaselpwns post.Save it in to the PAWN include folder (BE SURE TO SAVE THE FILE LIKE .INC).
And when you makeing a script you need just to #include the colors in to your script.
Example:
I thing this is easier
And when you makeing a script you need just to #include the colors in to your script.
Example:
Код:
#include COLORS OnPlayerCommandText if(!strcmp("/Hi" cmdtext)) { SendClientMessage(playerid, COLOR_GREEN,"Hello player."); return 1; }