Log in

View Full Version : Script interoperability



foxtacles
10-04-2011, 04:45 PM
Scripts can now call functions from other scripts using MakePublic and CallPublic. This way PAWN scripts can call functions from C++ scripts (or vice-versa, PAWN -> PAWN and C++ -> C++ also possible).

https://wiki.vaultmp.com/index.php/MakePublic
https://wiki.vaultmp.com/index.php/CallPublic

Also timers can have an argument list now:

https://wiki.vaultmp.com/index.php/CreateTimerEx