ZCMD again...
#1

Hmm.. hello again..

Is it possible to make zcmd to work on 2 commands

Like
/report - dones the job
/re - the same job

but without making another zcmd..
Reply
#2

The only way I know is something like:
pawn Код:
command(re,playerid, params[])
{
return cmd_report(playerid, params);
}
Reply
#3

Ohh thanx..

Edit:

Not working...

Im using CMD:cmd(playerid,params[]) scripting style..
Reply
#4

Try this then:
pawn Код:
CMD:re(playerid, params[])
{  
return cmd_report(playerid, params);
}
Reply
#5

Nope, tried already.... Error: Invalid balbalbla...
Reply
#6

Anyone? Need... pls..

Sor for dubled post..
Reply
#7

What errors do you get?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)