PKTournament

02/11/2010 19:11 Korvacs#16
Updating it now, one sec.

Updated.

If you have an error about Winner.Top thats because you havent added Arco's Halo saving method, you can just remove the line.
02/11/2010 19:36 Decker_#17
now when i type the command /pkt the newestcoserver crashes, and thats after i did ur code korvacs. can you help me fix it?
02/11/2010 19:54 Korvacs#18
Any exceptions? I just modified Arco's, from looking at the code i cant see anything which would cause a crash >_>
02/11/2010 20:01 Decker_#19
i had no errors, here is the command i use to start the tournament, maybe it needs changed, but i cant code so...lol

PKTournament Start Command:
Code:
if (Cmd[0] == "/pkt")
                        Features.PKTournament.BeginTournament();
Maybe it needs fixed or something, idk lol
Thanks though
02/11/2010 21:11 Korvacs#20
You need to use StartTournament in order to start the pkt.
02/11/2010 22:43 Decker_#21
Hello
I used Korvacs codes for PKTournament
But I had no errors
Now everytime I type the command to start the tournament, NewestCOServer crashes.
Help me please.
Here is the command I use, maybe you will need it to help me, I don't know:
Code:
if (Cmd[0] == "/pkt")
                        Features.PKTournament.BeginTournament();
02/11/2010 23:44 Korvacs#22
Your using the wrong function to start the pktournament, you need to use StartTournament NOT BeginTournament.

I released it in the release section, and ive shown how to start it with a command:

[Only registered and activated users can see links. Click Here To Register...]

It has been updated alittle bit aswell to ensure that it will not have any adverse effects on the server.
02/12/2010 01:38 kamote#23
Quote:
Originally Posted by _Decker View Post
Hello
I used Korvacs codes for PKTournament
But I had no errors
Now everytime I type the command to start the tournament, NewestCOServer crashes.
Help me please.
Here is the command I use, maybe you will need it to help me, I don't know:
Code:
if (Cmd[0] == "/pkt")
                        Features.PKTournament.BeginTournament();
have you loaded all your maps?
02/12/2010 01:59 Decker_#24
Quote:
Originally Posted by kamote View Post
have you loaded all your maps?
Well the pk tournament that arco released, i did that one and it took me to the map, but then it teleported me right back when i got there.
That is why I am using Korvacs, but this time, it don't even teleport me there, it just crashes the NewestCOServer.
So can you help me?
02/12/2010 02:48 kamote#25
Quote:
Originally Posted by _Decker View Post
Well the pk tournament that arco released, i did that one and it took me to the map, but then it teleported me right back when i got there.
That is why I am using Korvacs, but this time, it don't even teleport me there, it just crashes the NewestCOServer.
So can you help me?
have you mix the code of Arco and Korvacs? if you use Korvacs code, why is it you use
Code:
  Features.PKTournament.BeginTournament();
where Korvacs uses
Code:
Features.PKTournament.StartTournament(GC.MyChar);
02/12/2010 05:20 Arcо#26
Quote:
Originally Posted by Nullable View Post
Exactly the same as i did it for him 9 hours ago on tv, i don't know why he's still asking..
.Arco: get on msn and tell me what is wrong? :p
Lol it didn't work.
And you got offline so I posted my new attempt here.