Posts: 1,534
Threads: 179
Joined: Apr 2009
Quote:
Originally Posted by Prumpuz
pawn Код:
if(loop < 1) return SendClientMessage(playerid,COLOR_GREY,"Loop number can't be 0 or lower than 0!");
You create "loop" before that, but you don't seem to set it to anything. So when you create it, it's 0.
|
I changed the loop one to if(!strlen(tmp)), but now i can also use number 0 =/