FrankieL 0 Posted September 29, 2018 hey everyone, converting GTA:N server to Rage, and client scripts are giving me issues on the wiki I can't find anything similar to GTA:N's getLocalPlayer(), which was used on the client, to get all properties, name, location, etc. how can I access the player object, all their properties & methods listed here: https://wiki.rage.mp/index.php?title=Client-side_functions#Player thanks Share this post Link to post Share on other sites
MrPancakers 108 Posted September 29, 2018 getLocalPlayer just sounds like you want the player object which is mp.players.local so if you wanted the players name it'd be mp.players.local.name or mp.players.local.position for their position. 1 Share this post Link to post Share on other sites