Sign in to follow this  
justinlee

make chat or infistar or bec give info

9 posts in this topic

anyone know how to make your server send out msg about the server on diffrent timer

 

i found this one but it display on screen and seem top one overwrites them all

 

hint format["NOPVP SERVER"];
sleep 800;

hint format["Make sure to join our teamspeak: purepcgaming.ts3dns.com"];
sleep 800;
execVM "hints\txt.sqf";

hint format["DO NOT LEAVE VEHICLES AT TRADER"];
sleep 800;
execVM "hints\txt.sqf";

hint format["REMEMBER: Killing and Stealing Is against the rules!"];
sleep 800;
execVM "hints\txt.sqf";

hint format["REMEMBER: Respect all staff and players!"];
sleep 800;
execVM "hints\txt.sqf";

hint format["REMEMBER: EXILE IS A NEW MOD, BUGS GLITCHES and BAD STUFF IS BOUND TO HAPPEN. PLEASE KEEP CALM DURING THIS PROCESS."];
sleep 800;
execVM "hints\txt.sqf";

hint format["REMEMBER: Keep checking the forums purepcgaming.enjin.com for updates and news about new content!"];
sleep 800;
execVM "hints\txt.sqf";

hint format["REMEMBER: The server Restarts every 3 hours!! make sure you log out 3 minutes before so your items are saved."];
sleep 800;
execVM "hints\txt.sqf";

Edited by justinlee

Share this post


Link to post
Share on other sites

if you were going to do it like that then you need to edit it:

hint format["NOPVP SERVER"];
sleep 800;
hint format["Make sure to join our teamspeak: purepcgaming.ts3dns.com"];
sleep 800;
hint format["DO NOT LEAVE VEHICLES AT TRADER"];
sleep 800;
hint format["REMEMBER: Killing and Stealing Is against the rules!"];
sleep 800;
hint format["REMEMBER: Respect all staff and players!"];
sleep 800;
hint format["REMEMBER: EXILE IS A NEW MOD, BUGS GLITCHES and BAD STUFF IS BOUND TO HAPPEN. PLEASE KEEP CALM DURING THIS PROCESS."];
sleep 800;
hint format["REMEMBER: Keep checking the forums purepcgaming.enjin.com for updates and news about new content!"];
sleep 800;
hint format["REMEMBER: The server Restarts every 3 hours!! make sure you log out 3 minutes before so your items are saved."];
sleep 800;
execVM "hints\txt.sqf";

 

Edited by second_coming

Share this post


Link to post
Share on other sites
Advertisement

I use BEC and have to say that it works great, but is there a script that will get it to send a message out that pops up in the middle of the screen cause BEC (which is great) the messages only pop up in side chat. I have seen it on another server.

Share this post


Link to post
Share on other sites

