-
-
Notifications
You must be signed in to change notification settings - Fork 170
Open
Description
Is your feature request related to a problem? Please describe.
World vehicles' collision always disabled for race gamemode, I do not find any possible ways to change collisions without use setElementData
Describe the solution you'd like
add a setting to the race settings gui to set the ElementData value
--client side
--enable
setElementData (vehicle, 'race.collideothers', 1 ,true)
--disabled
setElementData (vehicle, 'race.collideothers', 0 ,true)