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

Add SetSmokeTrailEnabled and IsSmokeTrailEnabled serverside #3963

Open
1 task done
Proxy-99 opened this issue Jan 16, 2025 · 0 comments
Open
1 task done

Add SetSmokeTrailEnabled and IsSmokeTrailEnabled serverside #3963

Proxy-99 opened this issue Jan 16, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@Proxy-99
Copy link
Contributor

Proxy-99 commented Jan 16, 2025

Is your feature request related to a problem? Please describe.

Methods and codes already synchronized in Server\mods\deathmatch\logic\CVehicle.h and other files

  bool IsSmokeTrailEnabled() { return m_bSmokeTrail; }
  void SetSmokeTrailEnabled(bool bEnabled) { m_bSmokeTrail = bEnabled; }

Describe the solution you'd like

it already added in the serverside just add functions to make use of it
add to Server\mods\deathmatch\logic\luadefs\CLuaVehicleDefs.h

Describe alternatives you've considered

No response

Additional context

Easy to do

Security Policy

  • I have read and understood the Security Policy and this issue is not about a cheat or security vulnerability.
@Proxy-99 Proxy-99 added the enhancement New feature or request label Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant