View Single Post
  #7  
Old 09-26-2006, 09:03 PM
KuJi KuJi is offline
Banned
Join Date: Apr 2004
Location: Staten Island, New York
Posts: 2,202
KuJi will become famous soon enough
Send a message via ICQ to KuJi Send a message via AIM to KuJi Send a message via MSN to KuJi Send a message via Yahoo to KuJi
Quote:
Originally Posted by ApothiX View Post
PHP Code:
function onPlayerLogin(pl) {
  if(
pl.account != NULL) {
    
player.chat format("%s has logged on!"pl.account);
  }

is the proper way to do it
o hmm..
Reply With Quote