24.10.2009, 14:07
Ah sorry, copy/paste bug there, what I meant was
for zcmd would be
For your other problem,
is the correct way to do it, maybe you're trying to use both?
pawn Код:
zcmd(shortcommand, playerid, params[])
{
return zcmd_longcommand(playerid, params);
}
pawn Код:
dcmd_callthiscommand(playerid, params);
pawn Код:
zcmd_callthiscommand(playerid, params);
pawn Код:
zcmd(phone, playerid, params[])