EnableTirePopping
From SA-MP Wiki
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.
(show)
| show | 1 to enable, 0 to disable tire popping. |
This function does not return a specific value, it's best to simply ignore it.
public OnGameModeInit( ) { // This will disable tire popping on your gamemode. EnableTirePopping(0); return 1; }
