04.06.2012, 12:51
(
Last edited by Tom Kingston; 08/06/2012 at 05:32 PM.
)
Let me add the define part.
this is all I can add for now,I'm from a dongle and don't got much time left on the internet.
DEFINES
1.Define is a code with which you use for making your work easier,here is an example.pawn Code:
#define COLOR_WHITE 0xFFFFFFAA
pawn Code:
#define //The first part of the code
COLOR_WHITE //The name of the color you wish to give
0xFFFFFFAA //The code of the color