START PLAYER TELEPORT

From GTAMods Wiki
Revision as of 21:14, 30 April 2015 by TheVideoVolcano (talk | contribs) (This, when parameters are found, would teleport the player, missing parameters and needs testing)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
START_PLAYER_TELEPORT
Number of parameters: 8
Parameter #TypeDescription
1.IntegerPlayer ID
2.FloatCoord X
3.FloatCoord Y
4.FloatCoord Z
5.IntegerUnknown
6.IntegerUnknown
7.IntegerUnknown
8.Boolean?Unknown, Suggested: 0
Return value:
TypeDescription
None


Raw From Scocl

START_PLAYER_TELEPORT(PLAYER::PLAYER_ID(), rPtrOfs(_s, 0), rPtrOfs(_s, 4), rPtrOfs(_s, 8), A_3, A_4, A_10, 0);