Commands error
#6

Quote:
Originally Posted by FedeA
Посмотреть сообщение
Put it like this

Код:
    format(funcname, sizeof(funcname), "cmd_%s", funcname); 
    while (cmdtext[pos] == ' ') pos++; 
    if (!cmdtext[pos])
If above doesn`t work, use this:

Код:
    	format(funcname, sizeof(funcname), "cmd_%s", funcname); 
    	while (cmdtext[pos] == ' ') pos++; 
    	if (!cmdtext[pos])
the commands are still not working
Reply


Messages In This Thread
Commands error - by andrey1311 - 21.11.2018, 14:40
Re: Commands error - by FedeA - 21.11.2018, 15:32
Re: Commands error - by andrey1311 - 21.11.2018, 15:40
Re: Commands error - by SeeNN - 21.11.2018, 16:21
Re: Commands error - by FedeA - 21.11.2018, 16:39
Re: Commands error - by andrey1311 - 21.11.2018, 17:25
Re: Commands error - by d3Pedro - 21.11.2018, 18:24

Forum Jump:


Users browsing this thread: 1 Guest(s)