SetPlayerInterior

From SA-MP

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.


(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, it's best to simply ignore it.


//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