Another Problem
#7

Quote:
Originally Posted by Xaad
Посмотреть сообщение
so how to use only one i mean how to delete strcmp?
include <zcmd> on your script and then switch your commands to ZCMD

example:

Код:
if(strcmp("/hello",cmdtext, true) == 0)
{
//
return 1;
}
it becames

Код:
CMD: hello(playerid,params[])
{
//
return 1;
}
Reply


Messages In This Thread
Another Problem - by Xaad - 15.03.2017, 09:17
Re: Another Problem - by ProBro - 15.03.2017, 09:23
Re: Another Problem - by Flamehaze7 - 15.03.2017, 09:47
Re: Another Problem - by Xaad - 15.03.2017, 09:47
Re: Another Problem - by Xaad - 15.03.2017, 09:49
Re: Another Problem - by SyS - 15.03.2017, 09:50
Re: Another Problem - by Flamehaze7 - 15.03.2017, 09:53
Re: Another Problem - by Xaad - 15.03.2017, 09:55
Re: Another Problem - by Xaad - 15.03.2017, 09:58

Forum Jump:


Users browsing this thread: 4 Guest(s)