Skraund Posted April 29, 2018 Share Posted April 29, 2018 Hello everyone, often do developers remove from MTA already introduced functions, such as DxDrawImage? Link to comment
Addlibs Posted April 29, 2018 Share Posted April 29, 2018 As far as I'm aware, functions do not get removed without first becoming obsolete for a pretty long period of time, designed to allow developers to move to a new function before the server/client no longer recognises it. Link to comment
Bonsai Posted April 29, 2018 Share Posted April 29, 2018 (edited) dxDrawImage = function() end Overwrite it and it will do what you want. Only works inside a resource of course. (If this is what you mean) Edited April 29, 2018 by Bonsai Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now