02.07.2015, 18:00
Quote:
No game companies chose Lua as its Object Oriented (or at least supports OOP) while pawn is not. Also in pawn you must declare everything (type of variable, size etc...) while in Lua not so much (You still need to declare some things but for example Lua has dynamically sized arrays)
|