13.02.2013, 12:51
Quote:
Anyway, put this together with your defines:
pawn Code:
//taken from y_utils - a part of the YSI package by ******
#if !defined isnull
#define isnull(%1) \
((%1[0] == 0) || (%1[0] == 1 && %1[1] == 0))
#endif
//taken from y_utils - a part of the YSI package by ******
#if !defined isnull
#define isnull(%1) \
((%1[0] == 0) || (%1[0] == 1 && %1[1] == 0))
#endif