[FilterScript] Fire exhaust car
#1




Command: /fire

Video: https://www.youtube.com/watch?v=-VDE15tMPNk

Download: https://pastebin.com/Ne26H7M4
Reply
#2

Cool, getting some serious GTA V vibes.
Reply
#3

Welcome again, why were you banned?
Reply
#4

It\'s Cool Like GTA V
Reply
#5

Quote:
Originally Posted by Max_Andolini
View Post
Welcome again, why were you banned?
It was a joke
Reply
#6

Code:
forward DestroyEffectObject(objectid, objectid2);
public DestroyEffectObject(objectid, objectid2)
{
    DestroyVehicle(objectid);
    if(objectid2 != -1) DestroyVehicle(objectid2);
    return 1;
}
That looks fucked up mang.
Reply
#7

Quote:
Originally Posted by Pottus
View Post
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
Reply
#8

im was too lazy to do this.
many thanks to you dude!
Reply
#9

Nice!
Reply
#10

and what happens when it occupies the limit of samp objects?
Reply
#11

hmmm
Reply
#12

NIce
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)