EnableTirePopping NL
From SA-MP Wiki
EnableTirePopping
Description:
Met deze functie is het mogelijk om het toe te staan of niet toe te staan om banden lek te schieten.
(toestaan)
toestaan | 1/true om toe te staan, 0/false om het niet toe te staan. |
Return Values:
This function does not return any specific values.
Voorbeeld:
public OnGameModeInit( ) { // Dit zal het toestaan om banden lek te schieten EnableTirePopping(1); return 1; }