[HELP] vehicle loots and blown up vehicles

Darthmard

Member
Two things I'm trying to work out..

1. Is it possible to add random loot like a wheel or can food in vehicles on restart?
2. Is it possible to recover some loot from blown up player vehicles?

I had look all over I don't see stable scripts if you seen one can you point me in the right direction Thanks
 
1. either run a script on startup that finds objects of allvehicles on the map and then cycles through them adding in gear., or run a php script that edits the database for existing vehicles .

2. When a vehicle is destroyed, have a script that drops some loot around the vehicle.
 
2. When a vehicle is destroyed, have a script that drops some loot around the vehicle.

^^ thats what I'm looking at doing not seen a script around so far guess i'll do it the hard way I don't mind it will be a learning experience. I made a cron job for loot seems to work ok.
 
Back
Top