katursis / Pawn.CMD

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

Invalid function or declaration #20

Closed Walter-Correa closed 4 years ago

Walter-Correa commented 4 years ago

alias:

katursis commented 4 years ago

You should provide more information.

Walter-Correa commented 4 years ago

You should provide more information.

Its simple... after last update the function alias is getting error on compile.

katursis commented 4 years ago

Semicolons at the end of alias and flags declarations not allowed now

Walter-Correa commented 4 years ago

Semicolons at the end of alias and flags declarations not allowed now

But how to use alias for my cmds?

katursis commented 4 years ago

https://github.com/urShadow/Pawn.CMD/pull/19

Walter-Correa commented 4 years ago

19

So is it to put at the beginning?

katursis commented 4 years ago

Just delete these semicolons at the end.

katursis commented 4 years ago

The problem is solved?

Walter-Correa commented 4 years ago

The problem is solved?

Fixed, thank you!