ajacob112 Posted September 9, 2011 Share Posted September 9, 2011 Hello , So im running a server on 1.1 but i have a small issue , all unoccupied cars blow up randomly every minute or so , Can someone tell me a check to put into my vehicle system script that all unoccupied cars dont blow up? Itd be much appreciated Link to comment
#Paper Posted September 9, 2011 Share Posted September 9, 2011 You must disable the script that blow all unoccupied vehicle ^^ Link to comment
ajacob112 Posted September 9, 2011 Author Share Posted September 9, 2011 No script does that, its some odd 1.1 bug Link to comment
#Paper Posted September 10, 2011 Share Posted September 10, 2011 You should insert this check in the vehicle blow up function: if not getVehicleOccupant(vehicle) then blowVehicle(vehicle) else outputDebugString("Detected occupied vehicle: don't blow!") end Link to comment
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