08-08-2013, 04:20 AM
(This post was last modified: 08-08-2013, 04:29 AM by pkiller162.)
Ive googled and havent found any solution to this problem.
My server.cfg is executing but the commands still show as deafult in game. Heres what my cfg looks like:
In my srcds, I see "Unknown command aaa" so I know its working. Now, as soon as the server's fully loaded, I type:
and it displays:
Why is this?
I dont understand why my cfg isnt changing the value?
Btw, I am using metamod with AMX so that might be why, but I dont know
I have also added:
In my srcds.exe shortcut command line, same thing happens
Anyone know why?
EDIT:
If I type "exec server.cfg" when the server has finished loading, it works! I cant understand this
BASIC INFO
Server OS: Windows 32bit
Processor: N/A
Ram: N/A
Game(s): Dota 2 dedicated server using Alien Swarm host srcds
Start Up Command: N/A
Admin Mods: Metamod, AMX X
My server.cfg is executing but the commands still show as deafult in game. Heres what my cfg looks like:
Code:
an_example_cvar 1
aaa
In my srcds, I see "Unknown command aaa" so I know its working. Now, as soon as the server's fully loaded, I type:
Code:
an_example_cvar
and it displays:
Code:
an_example_cvar = 0 game replicated
Why is this?
I dont understand why my cfg isnt changing the value?
Btw, I am using metamod with AMX so that might be why, but I dont know
I have also added:
Code:
+an_example_cvar 1
In my srcds.exe shortcut command line, same thing happens
Anyone know why?
EDIT:
If I type "exec server.cfg" when the server has finished loading, it works! I cant understand this
BASIC INFO
Server OS: Windows 32bit
Processor: N/A
Ram: N/A
Game(s): Dota 2 dedicated server using Alien Swarm host srcds
Start Up Command: N/A
Admin Mods: Metamod, AMX X