SetPlayerInterior

From SA-MP Wiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 16:54, 28 October 2013
Badio12 (Talk | contribs)

← Previous diff
Revision as of 04:44, 2 February 2014
Connor Mead (Talk | contribs)
(add fr link)
Next diff →
Line 19: Line 19:
[[Category:Scripting Functions]] [[Category:Scripting Functions]]
-[[pt:SetPlayerInterior]]+ 
[[de:SetPlayerInterior]] [[de:SetPlayerInterior]]
 +[[fr:SetPlayerInterior]]
 +[[pt:SetPlayerInterior]]

Revision as of 04:44, 2 February 2014



Description:

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


Parameters:
(playerid, interiorid)
playeridThe ID of the player to setthe interior of.
interioridThe interior ID to set the player in.


Return Values:

This function does not return any specific values.


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

Related Functions

The following functions may be useful, as they are related to this function in one way or another.

In other languages