Quote:
Originally Posted by darkcloud667
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");
}
}