02.06.2012, 13:49
Quote:
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.
![]() |
thsi definitely NOT gonna work mate