18.02.2011, 04:34
Maybe it will make things easier for you
:
Example of usage:

pawn Код:
// Top of your script
#define OR ||
#define AND &&
Example of usage:
pawn Код:
if (IsPlayerConnected(playerid) AND !IsPlayerNPC(playerid))
pawn Код:
if (MyVariable == 1 OR MyVariable == 2)