Skip to content

Add SetSmokeTrailEnabled and IsSmokeTrailEnabled serverside #3963

@Proxy-99

Description

@Proxy-99

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions