View Single Post
  #4  
Old 12-14-2008, 01:55 PM
Soala Soala is offline
Ideas on Fire
Soala's Avatar
Join Date: Jun 2007
Location: In my head
Posts: 3,208
Soala is a jewel in the roughSoala is a jewel in the rough
Quote:
Originally Posted by Pelikano View Post
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
If you really want the whole server's players chat to be changed, use allplayers
Reply With Quote