mtasa-resources icon indicating copy to clipboard operation
mtasa-resources copied to clipboard

Race: world vehicles' collisions always disabled

Open Proxy-99 opened this issue 3 years ago • 1 comments

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)

Additional context disabled enabled

others linked issues forum forum

Proxy-99 avatar Feb 11 '22 17:02 Proxy-99