Thread
:
Logging Out Script
View Single Post
#
4
09-21-2006, 03:10 AM
KuJi
Banned
Join Date: Apr 2004
Location: Staten Island, New York
Posts: 2,202
check this:
PHP Code:
function
onPlayerLogout
(
temp
.
plyr
)
{
if (
temp
.
plyr
!=
NULL
)
{
doStuff
();
}
}
Replace doStuff() with whatever you do in it.
KuJi
View Public Profile
View GraalOnline Profile
Visit KuJi's homepage!
Find all posts by KuJi