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

Stuck on script

JDB

OtLand Veteran
Joined
Jun 1, 2009
Messages
4,145
Solutions
2
Reaction score
115
How do you get promote.lua to work while player is offline or online?
 
Last edited:
check if the player is online, if not - check whether he/she exists in database and then update him using a query if he/she does.
 
NOT IN (SELECT name FROM players) can be useful to check if player with this name exists, don't know if tfs have own function to check if player is online or just uses sql query.
 
Back
Top