06-20-2011, 23:06
(This post was last modified: 06-20-2011, 23:07 by Madnesslink5.)
How can I end the match (like ending it when score limit is reached)? I pretty much know how to do it, I just don't know the function or whatever it is to end the actual match. See below.
Thanks for any help
PHP Code:
RandomCode()
{
..................
..................
//Now I want the game to end so..
level notify("match_end");
}
Othercode()
{
.........
level waittill("match_end");
level thread MAKE_MATCH_END();// <-------- what can i put here to make match end?
}
Thanks for any help