Colors Help
#1

Hi, can help me with two problems

1. : i want to have all players white color
2. : Car color where is cal color from here AddStaticVehicle(410,-2061.4685,-114.1186,34.9877,179.6916,112,1);



....sorry for my bad english.
Reply
#2

1.

pawn Код:
for(new i = 0; i < MAX_PLAYERS; i++)
SetPlayerColor(i, 0xFFFFFFFF);
Reply
#3

https://sampwiki.blast.hk/wiki/AddStaticVehicle

AddStaticVehicle(modelid, Floatpawn_x, Floatpawn_y,Floatpawn_z, Float:angle, color1, color2)

modelid The Vehicle ID for the vehicle.

Floatpawn_X The X-coordinate for the vehicle.

Floatpawn_Y The Y-coordinate for the vehicle.

Floatpawn_Z The Z-coordinate for the vehicle.

Float:angle Direction of vehicle - angle.

color1 The primary color ID.

color2 The secondary color ID.
Reply
#4

Thank you
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)