editor1000 Posted February 14, 2012 Share Posted February 14, 2012 hi i am a bit new to modding and want to know to create cleo mod using sanny builder 3 to spawn vehicles i tried a lot but dont work Link to comment Share on other sites More sharing options...
ussr_cccp Posted February 14, 2012 Share Posted February 14, 2012 hi i am a bit new to modding and want to know to create cleo mod using sanny builder 3 to spawn vehicles i tried a lot but dont work please post your script Link to comment Share on other sites More sharing options...
Michael.Knight1 Posted February 14, 2012 Share Posted February 14, 2012 hi i am a bit new to modding and want to know to create cleo mod using sanny builder 3 to spawn vehicles i tried a lot but dont work You are Car Spawner ?? Link to comment Share on other sites More sharing options...
Ashwin.Star Posted February 15, 2012 Share Posted February 15, 2012 download any vehicle spawn mod from garage & read it carefully, anyway ---------------------------------------------------- add your vehicle model in model loading list load it, check if it is available & create it, example {$CLEO .cs}model.Load(#NRG500)038B: load_requested_models :0wait 0if and0AB0: key_pressed 8model.Available(#NRG500)jf @004C4: store_coords_to [email protected] [email protected] [email protected] from_actor $Player_actor with_offset 0.0 5.0 0.0car.Create([email protected], #NRG500, [email protected], [email protected], [email protected])01C3: remove_references_to_car [email protected] // Like turning a car into any random car 0A93: end_custom_thread the code of cleo script above will spawn a NRG600 Bike when you press Backspace key, Link to comment Share on other sites More sharing options...
editor1000 Posted February 17, 2012 Author Share Posted February 17, 2012 download any vehicle spawn mod from garage & read it carefully,anyway ---------------------------------------------------- add your vehicle model in model loading list load it, check if it is available & create it, example {$CLEO .cs}model.Load(#NRG500)038B: load_requested_models :0wait 0if and0AB0: key_pressed 8model.Available(#NRG500)jf @004C4: store_coords_to [email protected] [email protected] [email protected] from_actor $Player_actor with_offset 0.0 5.0 0.0car.Create([email protected], #NRG500, [email protected], [email protected], [email protected])01C3: remove_references_to_car [email protected] // Like turning a car into any random car 0A93: end_custom_thread the code of cleo script above will spawn a NRG600 Bike when you press Backspace key, Thanks for this. Link to comment Share on other sites More sharing options...
loms Posted February 24, 2012 Share Posted February 24, 2012 Or do you want spawn it like use car generator if you want this way try this tutorial http://zazmahall.de/ZAZGTASANATORIUM/CLEO_...ndweaponpickups Link to comment Share on other sites More sharing options...
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