03.07.2015, 10:20
Hi again!
I want to change the color of vehicle to the color of player when he enters a vehicle
i did a try but i failed, is there anyone who can help me making this?
I want to change the color of vehicle to the color of player when he enters a vehicle
i did a try but i failed, is there anyone who can help me making this?
pawn Code:
new x[50] = GetPlayerColor(playerid); = error 008: must be a constant expression; assumed zero
new color = strval(x);
ChangeVehicleColor(vehicleid, color , color );