Quote:
Originally Posted by SAWC™
We need a vehicle
pawn Код:
CreateVehicle(modelif, x.x, y.y, z.z, a.a, color1, color2, respawn_delay);
With this one you put players in created vehicles.
pawn Код:
PutPlayerInVehicle(playerid, v1, 0); // playerid == player, v1 == vehicle, 0 == seatid
|
so u meant i put hte vehicle id to the model and the coordiantes , and the to put the player there , i have to put hte skin id ?