I have little question.
#8

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:

Код:
#include COLORS


OnPlayerCommandText
if(!strcmp("/Hi" cmdtext))
{
SendClientMessage(playerid, COLOR_GREEN,"Hello player.");
return 1;
}
I thing this is easier
Reply


Messages In This Thread
I have little question. - by Join7 - 13.08.2012, 19:43
Re: I have little question. - by AliveBG - 13.08.2012, 19:45
Re: I have little question. - by SEnergy - 13.08.2012, 19:55
Re: I have little question. - by AliveBG - 13.08.2012, 19:59
Re: I have little question. - by Weaselpwns - 13.08.2012, 20:51
Re: I have little question. - by Kindred - 13.08.2012, 20:56
Re: I have little question. - by Weaselpwns - 14.08.2012, 07:51
Re: I have little question. - by Stm - 14.08.2012, 08:07
Re: I have little question. - by Weaselpwns - 14.08.2012, 08:29
Re: I have little question. - by [MM]RoXoR[FS] - 14.08.2012, 08:30

Forum Jump:


Users browsing this thread: 1 Guest(s)