27.12.2014, 22:13
As you can see in https://sampwiki.blast.hk/wiki/Strcmp.
The function returs 0 if either of the vars are empty... So you'll have to check it first if its empty...
Here is how you check it:
And also BTW... Try using [PAWN] tags in the future.
Oh and also... Please intend your code
The function returs 0 if either of the vars are empty... So you'll have to check it first if its empty...
Here is how you check it:
pawn Код:
if(strlen(inputtext) > 0)
Oh and also... Please intend your code