SA-MP Forums Archive
Alias dont work PAWNCMD - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Alias dont work PAWNCMD (/showthread.php?tid=658701)



Alias dont work PAWNCMD - Romero837 - 10.09.2018

The alias of Pawn.CMD don't working, the result is -1, "Error: unknown command".

Код:
alias:vr("fix", "fixveh");
CMD:vr(playerid) {
...
}



Re: Alias dont work PAWNCMD - Undef1ned - 10.09.2018

PHP код:
CMD:vr(playeridparams[])
{
    
//............
    
return 1;
}
alias:vr("fix""fixveh"); 



Re: Alias dont work PAWNCMD - Romero837 - 10.09.2018

Don't work ://


Re: Alias dont work PAWNCMD - Undef1ned - 10.09.2018

click here