Wiki
Clone wikiEFLC-MP LUA / getPlayerPos
Description
Gets the player position
Parameters
Int playerid
Return values
Float x, Float y, Float z
Example
local x, y, z = getPlayerPos(playerid)
Updated
Gets the player position
Int playerid
Float x, Float y, Float z
local x, y, z = getPlayerPos(playerid)
Updated