Results 1 to 3 of 3

Thread: [HELP] CoD2 zombie mod

  1. #1
    Private
    Join Date
    Feb 2016
    Posts
    13
    Thanks
    9
    Thanked 3 Times in 3 Posts

    [HELP] CoD2 zombie mod

    Hello ,

    I have cod2 zombie mod V3.0 by Neo - and i cant run server i had one error in server.gsc i fixed it by just putting missing - ; ... and now when i run server and someone connect on server it just do this error:


    called from:
    (file 'maps/mp/gametypes/server.gsc', line 228)
    self thread maps\mp\gametypes\_healthbar::UpdateHealthBar();
    *
    called from:
    (file 'maps/mp/gametypes/_callbacksetup.gsc', line 38)
    [[level.callbackPlayerConnect]]();
    *
    started from:
    (file 'maps/mp/gametypes/_callbacksetup.gsc', line 35)
    CodeCallback_PlayerConnect()
    *
    ************************************
    ********************
    ERROR: script runtime error
    (see console for details)
    divide by 0
    ********************
    ----- Server Shutdown -----
    Sending heartbeat to cod2master.activision.cod
    ==== ShutdownGame ====
    ---------------------------



    File: maps/mp/gametypes/server.gsc, line 224-231 ! Line 224 isBold...

    Callback_PlayerConnect()
    {

    self thread maps\mp\gametypes\_healthbar::Runonspawn();
    self thread maps\mp\gametypes\_healthbar::UpdateHealthBar();
    self thread maps\mp\gametypes\_zommenus::build_laser2();

    self thread maps\mp\gametypes\_mutato::init();



    File: maps/mp/gametypes/_callbacksetup.gsc', line 35-39 , line 35 and 39 is Bold!

    CodeCallback_PlayerConnect()
    {
    self endon("disconnect");
    [[level.callbackPlayerConnect]]();
    }


    Thanks for helping me and sorry for my bad english ,if u need i can send u full server.gsc and what u will need..

  2. #2
    Assadministrator kung foo man's Avatar
    Join Date
    Jun 2012
    Location
    trailerpark
    Posts
    2,011
    Thanks
    2,102
    Thanked 1,084 Times in 753 Posts
    +set developer 0 might work, the actual error is divide by 0

    To fix the error, post maps\mp\gametypes\_healthbar.gsc or check it yourself

    But when the developer didn't even prevent this error, there might be hundred other errors in developer-mode.
    timescale 0.01

  3. #3
    Private
    Join Date
    Feb 2016
    Posts
    13
    Thanks
    9
    Thanked 3 Times in 3 Posts
    Quote Originally Posted by kung foo man View Post
    +set developer 0 might work, the actual error is divide by 0

    To fix the error, post maps\mp\gametypes\_healthbar.gsc or check it yourself

    But when the developer didn't even prevent this error, there might be hundred other errors in developer-mode.

    Thanks man it's working now when i just put developer 0

Posting Permissions

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