Skip to main content

SetPlayerInterior

คำอธิบาย

Set a player's interior. A list of currently known interiors and their positions can be found here.

NameDescription
playeridThe ID of the player to set the interior of.
interioridThe interior ID to set the player in.

ส่งคืน

1: The function executed successfully.

0: The function failed to execute. This means the player is not connected.

ตัวอย่าง

// Set player to default interior (outside)
SetPlayerInterior(playerid, 0);

ฟังก์ชั่นที่เกี่ยวข้องกัน

  • GetPlayerInterior: Get the current interior of a player.
  • LinkVehicleToInterior: Change the interior that a vehicle is seen in.
  • OnPlayerInteriorChange: Called when a player changes interior.