I Saw Many? - 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)
+--- Thread: I Saw Many? (
/showthread.php?tid=380174)
I Saw Many? -
Danyal - 24.09.2012
i saw many server that can change vehicle hood and door colors i want to know how they can do this...
Re: I Saw Many? -
ReneG - 24.09.2012
The vehicle's color 1 and 2 are probably different. Either that or it's a common sa-mp bug where some vehicle parts appear darker than others. Take a screenshot, or be more specific on what car you saw it on, and what colors.
Re: I Saw Many? -
Danyal - 24.09.2012
Here is image 1:

Here is its image 2:
Re: I Saw Many? -
Danyal - 25.09.2012
......
Re: I Saw Many? -
doreto - 25.09.2012
AttachObjectToVehicle
Re: I Saw Many? -
Danyal - 25.09.2012
well i gave it a try but i want that colors to be saved in my mod file. i want colors not attached objects... there is a way to color body parts but they wont save...
Re: I Saw Many? -
Mauzen - 25.09.2012
Then store the colours in a variable when changed, and add that variable to your saving system.
Re: I Saw Many? -
Danyal - 25.09.2012
it means i should create a new variable for this then save it like newmod == 1 then on that car spawn i should attach that object to vehicle?