26.09.2016, 11:29
As I said, you have to change the -1 to get a fix color;
PHP код:
VehicleSlots[slotid][vsVehicleID] = CreateVehicle(model, VehicleSlots[slotid][vsX], VehicleSlots[slotid][vsY], VehicleSlots[slotid][vsZ] - oZ, VehicleSlots[slotid][vsA], random(255), random(255), -1); // still randoms colors and -1 avoid respawning the vehicle.

