View Single Post
  #16  
Old 10-19-2006, 09:22 AM
xXziroXx xXziroXx is offline
Malorian
xXziroXx's Avatar
Join Date: May 2004
Posts: 5,289
xXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant future
Playerleaves doesnt exist in GS2, but its not hard to script your own version.


PHP Code:
//#CLIENTSIDE
function onPlayerEnters()
{
  if (
player.level != this.levelname && this.levelname != NULL) {
    
//Oh my gosh, the player changed level!
  
}
  
this.levelname player.level;

__________________
Follow my work on social media post-Graal:Updated august 2025.
Reply With Quote