5150 Posted August 12, 2015 Share Posted August 12, 2015 i would like a resource/script that, when i do f1>map and click, i warp in the sky above that area, and parachute down (with an automatically given parachute). i think it would be cool for paratrooper missions and raids. is this possible? if so, please help! also, im fairly new to scripting so.... simple terms maybe? Link to comment
Wumbaloo Posted August 12, 2015 Share Posted August 12, 2015 You can do it with: GUI, like, when you press F1 (with BindKey), then, draw a picture of the map (guiCreateStaticImage), next SpawnPlayer to the point but change Z value to ~500 for example, and finally, giveWeapon with the id of parachute (46) EDIT: It can help you: https://community.multitheftauto.com/ind ... ls&id=9942 Link to comment
5150 Posted August 12, 2015 Author Share Posted August 12, 2015 i mean more like.... when you warp via the map on f1 you can parachute down instead of just teleporting Link to comment
Wumbaloo Posted August 12, 2015 Share Posted August 12, 2015 Try this: getWorldFromScreenPosition Link to comment
Badboysteve Posted May 31, 2018 Share Posted May 31, 2018 i was looking for this to but i dont know how to lol Link to comment
WiBox Posted June 1, 2018 Share Posted June 1, 2018 (edited) Hey it can be easier like. add a command so you fall from where you want [as using /teleport x y z ] and it give parachute, how about that? Edited June 1, 2018 by SSKE Link to comment
WiBox Posted June 1, 2018 Share Posted June 1, 2018 function WarpWithParachute(player, x, y, z) giveWeapon (player, 46) setElementPosition(player, x, y, z) end addCommandHandler("warp", WarpWithParachute) -- you can change x y z to the number which you want, but the only problem is you can't use Parachute when you get warped they don't let you open it.. I don't know how to fix that ¯\_(ツ)_/¯ Link to comment
Storm-Hanma Posted June 1, 2018 Share Posted June 1, 2018 You mean same like graom & SAAF server 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