03.01.2010, 16:28
Hey all!
I give up
I want to change me vehicle colors but that sucks :S
Look on my screenshots:
Standard: http://s8.directupload.net/images/100103/hlxzbwn7.png
Color 1: http://s4.directupload.net/images/100103/l3qajv6y.png
Color 2: http://s2.directupload.net/images/100103/chb6y9co.png
I want to change only one color and the second color must be the same what was before!
That's my Code!
I give up
I want to change me vehicle colors but that sucks :S
Look on my screenshots:
Standard: http://s8.directupload.net/images/100103/hlxzbwn7.png
Color 1: http://s4.directupload.net/images/100103/l3qajv6y.png
Color 2: http://s2.directupload.net/images/100103/chb6y9co.png
I want to change only one color and the second color must be the same what was before!
That's my Code!
Код:
GetVehicleColor(GetPlayerVehicleID(playerid), Color1, Color2); ChangeVehicleColor(Veh, 130, Color2); PlayerPlaySound(playerid, 1133, 0, 0, 0);
Код:
new VehicleColor[MAX_VEHICLES][2]; GetVehicleColor(vehicleid, &color1, &color2) { color1 = VehicleColor[vehicleid][0]; color2 = VehicleColor[vehicleid][1]; } SureShot