←  Call of Duty 4

PBBans

»

Private Play slots?

IB{S.a.n.d.m.a.n}'s Photo IB{S.a.n.d.m.a.n} Nov 23, 2007

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!
Quote

kev's Photo kev Nov 23, 2007

"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
Quote

IB{S.a.n.d.m.a.n}'s Photo IB{S.a.n.d.m.a.n} Nov 23, 2007

View Postkev, on Nov 23rd 2007, 12:40 PM, said:

"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?
Quote

kev's Photo kev Nov 23, 2007

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, Nov 23, 2007 - 06:52 AM.
Quote

IB{S.a.n.d.m.a.n}'s Photo IB{S.a.n.d.m.a.n} Nov 23, 2007

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?
Quote

kev's Photo kev Nov 23, 2007

+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, Nov 23, 2007 - 07:32 AM.
Quote

IB{S.a.n.d.m.a.n}'s Photo IB{S.a.n.d.m.a.n} Nov 23, 2007

View Postkev, on Nov 23rd 2007, 01:30 PM, said:

+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 :)
Quote

=CR= Slaughter's Photo =CR= Slaughter Nov 23, 2007

for scrolling text here's a couple solutions on that
http://www.pbbans.com/forums/index.php?showtopic=35002
Edited by =CR= Slaughter, Nov 23, 2007 - 08:36 AM.
Quote

IB{S.a.n.d.m.a.n}'s Photo IB{S.a.n.d.m.a.n} Nov 23, 2007

View Post=CR= Slaughter, on Nov 23rd 2007, 02:34 PM, said:

for scrolling text here's a couple solutions on that
http://www.pbbans.com/forums/index.php?showtopic=35002

thanks bud, I did however find the error on my server and now have scrolling messages, thanks for the tip!
Quote

Lt Cmdr Magnum's Photo Lt Cmdr Magnum Nov 28, 2007

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, Nov 28, 2007 - 08:48 AM.
Quote