ZCMD - Object Remove. - 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: ZCMD - Object Remove. (
/showthread.php?tid=202025)
ZCMD - Object Remove. -
Noss* - 23.12.2010
Hi guys, I recently made a neon command where you get two neons under your car when you type /neon.
The problem i leave the car and the car respawns the car respawns with the neons still being on it,Could someone show me how to remove them on car respawn? Thanks..
Btw i'm using ZCMD Don't forget.
Re: ZCMD - Object Remove. -
Alice[WS] - 23.12.2010
Hello.
Use OnVehicleSpawn(vehicleid) to destroy the attached objects.
https://sampwiki.blast.hk/wiki/OnVehicleSpawn
Re: ZCMD - Object Remove. -
Noss* - 23.12.2010
Not really what i was looking for but it will do. (: