SetPlayerInterior

From SA-MP Wiki

Jump to: navigation, search

SetPlayerInterior


Change the player's current interior. A list of currently known interiors with their positions can be found on this page.


Parameters:
(playerid,interiorid)
playeridThe player you want to change the interior of.
interioridThe new interior ID (or Universe ID) for the player.


This function does not return a specific value.


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

Related Functions

The following functions might be useful as well, as they're related to this function in one way or another.

Personal tools