Vehicle colours
#1

I tried ChangeVehicleColour to change the colour of some vehicles on map. Didn't work, or am I doing something wrong?

pawn Код:
AddStaticVehicle(411, -1987.244140625, 307.38363647461, 34.979354858398, 89.759887695313, -1, -1);
ChangeVehicleColour(411, 1, 1);
Not working.
Reply
#2

pawn Код:
new Car = AddStaticVehicle(411, -1987.244140625, 307.38363647461, 34.979354858398, 89.759887695313, -1, -1);

ChangeVehicleColour(Car, 1, 1);
You cant use the model ID.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)