Posts: 836
Threads: 107
Joined: Sep 2010
Reputation:
0
I was just wondering if there's any way of removing a paintjob from a vehicle without respawning it.
Posts: 82
Threads: 27
Joined: Aug 2010
Reputation:
0
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
Posts: 836
Threads: 107
Joined: Sep 2010
Reputation:
0
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.