08.07.2013, 02:26
This code will spawn the player IN the car (in this example, an Infernus)
That's just an example to help you out.
pawn Код:
new Float:X, Float:Y, Float:Z;
GetPlayerPos(playerid, Float:X, Float:Y, Float:Z);
GetPlayerFacingAngle(playerid, Float:Angle);
CreateVehicle(411, X, Y, Z + 2.0, Angle + 90.0, -1, -1, 5000);