Commands doesnt work???.......
#9

Quote:
Originally Posted by R0
Посмотреть сообщение
Since you got ZCMD,here what you have to do,put these commands under :
pawn Код:
public OnPlayerCommandReceived(playerid, cmdtext[])
then they will work.
I actually wouldn't recommend that. strcmp will be slower than the proper way of writing zcmd commands.


pawn Код:
CMD:help(playerid, params[])
{
    //your code here
    return 1;
}
CMD:foruminfo(playerid, params[])
{
    //your code here
    return 1;
}
//etc
Reply


Messages In This Thread
Commands doesnt work???....... - by Bulgaria - 08.04.2015, 11:52
Re: Commands doesnt work???....... - by De4dpOol - 08.04.2015, 11:58
Re: Commands doesnt work???....... - by Bulgaria - 08.04.2015, 12:05
AW: Commands doesnt work???....... - by Mencent - 08.04.2015, 12:26
Re: Commands doesnt work???....... - by R0 - 08.04.2015, 12:27
Re: Commands doesnt work???....... - by Bulgaria - 08.04.2015, 12:38
Re: Commands doesnt work???....... - by R0 - 08.04.2015, 12:43
AW: Commands doesnt work???....... - by Mencent - 08.04.2015, 12:44
Re: Commands doesnt work???....... - by [ABK]Antonio - 08.04.2015, 12:45
Re: Commands doesnt work???....... - by Bulgaria - 09.04.2015, 09:27

Forum Jump:


Users browsing this thread: 1 Guest(s)