[Help] Zcmd ..
#1

How can i do this ?
PHP код:
CMD:TakePizzaFromBike(playerid,params[]) || CMD:TPFB(playerid,params[]) 
Reply
#2

That works with strcmp, i dont think it works with ZCMD, but there is a way to do it, i just dont remember. Sorry
Reply
#3

make for the second cmd a return wich returns the first cmd
Reply
#4

I found nothing, You can show me how ?
Reply
#5

pawn Код:
CMD:first(playerid, params[])
{
     your stuff;
}
CMD:second(playerid, params[])
{
     return CMD:first(playerid, params);
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)