-
-
Notifications
You must be signed in to change notification settings - Fork 501
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
Labels
enhancementNew feature or requestNew feature or request