View Single Post
  #3  
Old 12-14-2008, 01:43 PM
Pelikano Pelikano is offline
Registered User
Pelikano's Avatar
Join Date: Oct 2008
Posts: 1,133
Pelikano has a little shameless behaviour in the past
Oh.
I'll try that

Well, it still doesn't work.

PHP Code:
if (params[0] == "EventStart") {
    for (
temp.pl players) {
      
findPlayerbycommunityname(pl.account).chat "Event" SPC serverr.eventmsg SPC "has started! Say :join to join it!";
    }
    
serverr.event true;
  } 

Hmm
Reply With Quote