Taxi 1 Report post Posted December 15, 2017 Hey guys, What i want is: You spawn as a bambi (with ductape/extension cord in your inventory), you open the XM8 app, you click on the button extra's and you can spawn a quadbike. I just can't seem to figure out how to make a bambi able to spawn a quadbike with the XM8 app. Is there anyone who does know how to program this? Share this post Link to post Share on other sites
WURSTKETTE 212 Report post Posted December 15, 2017 https://github.com/Bjanski/ExAd Share this post Link to post Share on other sites
Taxi 1 Report post Posted December 15, 2017 2 hours ago, WURSTKETTE said: https://github.com/Bjanski/ExAd I don't see anything about spawning a Quadbike as a bambi..? Share this post Link to post Share on other sites
Beowulfv 305 Report post Posted December 15, 2017 (edited) 1 hour ago, Taxi said: I don't see anything about spawning a Quadbike as a bambi..? That's because you didn't look hard enough.https://github.com/Bjanski/ExAd/blob/master/mpmissions/Exile.Altis/config.cpp class ExAd_Quad { title = "Deploy Quad"; bambiState = 0; vehicleClass = "Exile_Bike_QuadBike_Fia"; recipe[] = {{"Exile_Item_ExtensionCord",1}}; packable = 1; quickFunction = "['ExAd_Quad'] call ExAd_XM8_DV_fnc_spawnVehicle"; }; Changing bambiState to a 1 makes it so you can only spawn it if you are a bambi. Edited December 15, 2017 by Beowulfv 1 Share this post Link to post Share on other sites
Taxi 1 Report post Posted December 15, 2017 31 minutes ago, Beowulfv said: That's because you did look hard enough.https://github.com/Bjanski/ExAd/blob/master/mpmissions/Exile.Altis/config.cpp class ExAd_Quad { title = "Deploy Quad"; bambiState = 0; vehicleClass = "Exile_Bike_QuadBike_Fia"; recipe[] = {{"Exile_Item_ExtensionCord",1}}; packable = 1; quickFunction = "['ExAd_Quad'] call ExAd_XM8_DV_fnc_spawnVehicle"; }; Changing bambiState to a 1 makes it so you can only spawn it if you are a bambi. Sorry i did a quick scan, thought i could find something about it in the Readme file. Thank you so much! Share this post Link to post Share on other sites