18.09.2010, 17:12
What?
No, you just put SetPlayerPos, which removes the player from the vehicle.
No, you just put SetPlayerPos, which removes the player from the vehicle.
pawn Код:
if (strcmp("/home", cmdtext, true, 10) == 0)
{
if (IsPlayerInAnyVehicle(playerid))
SetVehiclePos(GetPlayerVehicleID(playerid), 1475.8315,-2927.7690,11.1834);
else SetPlayerPos(playerid,1475.8315,-2927.7690,11.1834);
return 1;
}
}