Jump to content

Private Play slots?


IB{S.a.n.d.m.a.n}

Recommended Posts

Can anyone help me out with this command:

 

set sv_privateclients "4" // Number of private player slots, maxclients - privateclients = public slots

 

 

I have my server set at 20 players and reserved 4 slots, it shows in HLSW that 16 slots are open and 4 reserved slots, but how does one sign in on this reserved slots?

 

 

Also any help on scrolling text messages out side the ModernRecon program. I have tried:

 

PB_SV_LOAD TASK.CFG and that doesn't work. I added that command to my pbsc.cfg no luck loading it at server start?

 

 

Thanks!

Link to comment
Share on other sites

"C:\Program Files\Activision\Call of Duty 4 - Modern Warfare\iw3mp.exe" +password here +connect here

 

add that to your target line or ingame open console and type

password here <<hit enter

connect ip+port here <<hit enter

Link to comment
Share on other sites

"C:\Program Files\Activision\Call of Duty 4 - Modern Warfare\iw3mp.exe" +password here +connect here

 

add that to your target line or ingame open console and type

password here <<hit enter

connect ip+port here <<hit enter

OK, so do these slots stay in ranked position are unranked? Private or Public?

Link to comment
Share on other sites

If your server is ranked and you enter via password you will still get those ranks like everyone else

public/private doesn't matter you will all get ranked if your server or other servers are ranked

Edited by kev
Link to comment
Share on other sites

My load file looks so:

 

"D:\Call of Duty 4 - Modern Warfare\iw3mp.exe" +XxXxXx +62.75.219.15.28960

 

but doesn't work it just takes me to the browser window where I select a server?

Link to comment
Share on other sites

+XxXxXx +62.75.219.15.28960

 

should be

 

+password MYPASSWORDHERE +connect 62.75.219.15:28960

must include the words password and connect also before your port number it should be double dot not single :

Edited by kev
Link to comment
Share on other sites

+XxXxXx +62.75.219.15.28960

 

should be

 

+password MYPASSWORDHERE +connect 62.75.219.15:28960

must include the words password and connect also before your port number it should be double dot not single :

 

 

 

LOL I am a newb at COD4.... I guess you see this :)

 

Thanks for the help it works nicely when done correctly :)

Link to comment
Share on other sites

Hey using the command line is one way to do the private slot password

 

another is drop console type /password privateslotpassword and enter

or you can goto join game and then hit the password button and enter it there as well

 

make sure that in your server config you have the private slot password entered in there as well

 

line is this

set sv_privatePassword "private slot password" // Private slots, non-public slots

 

and for scrolling messages

the way i did mine was went into the pb/pbsv.cfg file and added them to the bottom of the file

works like a charm

 

and a note to some that dont know -- waste of time to add them to server.cfg they wont work with cod4

they did in cod 2

 

and an advantage with the pbsv.cfg file is you can modify them and dont have to restart the server to make the change just edit them and then use /rcon pb_sv_restart and they should now run the new edited lines

Edited by Lt Cmdr Magnum
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.