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

Lua /closeserver after server run tfs 1.5

SalvaART

TriasOT.online
Joined
May 1, 2017
Messages
208
Solutions
1
Reaction score
122
Location
USA
Hello everyone, I need a simple script that close the server for the player when started.

I would like to ask for paths, what to install where, thank you very much in advance.

TFS 1.5 8.6 nekiro
 
If youre talking about start server and close for normal players, maybe you can do a globalevent onStartup

Lua:
Game.setGameState(GAME_STATE_CLOSED)
 
Back
Top