View Single Post
  #2  
Old 09-16-2005, 02:34 PM
Admins Admins is offline
Graal Administration
Join Date: Jan 2000
Location: Admins
Posts: 11,693
Admins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud of
It exists
PHP Code:
function onPlayerLogout(pl) {
  echo(
"Player " pl.account " is leaving the server!");

Currently you can only read the values of the player, modifications are not saved. On Kingdoms you can modify the mud values (items, exp etc.).
Reply With Quote