BaseModeManualVehicleEngineAndLights Method |
Use this function before any player connects (
OnInitialized(EventArgs)) to tell all clients that the
script will control vehicle engines and lights. This prevents the game automatically turning the engine on/off when
players enter/exit vehicles and headlights automatically coming on when it is dark.
Namespace: SampSharp.GameModeAssembly: SampSharp.GameMode (in SampSharp.GameMode.dll) Version: 0.7.6221.37952
Syntaxpublic virtual void ManualVehicleEngineAndLights()
Public Overridable Sub ManualVehicleEngineAndLights
See Also