08.07.2011, 15:30
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[]);
}