[BUG] Car Colors. - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [BUG] Car Colors. (
/showthread.php?tid=199207)
[BUG] Car Colors. -
Gh0sT_ - 14.12.2010
When you enter some interior, and then exit nearest car color changing to random.. ( idk are this is really only for nearests cars ). if you need some ss, please post, i will upload it tommorow.
Re: [BUG] Car Colors. -
Macluawn - 14.12.2010
its not a bug, its an feature set by the server gamemode scripter, cuz he has set the car color to random (-1) and the vehicle streaming in / out kinda respawns it and so the color changes.
Re: [BUG] Car Colors. -
Gh0sT_ - 15.12.2010
nopee..
there isn't any car with -1 color.. and i'm isnt using onvehiclestreamout/in
Re: [BUG] Car Colors. -
beckzy - 15.12.2010
If you are using valid colors between 0-126 this shouldn't happen :/
Re: [BUG] Car Colors. -
Scenario - 15.12.2010
I don't have this issue; it's something in your script.
Re: [BUG] Car Colors. -
Gh0sT_ - 15.12.2010
Min color id are 1, and max 86 in my script. Maybe the problem is that, cuz im using addstaticvehicle?
Re: [BUG] Car Colors. -
Scenario - 15.12.2010
Quote:
Originally Posted by Gh0sT_
Min color id are 1, and max 86 in my script. Maybe the problem is that, cuz im using addstaticvehicle?
|
It could be, but I can't confirm that. I use "CreateVehicle".
Re: [BUG] Car Colors. -
wups - 15.12.2010
Quote:
Originally Posted by RealCop228
It could be, but I can't confirm that. I use "CreateVehicle".
|
No, that's not the case.
Re: [BUG] Car Colors. -
Scenario - 15.12.2010
Quote:
Originally Posted by wups
No, that's not the case.
|
I wouldn't jump to a conclusion like that; GodFather has the same issue and it uses AddStaticVehicle.