We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Methods and codes already synchronized in Server\mods\deathmatch\logic\CVehicle.h and other files
Server\mods\deathmatch\logic\CVehicle.h
bool IsSmokeTrailEnabled() { return m_bSmokeTrail; } void SetSmokeTrailEnabled(bool bEnabled) { m_bSmokeTrail = bEnabled; }
it already added in the serverside just add functions to make use of it add to Server\mods\deathmatch\logic\luadefs\CLuaVehicleDefs.h
Server\mods\deathmatch\logic\luadefs\CLuaVehicleDefs.h
No response
Easy to do
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is your feature request related to a problem? Please describe.
Methods and codes already synchronized in
Server\mods\deathmatch\logic\CVehicle.h
and other filesDescribe 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
The text was updated successfully, but these errors were encountered: