roriscrave
Advanced OT User
- Joined
- Dec 7, 2011
- Messages
- 1,210
- Solutions
- 35
- Reaction score
- 207
If i have this table:
is possible to get player name by Guid? i tried
i tried something like this, but no success:
LUA:
players_guid = {1, 13, 14, 22}
is possible to get player name by Guid? i tried
i tried something like this, but no success:
Code:
print(players_guid[1]:getName())