how to destroy neons at vehicle death? not working..., also how to make destroyvehicle unoccupied..
#8

Don't use PVars, make a global variable for all vehicles, for example new neonOne[MAX_VEHICLES]; and when you create the neon just use neonOne[vehicleid] = CreateObject(.....);, and DestroyObject(neonOne[vehicleid]); where you wish.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)