03.03.2012, 11:37
You need to setvehiclepos
like this:
like this:
pawn Код:
if (GetPlayerState(playerid) == 2)
{
new tmpcar = GetPlayerVehicleID(playerid);
SetVehiclePos(tmpcar, Coordinates here);
TelePos[playerid][0] = 0.0;TelePos[playerid][1] = 0.0;
}