Page 2 of 2

Re:

PostPosted: Tue Jun 30, 2009 3:11 am
by Don
Try this. Forgot it's a string unless converted.
Don wrote:I'll be darned.

On line 295 change this line:

   one_v_one_only = es.ServerVar('1_vs_1_only')
 
to this

   one_v_one_only = int(es.ServerVar('glad_1_vs_1_only'))
 
and see if that fixes the issue.

Re: gg_gladiator(1 Vs 1 Knife)

PostPosted: Tue Jun 30, 2009 5:14 pm
by Aclinoe
With a sad heart I must say that change did NOT work.

PostPosted: Tue Jun 30, 2009 7:29 pm
by Don
Ok, I'll fire up my server and figure out what's going on.

PostPosted: Tue Jun 30, 2009 8:02 pm
by Don
Ok, found the issue. I didn't have the variable set as a global so it was getting changed but never registered. You should download the newest version which is 0.94. I tested it and it works.

Re: gg_gladiator(1 Vs 1 Knife)

PostPosted: Thu Jul 02, 2009 7:26 pm
by Aclinoe
I want to thank you for taking the time to help me.
Your addon is now running in my server with no problems as of date.
once again thank you.

PostPosted: Thu Jul 02, 2009 10:11 pm
by Don
I'm glad you persevered. I didn't know it was broken. This might help others who wanted to run it but didn't like the leveling.