View Single Post
  #15  
Old 08-24-2011, 02:53 AM
Astram Astram is offline
Era iPhone PR
Astram's Avatar
Join Date: Aug 2010
Posts: 324
Astram can only hope to improve
Send a message via AIM to Astram
I'm pretty new to scripting, and this might be a terrible idea but can't you do this.
Add this to allplayers
PHP Code:
function onActionServerSide() {
  
clientr.level == player.level.name;
}
//#CLIENTSIDE
function onPlayerEnters() {
  
triggerserver"gui"this.name);

And for the allplayers level thing
PHP Code:
for (temp.allplayers) {
  echo(
p.clientr.level);

__________________
-Toad
The worlds biggest Toad fan...
Era iPhone FTW!


Reply With Quote