02.06.2012, 14:28
Quote:
you used 4 paramters... 1 too much... i guess you wanna use 2, 2 for the carcolour? in that case you are now doing like: PutPlayerInVehicle(playerid, vehicleid, color1, color2);, but you should use: PutPlayerInVehicle(playerid, vehicleid, seatid);
seatID means the seat he is in, type 0 for the driver seat. so you should use: pawn Код:
greets niels |

Anyways, cheers boss
NOTE: if you wanna set a vehicle's color, use "ChangeVehicleColor", good luck