• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Lua /closeserver after server run tfs 1.5

Gofrion

Rookgaard RPG
Premium User
Joined
May 1, 2017
Messages
223
Solutions
1
Reaction score
99
Location
/home/tfs/
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