Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Race: world vehicles' collisions always disabled #380

Open
Proxy-99 opened this issue Feb 11, 2022 · 1 comment
Open

Race: world vehicles' collisions always disabled #380

Proxy-99 opened this issue Feb 11, 2022 · 1 comment

Comments

@Proxy-99
Copy link
Contributor

Proxy-99 commented Feb 11, 2022

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

francisco-create added a commit to francisco-create/mtasa-resources that referenced this issue Dec 3, 2022
@francisco-create
Copy link

veh_ghost.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants