Command Help!
#2

I never used strtok and don't know how it works for making commands, but there:

PHP код:
if(!strlen(tmp)) 
means that if you don't type 64 characters as tmp's length defined above, it'll give you the error.

So, try this:

PHP код:
if(strlen(tmp) > 64
Reply


Messages In This Thread
Command Help! - by MrCallum - 23.04.2015, 14:42
Re: Command Help! - by Fel486 - 23.04.2015, 14:49
Re: Command Help! - by AberKane - 23.04.2015, 14:51

Forum Jump:


Users browsing this thread: 1 Guest(s)