Results 1 to 10 of 24

Thread: Gungame FUBAR

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. Arrow

    Well right now I am just trying to get the current version stable. It will likely take a few days for me to get a new one ready. Also I might need to program some of the features myself for the sm version and that may take time while I learn the code.

    Currently there is 20,000 files remaining so hopefully it will be done before 12.

    I am posting this here so I can not lose it:

    Code:
    // Set player's score
    public SetScore(client, score)
    {
        if (Game == GAME_TF)
        {
            TFScore[client] = score;
        }
        else
        {
            SetEntProp(client, Prop_Data, "m_iFrags", score);
        }
    }
    I will need to use this code to make a scoreboard plugin like I did for gg4

    GetEntProp(client, Prop_Data, "m_iFrags"); //returns current kills (could be useful)
    Last edited by ZERO; 01-17-2010 at 11:43 PM.



  2. Default

    so with WCS are we getting any race/gltich errors fixed, or is all staying the way it is till the new system is launched for wcs?

    cause ppl are complaining about all the issues and lack of new races for quite some time. and I'm not sure as 2 what 2 tell them. ive been telling them 2 months till the new system, but how much longer you think it's going 2 take now with gg down?
    Last edited by maynard; 01-18-2010 at 03:37 AM.

    Maynard - The WCS Guy

  3. Default

    Quote Originally Posted by maynard View Post
    cause ppl are complaining about all the issues and lack of new races for quite some time. and I'm not sure as 2 what 2 tell them. ive been telling them 2 months till the new system, but how much longer you think it's going 2 take now?
    What are all the issues?

    The whole problem with the world is that fools and fanatics are always so certain of themselves, but wiser people so full of doubts.

  4. Default

    SM = Source Mod

    EventScripts is what was used.
    Make all your last demands for I will forsake you and I'll meet your eyes for the very first time, for the very last.

    maynard <ibis>: they are awkward and last 2 damn long. I prefer thinner smaller ones

  5. Default

    Yea I am still planning on a new wcs within 2 months.

    The gg and zm update require less programing and should be done first.

    Also the backup was put in place 12 hours ago and I am creating the local test environment for the sm version now. I hope to have it ready by the weekend at the latest.



  6. #6

    Default

    Glad you are getting things accomplished ZERO.
    ZOMBIE [ibis.a]

  7. Default

    GG local test setup is now compiled I am now installing the base version of gg sm goals and time table is as follows:
    Get GG running locally
    Configure weapon order to be the same
    Configure Knifing to the the same (maybe program from scratch)
    Configure team killing to work the same (maybe program from scratch)
    Get scoreboard to display current level (program from scratch)
    Get bodies to dissolve
    Get no block
    Get grenade trails (program from scratch)
    Set up wins sounds
    Convert wins as a test
    Get winner motd display

    Set up temp test server on main server
    Test 24 hours
    Shut down main server
    Copy logs over
    Copy bans over
    Copy and convert wins database
    Release of server
    Last edited by ZERO; 01-18-2010 at 01:02 PM.



Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •