beermejinx Posted June 1, 2008 Share Posted June 1, 2008 Hi, my problem is I want my rules and regulations to my server to scroll, now Ive done everything they sya to do, with your pbsv.cfg folder, but nothing seems to come out in game... any thoughts. exact details will be greatly appreciatted. Quote Link to comment Share on other sites More sharing options...
RocknRoll Posted June 1, 2008 Share Posted June 1, 2008 (edited) Make a file called <for example>.cfg ( name it whatever you want. ) In the <for example>.cfg use the "task function" to make your messages. Example: pb_sv_TaskEmpty // Empties the list of Tasks in memory. //** PB_SV_Task [X] [Y] [command] //** Adds a task to PB's Task List; The Task will be executed X seconds after entry and //** every Y seconds thereafter; use -1 for Y if a one-time task is desired; this can be //** used to execute game server commands as well as PB commands // Task setup for Messages pb_sv_task 20 315 "say ^5Welcome! ^3to the ^7G^4rey^7G^4uardClan ^3CoD4 Server" pb_sv_task 55 315 "say ^1Friendly Fire is ON !!! ^5Apologize ^3for ^5ANY ^3and ^5ALL ^3Team Kills!!!!" pb_sv_task 90 315 "say ^5PLEASE...^3Watch your ^5LANGUAGE ^3and ^5CONDUCT!" pb_sv_task 125 315 "say ^1Don't cheat!! ^3You will be ^5caught, ^3then ^5banned!" pb_sv_task 160 315 "say ^1No ^5Bunny-Hopping ^3allowed!!" pb_sv_task 195 315 "say ^3Visit us at ^1www.^7G^4rey^7G^4uardClan^1.com" pb_sv_task 230 315 "say ^3We stream our logs to ^5PBBans ^3 and ^5PunksBusted" pb_sv_task 265 315 "say ^3Our ^5Ventrilo ^3IP: ^5 64.237.62.226:4613" pb_sv_task 300 315 "say ^3Thanks for visiting our server. ^5Come back soon!" In your pbsv.cfg add this line pb_sv_load <for example>.cfg // Loads Server Messages and Scheduled Tasks Also remember //*** Call of Duty 4 forces pb_sv_guidrelax to 7 on each map_rotate or restart, //*** server starts, etc. The only way to 'fix' it, is with a pb_sv_task that //*** constantly reassigns it. pb_sv_task 10 120 pb_sv_guidrelax 0 Edited June 1, 2008 by =GG= RocknRoll Quote Link to comment Share on other sites More sharing options...
beermejinx Posted June 1, 2008 Author Share Posted June 1, 2008 thanks so much your post worked great for me..., one last question, in console how do i have console greet a person, and also say the next map in rotation? Quote Link to comment Share on other sites More sharing options...
hugin Posted June 1, 2008 Share Posted June 1, 2008 thanks so much your post worked great for me..., one last question, in console how do i have console greet a person, and also say the next map in rotation? FYI: Its not Console messages, its Server messages or HUD messages by term :) Greetings can be set in your Account Manager Announce next map is an Mod and can't be enabled on a Ranked un-modded server without that particular Mod installed Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.