Quote:
Originally Posted by Mark Sir Link
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.