Thread: server.cfg
View Single Post
aron9forever
Veteran Member
Join Date: Feb 2013
Location: Rromania
Old 11-10-2017 , 05:36   Re: server.cfg
Reply With Quote #10

cstrike/server.cfg -> gets loaded when you start the server
amxmodx/configs/amxx.cfg -> gets loaded every time map changes

although improbable it's possible that some cvars you are trying to set in server.cfg get overwritten when amxx.cfg is read, so have a look

also if you need to add new cvars and don't want to shutdown, just add to amxx.cfg and wait for mapchange
__________________
Meanwhile, in 2050:
Quote:
Originally Posted by aron9forever
useless small optimizations
Quote:
Originally Posted by Black Rose View Post
On a map that is 512x512x128 units you end up with 3,355,443,200,000 different "positions". To store each one of those positions individually in the variable "user_or" you need 12 terabytes of memory.
aron9forever is offline