• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

TFS 1.2 get player by guid

guiismiti

Well-Known Member
Joined
May 19, 2014
Messages
315
Solutions
3
Reaction score
68
Hi

Is there a function for getting the player by guid in TFS 1.2?
I found this in a 2011 post, but it does not exist anymore:
Code:
getPlayerByGUID(guid)


Thanks in advance.
 
No, but you could easily write the function by looping all players and comparing the GUID.
That's what I did.
The function is in the engine, but it looks like there is no lua function for it, I just wanted to make sure.
 
Back
Top