getPlayerUID
Jump to navigation
Jump to search
Notes
- Posted on April 17, 2014 - 22:29
- Master85 (talk)
- In Arma 3 the returned string is the steamID64 of the player.
_steamProfileUrl = "http://steamcommunity.com/profiles/" + (getPlayerUID player);
Bottom Section
- Posted on July 29, 2015 - 19:54 (UTC)
- Ebay
- If used on an empty vehicle that had a driver since the mission start, it will return the UID of the last driver instead of "".