Vehicles respawning with black color -
Saddin - 29.01.2018
Some of my vehicle that I respawn ingame change color to black.
I made test script that checks color of each vehicle and prints it in log, and I got this:
PHP Code:
[16:18:26] vehicleid, c1, c2: 45, 25, 25
[16:18:26] vehicleid, c1, c2: 46, 25, 25
[16:18:26] vehicleid, c1, c2: 47, 25, 25
[16:18:26] vehicleid, c1, c2: 48, 25, 25
[16:18:26] vehicleid, c1, c2: 49, 25, 25
[16:18:26] vehicleid, c1, c2: 50, 25, 25
[16:18:26] vehicleid, c1, c2: 51, 25, 25
[16:18:26] vehicleid, c1, c2: 52, 25, 25
[16:18:26] vehicleid, c1, c2: 53, 25, 25
[16:18:26] vehicleid, c1, c2: 54, 25, 25
[16:18:26] vehicleid, c1, c2: 338, 4, 75
[16:18:26] vehicleid, c1, c2: 339, 4, 75
[16:18:26] vehicleid, c1, c2: 340, 4, 75
[16:18:26] vehicleid, c1, c2: 341, 4, 75
[16:18:26] vehicleid, c1, c2: 342, 4, 75
[16:18:26] vehicleid, c1, c2: 343, 4, 75
[16:18:26] vehicleid, c1, c2: 344, 4, 75
[16:18:26] vehicleid, c1, c2: 345, 4, 75
[16:18:26] vehicleid, c1, c2: 556, 1, -1
[16:18:26] vehicleid, c1, c2: 557, 1, -1
The colors are same as they should be but all vehicles are black...
Re: Vehicles respawning with black color -
RogueDrifter - 29.01.2018
maybe you got a ChangeVehicleColors somewhere?
Re: Vehicles respawning with black color -
Flamehaze7 - 29.01.2018
If the vehicle is black there may be an error with COLOR IDs somewhere in your script, like RogueDrifter said maybe somewhere you got overlapping code
Re: Vehicles respawning with black color -
Mugala - 29.01.2018
if you're seeing it as a black vehicle and script reads it as an normal colored vehicle, than its client sided problem, probably caused by modding.
Re: Vehicles respawning with black color -
Saddin - 29.01.2018
Quote:
Originally Posted by Mugalito
if you're seeing it as a black vehicle and script reads it as an normal colored vehicle, than its client sided problem, probably caused by modding.
|
nothing is modded, client log reads correct color of vehicle but i'm seeing all vehicles in black color
btw. im recoloring when it spawns so again its black color..
Re: Vehicles respawning with black color -
Mugala - 29.01.2018
are you sure u're not using ChangeVehicleColor in other scripts?