Remove drift cash giving and remove textdraws - 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: Remove drift cash giving and remove textdraws (
/showthread.php?tid=560993)
Remove drift cash giving and remove textdraws -
Flokx - 31.01.2015
How do I remove this annoying cash giving and remove this textdraws?
Re: Remove drift cash giving and remove textdraws -
Matess - 31.01.2015
PHP Code:
public OnGameModeInit()
{
EnableStuntBonusForAll(0);
return 1;
}