Vehicle Color How?
#1

Hey guys I have some dynamic vehicles (like CreateVehicle(....) But how could I set these vehicle's color?
Reply
#2

ChangeVehicleColor
Use This
Reply
#3

You mean like this?
Let's say:

Quote:

CreateVehicle(520, 2109.1763, 1503.0453, 32.2887, 82.2873, 0, 1, 60);

CreateVehicle(Model,X.X,Y.Y,Z.Z,FacingAngle,Color1 ,Color2,RespawnDelay)

CreateVehicle(Model,X.X,Y.Y,Z.Z,FacingAngle,0(is black),1(is white),RespawnDelay)

Reply
#4

You can do this:

pawn Код:
ChangeVehicleColor(CreateVehicle(520, 2109.1763, 1503.0453, 32.2887, 82.2873, 0, 1, 60);
, 25, 25);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)