EnableTirePopping

From SA-MP Wiki

Jump to: navigation, search

EnableTirePopping


Warning: This function is disabled in SA-MP 0.3. It will have no effect. Tire popping is enabled by default.


With this function you can enable or disable tire popping.


Parameters:
(show)
show1 to enable, 0 to disable tire popping.


This function does not return a specific value.


public OnGameModeInit( )
{
    // This will disable tire popping on your gamemode.
    EnableTirePopping(0);
    return 1;
}
Personal tools
In other languages