View Single Post
  #7  
Old 01-08-2009, 05:03 PM
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
Quote:
Originally Posted by cbk1994 View Post
PlayerLogout is called for more than just players and RCs, so you may want to do something like this to make sure you're only getting players and RCs:

PHP Code:
function onPlayerLogout(pl) {
  if (
pl.objecttype() != "TServerPlayer") {
    return;
  }

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