Game Modding | Call of Duty: Black Ops 3 | Scripting
Fanatic:
Been seeing map creators use peoples Steam ID's to grant them access to Secret Rooms for bonuses on the map and was wondering how this is done?
nekkozrgfr:
i doubt its possible to make it grab a steamID, but def possible with username:
edit: a month later, hope you still waiting for notification
Sleepy216:
i doubt its possible to make it grab a steamID, but def possible with username:
edit: a month later, hope you still waiting for notification
Fanatic:
i doubt its possible to make it grab a steamID, but def possible with username:
edit: a month later, hope you still waiting for notification
Spiki:
I’m not home so idk the right func but its something like getxuid() or playerxuid(). Look up xuid in the gsc html file in the docs folder. Tldr this returns a string of the hex value of the players steam id which you can also find on the internet. Note on the net it might be decimal not hex
Fanatic:
I’m not home so idk the right func but its something like getxuid() or playerxuid(). Look up xuid in the gsc html file in the docs folder. Tldr this returns a string of the hex value of the players steam id which you can also find on the internet. Note on the net it might be decimal not hex