@Frederick_Lim

SWIG (the script binding generator I use) doesn't suppor generating bindings for spl or pawn, so adding support for them at this point wouldn't be trivial. Also there are no plans for adding new scripting languages soon since lua does its job pretty well. Ofcourse if you know C/C++, you could try to add the bindings even yourself, since the whole bindings API resides in binds.h, which is just a big list of defines and function declarations wink. So it isn't completely impossible.