07.10.2014, 00:37
Change
to
And to check if the string is null use isnull. If you're not using ZCMD, - you'll have to include it yourself,
pawn Код:
if(strfind(inputtext,"@",true) != -1)
pawn Код:
if(strfind(inputtext,"@",true) ==0)
pawn Код:
#if !defined isnull
#define isnull(%1) \
((!(%1[0])) || (((%1[0]) == '\1') && (!(%1[1]))))
#endif

