
09-26-2006, 09:03 PM
|
|
Banned
|
Join Date: Apr 2004
Location: Staten Island, New York
Posts: 2,202
|
|
Quote:
Originally Posted by ApothiX
PHP Code:
function onPlayerLogin(pl) {
if(pl.account != NULL) {
player.chat = format("%s has logged on!", pl.account);
}
}
is the proper way to do it
|
o hmm.. |
|
|
|