Jump to content

cod4 server pb autotext problem


super920

Recommended Posts

i have done this

// Task setup for PunkBuster

 

//where <color> =

//^1 for Red

//^2 for Green

//^3 for Yellow

//^4 for Blue

//^5 for Cyan

//^6 for pink/Magenta

//^7 for White

//^8 for Black

 

pb_sv_taskempty

 

pb_sv_TaskDel 1

pb_sv_TaskDel 2

pb_sv_TaskDel 3

 

 

pb_sv_task 20 360 "say ^3blabla ^2blabla"

pb_sv_task 50 400 "say ^5blabla"

pb_sv_task 60 2500 "say ^1bla"

 

is hows up as "console: ^3blabla ^2blabla" first then the same text with my nickname

eg. "nickname: ^3blabla ^2blabla"

 

so i get this msg two times in my server, one from server console and one from me

the problem is , that when i go to other servers i say that stuff so all ppl can see it

 

the only way i found atm , is when i play on other server to temporary delete this cfg.

but basically its still annoying to see double posts of server msg's in the server

Edited by super920
Link to comment
Share on other sites

I take it you're running this config locally from your own game install? It should be run from your server's pb folder with a pb_sv_load with no brackets and then it will only show as a console message. It will also then not show on other servers when you play on one not your own.

 

RW

Link to comment
Share on other sites

I take it you're running this config locally from your own game install? It should be run from your server's pb folder with a pb_sv_load <config_name_here> with no brackets and then it will only show as a console message. It will also then not show on other servers when you play on one not your own.

 

RW

 

can u explain how to run it otherwise ? i just remade the exe file so server would start up automatically and created a server.cfg in the main folder

 

in pb folder i have only modified pbsv.cfg by putting exec auto.cfg which is my previous mention cfg

Link to comment
Share on other sites

Ahh, I was referring to dedicated or rented servers. You're running a server off your local PC which may affect the outcome. I've never tried a spam.cfg from local-host before. It's the local-host issue that is likely causing your problem. Work-around would be to remove the config while gaming on other servers. Just slide it onto desktop and then back when you want to host again.

Link to comment
Share on other sites

Ahh, I was referring to dedicated or rented servers. You're running a server off your local PC which may affect the outcome. I've never tried a spam.cfg from local-host before. It's the local-host issue that is likely causing your problem. Work-around would be to remove the config while gaming on other servers. Just slide it onto desktop and then back when you want to host again.

 

well thats what im doing atm :D

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.