21.05.2013, 10:05
ok Define this at top it's really helpful
And At the command change any if(!strval... to
Or you can get sscanf
pawn Код:
#define IsNull(%1) \
((!(%1[0])) || (((%1[0]) == '\1') && (!(%1[1]))))
pawn Код:
if(IsNull(params))