View Single Post
  #4  
Old 09-26-2010, 12:19 AM
Mark Sir Link Mark Sir Link is offline
Kevin Azite
Mark Sir Link's Avatar
Join Date: Sep 2005
Posts: 1,489
Mark Sir Link is just really niceMark Sir Link is just really nice
Send a message via AIM to Mark Sir Link
Quote:
Originally Posted by darkcloud667 View Post
is it possible to make it only to where it PMs it when only myself logs on instead of someone else?
could have a weapon somewhere with just

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

Reply With Quote