Automatic Console Commands after Server StartSolved
Hi,

im very unsure which hook i should use.

I want to make a plugin, if the server has started successfully (BRADLEY SPAWNED) that these commands gets executed:
  • heli.lifetimeminutes 0
  • decay.upkeep false
  • server.radiation false
  • ai.npc_enable false
I dont want the code, i just want to know which hook i should use.

Thanks in advance
You can add them to a server.cfg file under server/identity/cfg for on startup, else use a plugin such as Startup Commands that utilizes the OnServerInitialized hook.
In response to Wulf ():
You can add them to a server.cfg file under server/identity/cfg for on startup, else use a plugin su...
Thanks
Locked automatically