A multi-command.
#6

U mean, you want like 5 commands do the same thing using ZCMD? If so:
pawn Код:
COMMAND:search(playerid, cmdtext[])
{
    SendClientMessage(playerid, 0xFFFFFFFF, "%s starts to look through the box.", GetPlayerName(playerid);
}

COMMAND:iwilldothesameassearch(playerid, cmdtext[])
{
    return cmd_search(playerid, cmdtext[]);
}
Reply


Messages In This Thread
A multi-command. - by iGetty - 08.07.2011, 14:35
Re: A multi-command. - by Rolyy - 08.07.2011, 15:24
Re: A multi-command. - by iGetty - 08.07.2011, 15:25
Re: A multi-command. - by Rolyy - 08.07.2011, 15:28
Re: A multi-command. - by iGetty - 08.07.2011, 15:28
Re: A multi-command. - by Wesley221 - 08.07.2011, 15:30
Re: A multi-command. - by Rolyy - 08.07.2011, 15:43
Re: A multi-command. - by Donya - 08.07.2011, 15:56
Re: A multi-command. - by Rolyy - 08.07.2011, 16:01
Re: A multi-command. - by Donya - 08.07.2011, 16:10

Forum Jump:


Users browsing this thread: 2 Guest(s)