Here's and example for BEC Scheduler.xml

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<Scheduler>

    <!-- this job will start after 2 minutes and run forever with a 15 minutes interval between the jobs -->
    <job id='0'>
        <day>1,2,3,4,5,6,7</day>
        <start>001000</start>
        <runtime>003000</runtime>
        <loop>10</loop>
        <cmd>say -1 This server auto restarts Every 3 hours</cmd>
    </job>
    <job id="1">
        <day>1,2,3,4,5,6,7</day>
        <start>001100</start>
        <runtime>001100</runtime>
        <loop>1</loop>
        <cmd>loadbans</cmd>
    </job>
    <job id="2">
        <day>1,2,3,4,5,6,7</day>
        <start>002000</start>
        <runtime>001000</runtime>
        <loop>10</loop>
        <cmd>say -1 Need more information, open your map and click on the Menu Items</cmd>
    </job>
    <job id="3">
        <day>1,2,3,4,5,6,7</day>
        <start>001100</start>
        <runtime>001100</runtime>
        <loop>100</loop>
        <cmd>uptime</cmd>
    </job>
    <job id="4">
        <day>1,2,3,4,5,6,7</day>
        <start>001200</start>
        <runtime>001200</runtime>
        <loop>10</loop>
        <cmd>say -1 Need Assistance join our Teamspeak TS.LegionGamingHQ.Net</cmd>
        </job>
        <job id="5">
        <day>1,2,3,4,5,6,7</day>
        <start>001300</start>
        <runtime>001300</runtime>
        <loop>10</loop>
        <cmd>say -1 No Base Building within 500 meters of Military Bases</cmd>
    </job>
    <job id='6'>
        <day>1,2,3,4,5,6,7</day>
        <start>001000</start>
        <runtime>003000</runtime>
        <loop>10</loop>
        <cmd>say -Vehicles Left in Safe Zones during Restarts spawn unlocked and are free game.</cmd>
    </job>
    <!-- 12:00 restart -->
    <job id='7'>
        <day>1,2,3,4,5,6,7</day>
        <start>11:30:00</start>
        <runtime>000000</runtime>
        <loop>0</loop>
        <cmd>say -1 The server will auto restart in 30 minutes.</cmd>
    </job>
    <job id='8'>
        <day>1,2,3,4,5,6,7</day>
        <start>11:45:00</start>
        <runtime>000000</runtime>
        <loop>0</loop>
        <cmd>say -1 The server will auto restart in 15 minutes.</cmd>
    </job>
    <job id='9'>
        <day>1,2,3,4,5,6,7</day>
        <start>11:50:00</start>
        <runtime>000000</runtime>
        <loop>0</loop>
        <cmd>say -1 The server will auto restart in 10 minutes.</cmd>
    </job>
    <job id='10'>
        <day>1,2,3,4,5,6,7</day>
        <start>11:55:00</start>
        <runtime>000000</runtime>
        <loop>0</loop>
        <cmd>say -1 The server will auto restart in 5 minutes. It Would Be a Good Idea to Leave Now So Your Items Are Saved Correctly!</cmd>
    </job>
    <job id='11'>
        <day>1,2,3,4,5,6,7</day>
        <start>11:58:00</start>
        <runtime>000000</runtime>
        <loop>0</loop>
        <cmd>say -1 The server will auto restart in 2 minutes. You Should be Logged out!.</cmd>
    </job>
    <job id='12'>
        <day>1,2,3,4,5,6,7</day>
        <start>11:59:59</start>
        <runtime>000000</runtime>
        <loop>0</loop>
        <cmd>say -1 The server will auto restart in 60 Seconds.</cmd>
    </job>
    <job id='13'>
        <day>1,2,3,4,5,6,7</day>
        <start>11:59:59</start>
        <runtime>000000</runtime>
        <loop>0</loop>
        <cmd>say -1 The server Restarting Now!!!!</cmd>

Edited by Bobroglaz

Share this post


Link to post
Share on other sites

what file i insert this info ???

hint format["NOPVP SERVER"];
sleep 800;
hint format["Make sure to join our teamspeak: purepcgaming.ts3dns.com"];
sleep 800;
hint format["DO NOT LEAVE VEHICLES AT TRADER"];
sleep 800;
hint format["REMEMBER: Killing and Stealing Is against the rules!"];
sleep 800;
hint format["REMEMBER: Respect all staff and players!"];
sleep 800;
hint format["REMEMBER: EXILE IS A NEW MOD, BUGS GLITCHES and BAD STUFF IS BOUND TO HAPPEN. PLEASE KEEP CALM DURING THIS PROCESS."];
sleep 800;
hint format["REMEMBER: Keep checking the forums purepcgaming.enjin.com for updates and news about new content!"];
sleep 800;
hint format["REMEMBER: The server Restarts every 3 hours!! make sure you log out 3 minutes before so your items are saved."];
sleep 800;
execVM "hints\txt.sqf";

 

 

Share this post


Link to post
Share on other sites
Advertisement

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
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.