Skip to content

Race: world vehicles' collisions always disabled #380

@Proxy-99

Description

@Proxy-99

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions