Cars changin collors
#4

OnVehicleSpawn and OnVehicleStreamIn should be in your script already.

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)
}
Kinda replying here cause we can use a more experienced scripter or debugger, just because there might be an easier solution.

Grts Riz
Reply


Messages In This Thread
Cars changin collors - by cruising - 19.02.2010, 11:05
Re: Cars changin collors - by Rizard - 19.02.2010, 11:57
Re: Cars changin collors - by cruising - 19.02.2010, 12:16
Re: Cars changin collors - by Rizard - 19.02.2010, 16:53
Re: Cars changin collors - by cruising - 19.02.2010, 17:12
Re: Cars changin collors - by Rizard - 19.02.2010, 17:33
Re: Cars changin collors - by cruising - 19.02.2010, 17:41

Forum Jump:


Users browsing this thread: 1 Guest(s)