exigent 0 Posted August 12, 2005 I have ECP, and i like how you can add weapons to a vehicle. I have the new Ocean island and i want to add LSR's M4 to the Police Cruiser. Anyone know can i do this? I know the class names for the weapon and mags, thanks. Also whats the classname for the Berrita? Share this post Link to post Share on other sites
jankyballs 0 Posted August 13, 2005 Put this in the vehicles init line: <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">this addweapon "nameofweapon";this addmagazine "namemagazine" copy the addmagazine part to put more magazines into the vehicle, but before you start a new part put a ; and the name for the Berreta is "Beretta" and "BerettaMag" Hope that helps Share this post Link to post Share on other sites
stevevcb 3 Posted August 13, 2005 The commands for putting gear in vehicles are: this addweaponcargo ["weaponname",1] and this addmagazinecargo ["magazinename",1] Changing the number will put that number of items in the vehicle. Share this post Link to post Share on other sites
exigent 0 Posted August 13, 2005 Nope didn't work . Thanks Kooky, i'll try it tomorrow and see if it works . Share this post Link to post Share on other sites