PDA

View Full Version : I creating a hide and seek mod but this error



furkan4933
30th August 2013, 09:32
uninitialised variable 'skipbalancecheck': (file 'maps/mp/gametypes/hs.gsc', line 483)
if ( (level.teambalance > 0) && (!isdefined (skipbalancecheck)) )

Help me

randall
30th August 2013, 12:35
Define the "skipbalancecheck" variable.

IzNoGoD
30th August 2013, 14:15
Actually make the hide and seek mod yourself instead of copy-pasting stuff from others.

furkan4933
30th August 2013, 14:43
Define the "skipbalancecheck" variable.


How make I this
?

furkan4933
30th August 2013, 14:44
Actually make the hide and seek mod yourself instead of copy-pasting stuff from others.

you give me ?

RobsoN
30th August 2013, 15:15
How make I this
?


skipbalancecheck = undefined;

skipbalancecheck = 1;

skipbalancecheck = "lol";

skipbalancecheck = [];