12.08.2012, 19:32
There is really nothing that objects give that you can't do in SA:MP anyway. All objects do is encapsulate state and operations on state, exposing a function-based API for use. You can EXACTLY that with files and static global variables, and since generally objects are in separate files anyway, there's really no difference!