[How] how to run this code?

Results 1 to 6 of 6
  1. #1
    My Status --> LukasCCB is offline
    MemberRank
    Apr 2013 Join Date
    CracolandiaLocation
    1,190Posts

    [How] how to run this code?

    I was looking at and saw WarZ.sln, but as I run this code?

    Code:
    IMPL_PACKET_FUNC(ClientGameLogic, PKT_S2C_ShutdownNote)
    {
        gameShuttedDown_ = true;
        
        char msg[128];
        sprintf(msg, "SERVER SHUTDOWN in %.0f sec", n.timeLeft);
        if(hudMain)
        {
            hudMain->showChat(true);
            hudMain->addChatMessage(1, "<system>", msg, 0);
        }
        return;
    }
    - - - Updated - - -

    someone


  2. #2
    My Status --> LukasCCB is offline
    MemberRank
    Apr 2013 Join Date
    CracolandiaLocation
    1,190Posts

    Re: [How] how to run this code?

    '-' ....

  3. #3
    f793 eXtremousZ is offline
    MemberRank
    May 2013 Join Date
    Planet ShearLocation
    857Posts

    Re: [How] how to run this code?

    As I remember press F2 on "masterserver",

  4. #4
    Account Upgraded | Title Enabled! Dragonbooss is offline
    MemberRank
    May 2013 Join Date
    BrazilLocation
    267Posts

    Re: [How] how to run this code?

    Quote Originally Posted by eXtremousZ View Post
    As I remember press F2 on "masterserver",
    Press F4 XD

  5. #5
    My Status --> LukasCCB is offline
    MemberRank
    Apr 2013 Join Date
    CracolandiaLocation
    1,190Posts

    Re: [How] how to run this code?

    Thank you

  6. #6
    Account Upgraded | Title Enabled! Dragonbooss is offline
    MemberRank
    May 2013 Join Date
    BrazilLocation
    267Posts

    Re: [How] how to run this code?

    No problem ^^



Advertisement