Revolt Posted January 15, 2016 Posted January 15, 2016 I think that it would be good to have exec function (that will execute program or shell/console command) at our disposal. To regulate it from being misused, you can add the ACL right specifically for it.
Jusonex Posted January 16, 2016 Posted January 16, 2016 MTA's scripting API design forbids functions that can be exploited by bad people to damage inexperienced server owners. If you definitely need it to implement a specific feature, you can write a server module that provides the desired functionality.
MTA Team sbx320 Posted January 17, 2016 MTA Team Posted January 17, 2016 There's actually a module which provides a system() function already. https://github.com/multitheftauto/multi ... /ml_system
Recommended Posts