[FilterScript] Fire exhaust car - 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: Filterscripts (
https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] Fire exhaust car (
/showthread.php?tid=642762)
Fire exhaust car -
adri1 - 06.10.2017
Command: /fire
Video:
https://www.youtube.com/watch?v=-VDE15tMPNk
Download:
https://pastebin.com/Ne26H7M4
Re: Fire exhaust car -
Eoussama - 06.10.2017
Cool, getting some serious GTA V vibes.
Re: Fire exhaust car -
Max_Andolini - 07.10.2017
Welcome again, why were you banned?
Re: Fire exhaust car -
Mr.Vince⢠- 07.10.2017
It\'s Cool Like GTA V
Re: Fire exhaust car -
adri1 - 07.10.2017
Quote:
Originally Posted by Max_Andolini
Welcome again, why were you banned?
|
It was a joke
Re: Fire exhaust car -
Pottus - 07.10.2017
Code:
forward DestroyEffectObject(objectid, objectid2);
public DestroyEffectObject(objectid, objectid2)
{
DestroyVehicle(objectid);
if(objectid2 != -1) DestroyVehicle(objectid2);
return 1;
}
That looks fucked up mang.
Re: Fire exhaust car -
adri1 - 07.10.2017
Quote:
Originally Posted by Pottus
Code:
forward DestroyEffectObject(objectid, objectid2);
public DestroyEffectObject(objectid, objectid2)
{
DestroyVehicle(objectid);
if(objectid2 != -1) DestroyVehicle(objectid2);
return 1;
}
That looks fucked up mang.
|
lol, terrible fail, consequence of use auto-complete

Link updated, thank for advise
Re: Fire exhaust car -
m4karow - 07.10.2017
im was too lazy to do this.
many thanks to you dude!
Re: Fire exhaust car -
Ritzy2K - 25.11.2017
Nice!
Re: Fire exhaust car -
rorrobryan - 30.08.2018
and what happens when it occupies the limit of samp objects?
Re: Fire exhaust car -
Unkovic - 30.08.2018
hmmm
Re: Fire exhaust car -
DANILOLIMA - 02.09.2018
NIce