zcmd problem
#1

Hello,i've started using zcmd command processor and i've a problem.

pawn Код:
zmcd(me, playerid, params[])
    {
    if(!cmdtext[3])return SendClientMessage(playerid, 0xFF0000FF, "How to use: /me [action]");
    new str[128];
    GetPlayerName(playerid, str, sizeof(str));
    format(str, sizeof(str), "* %s %s", str, cmdtext[4]);
    SendClientMessageToAll(0xFF9900AA, str);
    }
"error 017: undefined symbol zmcd"

What's wrong?
Reply


Messages In This Thread
zcmd problem - by Face9000 - 20.01.2012, 08:04
Re: zcmd problem - by [ABK]Antonio - 20.01.2012, 08:07
Re: zcmd problem - by Face9000 - 20.01.2012, 08:11
Re: zcmd problem - by trapped1 - 20.01.2012, 08:14
Re: zcmd problem - by iPLEOMAX - 20.01.2012, 08:15
Re: zcmd problem - by Face9000 - 20.01.2012, 08:16
Re: zcmd problem - by trapped1 - 20.01.2012, 08:17
Re: zcmd problem - by Face9000 - 20.01.2012, 08:18
Re: zcmd problem - by iPLEOMAX - 20.01.2012, 08:18
Re: zcmd problem - by iZN - 20.01.2012, 08:19

Forum Jump:


Users browsing this thread: 1 Guest(s)