View Single Post
  #30  
Old 08-28-2009, 05:24 AM
Mark Sir Link Mark Sir Link is offline
Kevin Azite
Mark Sir Link's Avatar
Join Date: Sep 2005
Posts: 1,489
Mark Sir Link is just really niceMark Sir Link is just really nice
Send a message via AIM to Mark Sir Link
Quote:
Originally Posted by sssssssssss View Post
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.1temp.<= 10temp.++)
  {
    
matchlist @= "Match " ": " this.(@"sdematch" i)[0] @ " vs. " this.(@"sdematch" i)[1] @ "#b";
  }
  
say2(matchlist);

Reply With Quote