Thread
:
player log offline
View Single Post
#
4
01-07-2009, 11:52 PM
cbk1994
the fake one
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
PlayerLogout is called for more than just players and RCs, so you may want to do something like this to make sure you're only getting players and RCs:
PHP Code:
function
onPlayerLogout
(
pl
) {
if (!
pl
.
account
.
length
() >
0
) {
return;
}
}
__________________
cbk1994
View Public Profile
View GraalOnline Profile
Visit cbk1994's homepage!
Find all posts by cbk1994