katursis / Pawn.CMD

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

Little fix semicolons. #19

Closed ghost closed 4 years ago

katursis commented 4 years ago

What is the problem?

ghost commented 4 years ago

A lot of errors "invalid function or declaration".

Example code: flags:gzapros(CMD_GANG); alias:gzapros("gdodaj", "gzaproszenie", "ginvite", "gadd", "invite", "zapros");

https://imgur.com/a/6mYxpJh

katursis commented 4 years ago

Just delete these semicolons at the end.

flags:gzapros(CMD_GANG); alias:gzapros("gdodaj", "gzaproszenie", "ginvite", "gadd", "invite", "zapros");

katursis commented 4 years ago

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