Results 1 to 6 of 6

Thread: I creating a hide and seek mod but this error

  1. #1
    Private
    Join Date
    Aug 2013
    Posts
    22
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Angry I creating a hide and seek mod but this error

    uninitialised variable 'skipbalancecheck': (file 'maps/mp/gametypes/hs.gsc', line 483)
    if ( (level.teambalance > 0) && (!isdefined (skipbalancecheck)) )

    Help me

  2. #2
    Private
    Join Date
    Jan 2013
    Location
    Hungary
    Posts
    113
    Thanks
    10
    Thanked 74 Times in 45 Posts
    Define the "skipbalancecheck" variable.

  3. #3
    Assadministrator IzNoGoD's Avatar
    Join Date
    Aug 2012
    Posts
    1,718
    Thanks
    17
    Thanked 1,068 Times in 674 Posts
    Actually make the hide and seek mod yourself instead of copy-pasting stuff from others.

  4. #4
    Private
    Join Date
    Aug 2013
    Posts
    22
    Thanks
    3
    Thanked 0 Times in 0 Posts
    Quote Originally Posted by randall View Post
    Define the "skipbalancecheck" variable.

    How make I this
    ?

  5. #5
    Private
    Join Date
    Aug 2013
    Posts
    22
    Thanks
    3
    Thanked 0 Times in 0 Posts
    Quote Originally Posted by IzNoGoD View Post
    Actually make the hide and seek mod yourself instead of copy-pasting stuff from others.
    you give me ?

  6. #6
    Private First Class RobsoN's Avatar
    Join Date
    Jan 2013
    Location
    /home/cod2/
    Posts
    230
    Thanks
    119
    Thanked 95 Times in 64 Posts
    How make I this
    ?
    PHP Code:
    skipbalancecheck undefined
    PHP Code:
    skipbalancecheck 1
    PHP Code:
    skipbalancecheck "lol"
    PHP Code:
    skipbalancecheck = []; 
    Last edited by RobsoN; 30th August 2013 at 14:17.
    "Don't worry if your code doesn't work correctly - if everything worked, you would not work" ~Mosher's right

  7. The Following User Says Thank You to RobsoN For This Useful Post:

    NemanjA (30th August 2013)

Posting Permissions

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