SA-MP Forums Archive
How to remove Wheelie bouns? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: How to remove Wheelie bouns? (/showthread.php?tid=357074)



How to remove Wheelie bouns? - Youtube12 - 05.07.2012

How I can remove it from my server when someone stunt?




Re: How to remove Wheelie bouns? - FUNExtreme - 05.07.2012

https://sampwiki.blast.hk/wiki/EnableStuntBonusForAll


Re: How to remove Wheelie bouns? - dPlaYer_ - 05.07.2012

pawn Код:
public OnGameModeInit()
{
    EnableStuntBonusForAll(0);
    return 1;
}



AW: How to remove Wheelie bouns? - Youtube12 - 05.07.2012

Thx