SA-MP Forums Archive
Function Question - 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: Function Question (/showthread.php?tid=301117)



Function Question - Kostas' - 03.12.2011

I was testing something and EnableTirePopping() function is removed. Why?
pawn Код:
public OnFilterScriptInit()
{
    EnableStuntBonusForAll(0);
    EnableTirePopping(0);
    return 1;
}



Re: Function Question - System64 - 03.12.2011

I think in 0.3d is removed...


Re: Function Question - Kostas' - 03.12.2011

I am using 0.3c


Re: Function Question - antonio112 - 03.12.2011

From SA-MP WIKI:
Quote:

Warning: This function was removed in SA-MP 0.3. Tire popping is enabled by default.




Re: Function Question - Kostas' - 03.12.2011

Quote:
Originally Posted by antonio112
Посмотреть сообщение
From SA-MP WIKI:
Oh, okay thank you.