Quote:
Originally Posted by sssssssssss
odd, now it wont show anything except blank matches. before it at least showed the first one.
Just did a test with this.chat putting after the say2, its saying the this.var is there.
|
that was my fault, I forgot how appending works a bit. This should fix it.
PHP Code:
function onPlayerTouchsMe()
{
temp.matchlist = "";
for (temp.i = 1; temp.i <= 10; temp.i ++)
{
matchlist @= "Match " @ i @ ": " @ this.(@"sdematch" @ i)[0] @ " vs. " @ this.(@"sdematch" @ i)[1] @ "#b";
}
say2(matchlist);
}