katursis / Pawn.CMD

🚀 Plugin-powered command processor for SA:MP server
MIT License
119 stars 13 forks source link

Alias error #44

Open BY-KILLIGAN opened 2 years ago

BY-KILLIGAN commented 2 years ago

Hi all. An error occurs when trying to declare an alias. What could be the problem?

alias:menu("mn");

error 010: invalid function or declaration

alexmarkel0v commented 2 years ago

remove ;

BY-KILLIGAN commented 2 years ago

remove ;

How to make an alias now?

alexmarkel0v commented 2 years ago

Just without ;

BY-KILLIGAN commented 2 years ago

Just without ;

Oh... I'm stupid. Thank you.