SA-MP Forums Archive
Wheel Blow random - 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: Wheel Blow random (/showthread.php?tid=560986)



Wheel Blow random - DonBonanno - 31.01.2015

Hello...I wan't to make random blow off wheel.

At some time, a wheel at the car to blow off...

Thanks..


Re: Wheel Blow random - DonBonanno - 31.01.2015

Anyone ?


Re: Wheel Blow random - Vince - 31.01.2015

pawn Код:
new wheel = 1 + random(3);
new tirestate = 1 << wheel;
That should do it.


Re: Wheel Blow random - DonBonanno - 31.01.2015

Just two lines ?