Undefined Symbol "cmd"
#4

Quote:
Originally Posted by Cxnnor
Посмотреть сообщение
You need to download the include zcmd, mate.
https://sampforum.blast.hk/showthread.php?tid=91354

Regards, Connor.
Since he didn't use it, he doesn't have to download it.
As for the code, add this under "OnPlayerCommandText" callback.


pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    new cmd[256];
    new idx;
    cmd = strtok(cmdtext, idx);
Reply


Messages In This Thread
Undefined Symbol "cmd" - by DragonYancy - 11.06.2012, 05:58
Re: Undefined Symbol "cmd" - by Flake. - 11.06.2012, 06:00
Re: Undefined Symbol "cmd" - by Cxnnor - 11.06.2012, 06:01
Re: Undefined Symbol "cmd" - by Randy More - 11.06.2012, 06:05
Re: Undefined Symbol "cmd" - by DragonYancy - 11.06.2012, 06:13
Re: Undefined Symbol "cmd" - by Randy More - 11.06.2012, 06:15
Re: Undefined Symbol "cmd" - by JhnzRep - 11.06.2012, 06:17
AW: Re: Undefined Symbol "cmd" - by Extremo - 11.06.2012, 06:17
Re: Undefined Symbol "cmd" - by Cxnnor - 11.06.2012, 06:20
Re: Undefined Symbol "cmd" - by DragonYancy - 11.06.2012, 06:30

Forum Jump:


Users browsing this thread: 1 Guest(s)