EnableTirePopping NL

From SA-MP Wiki

Jump to: navigation, search

EnableTirePopping

Description:

Met deze functie is het mogelijk om het toe te staan of niet toe te staan om banden lek te schieten.


Parameters:
(toestaan)
toestaan1/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;
}
Personal tools
Navigation
Toolbox
In other languages