27.04.2013, 20:38
Use the function SetPlayerInterior to change a player's interior. If you want the targetid to have the same interior as the person using the command, add the following to the command.
pawn Код:
SetPlayerInterior(targetid, GetPlayerInterior(playerid));