Help me with simple conversion please
#4

ok Define this at top it's really helpful

pawn Код:
#define IsNull(%1) \
((!(%1[0])) || (((%1[0]) == '\1') && (!(%1[1]))))
And At the command change any if(!strval... to
pawn Код:
if(IsNull(params))
Or you can get sscanf
Reply


Messages In This Thread
Help me with simple conversion please - by Kirchhoff - 21.05.2013, 06:01
Re: Help me with simple conversion please - by [HiC]TheKiller - 21.05.2013, 07:41
Re: Help me with simple conversion please - by Kirchhoff - 21.05.2013, 08:15
Re: Help me with simple conversion please - by mahdi499 - 21.05.2013, 10:05

Forum Jump:


Users browsing this thread: 1 Guest(s)