View Single Post
  #5  
Old 09-26-2010, 03:01 AM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Quote:
Originally Posted by Mark Sir Link View Post
could have a weapon somewhere with just

PHP Code:
function onPlayerLogin(pl){
  if(
pl.communityname == "darkcloud667"){
    
pl.sendpm("to do list in here");
  }

It's better to put all login **** in the Control-NPC so you can easily find it later.
__________________
Reply With Quote