ULX

Author Topic: Utime How to identify players?  (Read 1428 times)

0 Members and 1 Guest are viewing this topic.

Offline Yogpod

  • Newbie
  • *
  • Posts: 2
  • Karma: 0
Utime How to identify players?
« on: August 12, 2017, 01:41:02 PM »
On my sv.db It shows these IDs https://gyazo.com/1417139eef093afa836e048c3c497e0a, but I have no idea how to identify individual players, if there is a way, can you tell me?

Offline Yogpod

  • Newbie
  • *
  • Posts: 2
  • Karma: 0
Re: Utime How to identify players?
« Reply #1 on: August 12, 2017, 02:50:07 PM »
Solved by typing this in console with sv_allowcslua set to 1
lua_run_cl print( LocalPlayer():UniqueID() )