SA-MP Forums Archive
Tire Popping function - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Tire Popping function (/showthread.php?tid=80315)



Tire Popping function - Guardian - 03.06.2009

Can someone please help me on this tire popping. I want to enable it
public OnGameModeInit( )
{
// This will disable tire popping on your gamemode.
EnableTirePopping(0);
return 1;
}

Can some one tell me step by step of how to add this to the script pawno


Re: Tire Popping function - Luka P. - 03.06.2009

Quote:
Originally Posted by Guardian
Can someone please help me on this tire popping. I want to enable it
public OnGameModeInit( )
{
// This will disable tire popping on your gamemode.
EnableTirePopping(0);
return 1;
}

Can some one tell me step by step of how to add this to the script pawno
Just change EnableTirePopping(0); to EnableTirePopping(1);