SA-MP Forums Archive
Need some help again, Cars not blowing up scripting problem - 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: Need some help again, Cars not blowing up scripting problem (/showthread.php?tid=80360)



Need some help again, Cars not blowing up scripting problem - Guardian - 03.06.2009

When I created my server,lvdm, I was playing on my server for a test and then when I tried to attack a car no damage was done to the car. I cannot pop the tires and the car shows no damage image. Every car is almost invincible and thats a problem if you want to run a server. Can someone tell me what to add to pawno so i can add it to script, because cars that cannot be hurt is boring so help. Also please show me how to add the tire popping script and car thing i mentioned above.


Re: Need some help again, Cars not blowing up scripting problem - Correlli - 03.06.2009

The vehicle will only lose it's health if someone is in and if you are damaging it.

This is for tire popping:
pawn Код:
EnableTirePopping(1);
Put this at OnGameModeInit() callback.


Re: Need some help again, Cars not blowing up scripting problem - HuRRiCaNe - 04.06.2009

its a samp bug only gong to be destroyed if there is other player that is on the car


Re: Need some help again, Cars not blowing up scripting problem - Correlli - 04.06.2009

Quote:
Originally Posted by BiG_Sm0k3
its a samp bug only gong to be destroyed if there is other player that is on the car
It's not a bug.