• 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!

getPlayerByNameWildcard()

DedicatedOT

New Member
Joined
Jun 13, 2009
Messages
977
Reaction score
4
Location
USA
Anybody have this function for TFS .2.3? It comes with TFS .3+ but I need it for 0.2.3

Thank you!
 
game.cpp & h, luascript.cpp & h. Copy it from 0.3 to 0.2 and preferably fix the occuring errors.

game.cpp, you have to copy the whole:
Code:
ReturnValue Game::getPlayerByNameWildcard(const std::string& s, Player* &player)
 
Back
Top Bottom