12.02.2017, 21:10
Surely something like this would suffice;
Obviously there'd be a better way to do that but I couldn't think of it.
Or use OnVehicleRespray and just make some checks to see if the player actually changed the vehicle colour.
Код:
new color_name[][] = {
{"Black"}
};
new color_id[][] = {
{0}
};
Or use OnVehicleRespray and just make some checks to see if the player actually changed the vehicle colour.

