ManualVehicleEngineAndLights TR

From SA-MP Wiki

Jump to: navigation, search



Description:

Bu fonksiyonu (OnGameModeInit) callback'i altında kullanırsanız bir oyuncu herhangi bir arabaya bindiğinde arabanın motoru ve farları otomatik olarak çalışmaz.


Parameters:
(Bu fonksiyon parametre içermez.)


Return Values:

This function does not return any specific values.


public OnGameModeInit()
{
    ManualVehicleEngineAndLights();
}

Related Functions

The following functions may be useful, as they are related to this function in one way or another.


Related Callbacks

The following callbacks might be useful, as they're related to this function in one way or another.