Upvote Upvoted 0 Downvote Downvoted
sever is ignoring some commands
1
#1
0 Frags +

Hello there!
I've got a DM server and I don't need "setup time"/"waiting for players" timer enabled. I used "mp_waitingforplayers_cancel 1" and, also "mp_waitingforplayers_time 0". However, for some unknown reason, it always waits for players then it resets the game.

Thanks in advance!

Hello there!
I've got a DM server and I don't need "setup time"/"waiting for players" timer enabled. I used "mp_waitingforplayers_cancel 1" and, also "mp_waitingforplayers_time 0". However, for some unknown reason, it always waits for players then it resets the game.

Thanks in advance!
2
#2
1 Frags +

You need to use rcon *command*, after registering as admin (rcon_password ***)

You need to use rcon *command*, after registering as admin (rcon_password ***)
3
#3
Spaceship Servers
1 Frags +

i believe mp_waitingforplayers_time needs to be set with sourcemod's sm_cvar command and if you put it in server.cfg you don't need to bother with mp_waitingforplayers_cancel 1

sm_cvar mp_waitingforplayers_time 0

if you want to do it on the fly zetos is right, you need to use rcon or !rcon in chat if you've set yourself up as a sourcemod admin

i believe mp_waitingforplayers_time needs to be set with sourcemod's sm_cvar command and if you put it in server.cfg you don't need to bother with mp_waitingforplayers_cancel 1

[code]
sm_cvar mp_waitingforplayers_time 0
[/code]

if you want to do it on the fly zetos is right, you need to use rcon or !rcon in chat if you've set yourself up as a sourcemod admin
4
#4
1 Frags +

Indeed. I've looked through alliedmodders archives and found the same suggestion about using sm_cvar.
Thanks for the info!

Indeed. I've looked through alliedmodders archives and found the same suggestion about using sm_cvar.
Thanks for the info!
Please sign in through STEAM to post a comment.