View Single Post
  #6  
Old 09-26-2006, 02:26 AM
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 xXziroXx View Post
Isnt it only called in the Control-NPC?
PHP Code:
function onPlayerLogin(temp.plyr)
{

would work in any database npc.. and even in weapons/scripts. (clientsided aswell)
ex:

PHP Code:
function onPlayerLogin(temp.plyr)
{
  if (
temp.plyr != NULL)
  {
    
player.chat format("%s has logged on!"temp.plyr); // I think?
  
}

Reply With Quote