19.02.2010, 16:53
OnVehicleSpawn and OnVehicleStreamIn should be in your script already.
example (i think)
Kinda replying here cause we can use a more experienced scripter or debugger, just because there might be an easier solution.
Grts Riz
example (i think)
pawn Код:
new color1, color2;
OnVehicleSpawn()
{
GetVehicleColor(vehicleid,color1,color2); (not a standart native, look it up)
}
OnVehicleStreamIn()
{
SetVehicleColor(vehicleid,color1,color2); (same as above)
}
Grts Riz