car damage - 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: car damage (
/showthread.php?tid=106763)
car damage -
u.co kaner - 05.11.2009
any 1 have a no damage fs or piece of script i could do engine damage bu not the visual damage n it annoying
plz dont tell me to search i tryed bu 4 some reason im not allowed
Re: car damage -
dugi - 05.11.2009
There is no way to do this.
Re: car damage -
u.co kaner - 05.11.2009
there is i have seen it and i asked bu he got a scripter to do it and has no way to contact him
Re: car damage -
klavins - 05.11.2009
try using timer, it should work but it will take some space in CPU
Re: car damage -
Mike Garber - 05.11.2009
Quote:
Originally Posted by Dark Knight
|
ELM (Cleo) mod v6 does that.
(ELM = Emergency Lights Mod) . And If you've got a car with ELM Lights It'll look really nice too.
(v7 is already out, but that one's taking visual damage).
Re: car damage -
retart441 - 06.11.2009
There is no way for Visual damage to go away though.
Unless you do like a script that respawns the car in current location with people in it.
Re: car damage -
Joe Staff - 06.11.2009
Quote:
Originally Posted by retart441
There is no way for Visual damage to go away though.
Unless you do like a script that respawns the car in current location with people in it.
|
Or use the RepairVehicle() function, then set the vehicle's health back to what it was.
Re: car damage -
retart441 - 06.11.2009
Quote:
Originally Posted by Joe Staff
Quote:
Originally Posted by retart441
There is no way for Visual damage to go away though.
Unless you do like a script that respawns the car in current location with people in it.
|
Or use the RepairVehicle() function, then set the vehicle's health back to what it was.
|
That would fix the car's appearance?
Re: car damage -
ev0lution - 06.11.2009
Quote:
Originally Posted by retart441
Quote:
Originally Posted by Joe Staff
Quote:
Originally Posted by retart441
There is no way for Visual damage to go away though.
Unless you do like a script that respawns the car in current location with people in it.
|
Or use the RepairVehicle() function, then set the vehicle's health back to what it was.
|
That would fix the car's appearance?
|
RepairVehicle repairs the vehicle, as well as all body damage.
If you used RepairVehicle then SetVehicleHealth, you could make sure a car never had body damage, while still letting it take actual damage.