Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
TendaMonsta

ACS Console issue [Skulltag]

Recommended Posts

I'm having an issue here with my Invasion map. I want all the players to have one life whenever you start the map but there is a text at the top of the screen saying that "maxlives will be changed for the next game". Is there any possible way to override this and force 1 life automatically?

Script 2 OPEN
{
consolecommand("multiplayer");
Consolecommand("sv_maxlives 1");
}

Share this post


Link to post

I'm pretty sure console commands are not meant to be used this way. The problem is your setting up the settings but you need to restart the map in order to get them to work, and I'm not sure if there is really a command for that. Your probably better off either trying to script it or telling people when you release it that its meant to run with those particular sv_settings.

Share this post


Link to post

Okay. Thanks for the response. That's really all I can say since you pretty much answered any future questions I might have asked.

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×