SA-MP Forums Archive
Removing Paintjob? - 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: Removing Paintjob? (/showthread.php?tid=278429)



Removing Paintjob? - Tee - 22.08.2011

I was just wondering if there's any way of removing a paintjob from a vehicle without respawning it.


Re: Removing Paintjob? - marrcko - 22.08.2011

ChangeVehiclePaintjob(vehicleid,3);

'cause there are 3 paintjobs with 0, 1 and 2 ids so 3(also as 4 and 5) is emty, unless player has moded his game with extra (4th) paintjob


Re: Removing Paintjob? - Tee - 22.08.2011

Yea I was thinking about that also, just didn't want to be the only one, lol thanks. I was also thinking of using -1 that might not work either but it's worth a try.