CS:GO Server Help; how do I get rid of .ready in my server so I can start the server without 10 people
up vote
2
down vote
favorite
Ok so with my new server I'm having issues starting it. I want to be able to start the match without having 10 people in the lobby. The server config that I am using is Pug-set-up. I will also be very happy if someone could help me with how to put announcements in the chat where a message is being said like every 5 minutes or so like
"This server is self funded to help or if interested donate monthy to become a VIP and earn reserved slots and more fun features"
If you can help me It would be greatly appreciated thank you very much!
counter-strike-global-offensive hosting
bumped to the homepage by Community♦ 7 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
up vote
2
down vote
favorite
Ok so with my new server I'm having issues starting it. I want to be able to start the match without having 10 people in the lobby. The server config that I am using is Pug-set-up. I will also be very happy if someone could help me with how to put announcements in the chat where a message is being said like every 5 minutes or so like
"This server is self funded to help or if interested donate monthy to become a VIP and earn reserved slots and more fun features"
If you can help me It would be greatly appreciated thank you very much!
counter-strike-global-offensive hosting
bumped to the homepage by Community♦ 7 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
I removed your contact info because this is a Q&A site, not a chat room.
– Ben
Sep 22 '16 at 4:18
add a comment |
up vote
2
down vote
favorite
up vote
2
down vote
favorite
Ok so with my new server I'm having issues starting it. I want to be able to start the match without having 10 people in the lobby. The server config that I am using is Pug-set-up. I will also be very happy if someone could help me with how to put announcements in the chat where a message is being said like every 5 minutes or so like
"This server is self funded to help or if interested donate monthy to become a VIP and earn reserved slots and more fun features"
If you can help me It would be greatly appreciated thank you very much!
counter-strike-global-offensive hosting
Ok so with my new server I'm having issues starting it. I want to be able to start the match without having 10 people in the lobby. The server config that I am using is Pug-set-up. I will also be very happy if someone could help me with how to put announcements in the chat where a message is being said like every 5 minutes or so like
"This server is self funded to help or if interested donate monthy to become a VIP and earn reserved slots and more fun features"
If you can help me It would be greatly appreciated thank you very much!
counter-strike-global-offensive hosting
counter-strike-global-offensive hosting
edited Sep 22 '16 at 5:14
asked Sep 22 '16 at 3:51
adK
142
142
bumped to the homepage by Community♦ 7 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 7 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
I removed your contact info because this is a Q&A site, not a chat room.
– Ben
Sep 22 '16 at 4:18
add a comment |
I removed your contact info because this is a Q&A site, not a chat room.
– Ben
Sep 22 '16 at 4:18
I removed your contact info because this is a Q&A site, not a chat room.
– Ben
Sep 22 '16 at 4:18
I removed your contact info because this is a Q&A site, not a chat room.
– Ben
Sep 22 '16 at 4:18
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
In this file, line 30, change the value of Team size to whatever you want. Note you need to double the value since you have two teams, so if you want a minimum of 6 players, you need Teamsize to be 3.
Messages being sent every X minutes are called Advertisements. One such advertisement plugin is available here.
thank you for helping, but i did what you said and i have no result. my goal is to make the game start after a 1:00 time frame of just one person joining. What settings should I alter to make this possible, to completely eliminate Readying as a whole?
– adK
Sep 22 '16 at 5:13
You stated in your original question the goal was to allow starting the match without being forced to wait for 10 people to be present. If not even that is working, did you remember to restart SRCDS (so it loads the new configuration completely)?
– Commandhat
Sep 22 '16 at 5:19
As for your new question, eliminating Readying as a whole, as far as I can see, is impossible since team readying requires user input (which Sourcemod can't hook since it's serverside, not clientside.)
– Commandhat
Sep 22 '16 at 5:19
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
In this file, line 30, change the value of Team size to whatever you want. Note you need to double the value since you have two teams, so if you want a minimum of 6 players, you need Teamsize to be 3.
Messages being sent every X minutes are called Advertisements. One such advertisement plugin is available here.
thank you for helping, but i did what you said and i have no result. my goal is to make the game start after a 1:00 time frame of just one person joining. What settings should I alter to make this possible, to completely eliminate Readying as a whole?
– adK
Sep 22 '16 at 5:13
You stated in your original question the goal was to allow starting the match without being forced to wait for 10 people to be present. If not even that is working, did you remember to restart SRCDS (so it loads the new configuration completely)?
– Commandhat
Sep 22 '16 at 5:19
As for your new question, eliminating Readying as a whole, as far as I can see, is impossible since team readying requires user input (which Sourcemod can't hook since it's serverside, not clientside.)
– Commandhat
Sep 22 '16 at 5:19
add a comment |
up vote
0
down vote
In this file, line 30, change the value of Team size to whatever you want. Note you need to double the value since you have two teams, so if you want a minimum of 6 players, you need Teamsize to be 3.
Messages being sent every X minutes are called Advertisements. One such advertisement plugin is available here.
thank you for helping, but i did what you said and i have no result. my goal is to make the game start after a 1:00 time frame of just one person joining. What settings should I alter to make this possible, to completely eliminate Readying as a whole?
– adK
Sep 22 '16 at 5:13
You stated in your original question the goal was to allow starting the match without being forced to wait for 10 people to be present. If not even that is working, did you remember to restart SRCDS (so it loads the new configuration completely)?
– Commandhat
Sep 22 '16 at 5:19
As for your new question, eliminating Readying as a whole, as far as I can see, is impossible since team readying requires user input (which Sourcemod can't hook since it's serverside, not clientside.)
– Commandhat
Sep 22 '16 at 5:19
add a comment |
up vote
0
down vote
up vote
0
down vote
In this file, line 30, change the value of Team size to whatever you want. Note you need to double the value since you have two teams, so if you want a minimum of 6 players, you need Teamsize to be 3.
Messages being sent every X minutes are called Advertisements. One such advertisement plugin is available here.
In this file, line 30, change the value of Team size to whatever you want. Note you need to double the value since you have two teams, so if you want a minimum of 6 players, you need Teamsize to be 3.
Messages being sent every X minutes are called Advertisements. One such advertisement plugin is available here.
edited Sep 22 '16 at 5:20
answered Sep 22 '16 at 4:51
Commandhat
1468
1468
thank you for helping, but i did what you said and i have no result. my goal is to make the game start after a 1:00 time frame of just one person joining. What settings should I alter to make this possible, to completely eliminate Readying as a whole?
– adK
Sep 22 '16 at 5:13
You stated in your original question the goal was to allow starting the match without being forced to wait for 10 people to be present. If not even that is working, did you remember to restart SRCDS (so it loads the new configuration completely)?
– Commandhat
Sep 22 '16 at 5:19
As for your new question, eliminating Readying as a whole, as far as I can see, is impossible since team readying requires user input (which Sourcemod can't hook since it's serverside, not clientside.)
– Commandhat
Sep 22 '16 at 5:19
add a comment |
thank you for helping, but i did what you said and i have no result. my goal is to make the game start after a 1:00 time frame of just one person joining. What settings should I alter to make this possible, to completely eliminate Readying as a whole?
– adK
Sep 22 '16 at 5:13
You stated in your original question the goal was to allow starting the match without being forced to wait for 10 people to be present. If not even that is working, did you remember to restart SRCDS (so it loads the new configuration completely)?
– Commandhat
Sep 22 '16 at 5:19
As for your new question, eliminating Readying as a whole, as far as I can see, is impossible since team readying requires user input (which Sourcemod can't hook since it's serverside, not clientside.)
– Commandhat
Sep 22 '16 at 5:19
thank you for helping, but i did what you said and i have no result. my goal is to make the game start after a 1:00 time frame of just one person joining. What settings should I alter to make this possible, to completely eliminate Readying as a whole?
– adK
Sep 22 '16 at 5:13
thank you for helping, but i did what you said and i have no result. my goal is to make the game start after a 1:00 time frame of just one person joining. What settings should I alter to make this possible, to completely eliminate Readying as a whole?
– adK
Sep 22 '16 at 5:13
You stated in your original question the goal was to allow starting the match without being forced to wait for 10 people to be present. If not even that is working, did you remember to restart SRCDS (so it loads the new configuration completely)?
– Commandhat
Sep 22 '16 at 5:19
You stated in your original question the goal was to allow starting the match without being forced to wait for 10 people to be present. If not even that is working, did you remember to restart SRCDS (so it loads the new configuration completely)?
– Commandhat
Sep 22 '16 at 5:19
As for your new question, eliminating Readying as a whole, as far as I can see, is impossible since team readying requires user input (which Sourcemod can't hook since it's serverside, not clientside.)
– Commandhat
Sep 22 '16 at 5:19
As for your new question, eliminating Readying as a whole, as far as I can see, is impossible since team readying requires user input (which Sourcemod can't hook since it's serverside, not clientside.)
– Commandhat
Sep 22 '16 at 5:19
add a comment |
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgaming.stackexchange.com%2fquestions%2f286116%2fcsgo-server-help-how-do-i-get-rid-of-ready-in-my-server-so-i-can-start-the-se%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
I removed your contact info because this is a Q&A site, not a chat room.
– Ben
Sep 22 '16 at 4:18