Mr.unpredictable. Posted May 21, 2015 Share Posted May 21, 2015 Thats not the way you ask for help in scripting board Read this viewtopic.php?f=91&t=47897 Link to comment
nk0zkh0z Posted May 21, 2015 Author Share Posted May 21, 2015 irc://irc.multitheftauto.com/mta.scripting it does not work Link to comment
Bilal135 Posted May 22, 2015 Share Posted May 22, 2015 Lol, if you are talking about any item or object. Use: createObject An example: addCommandHandler("createbox", function() local x, y, z = getElementPosition(localPlayer) createObject(1271, x, y, z, 0, 0, 0, false) outputChatBox("Box created!", 0, 255, 0) end ) More information about this function can be read here: www.wiki.multitheftauto.com/wiki/createObject This creates a box on player's current position if player types /createbox. 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