Typo....
Posted: 16 Mar 2006, 16:58
At this link :
http://www.smartfoxserver.com/docs/docP ... /index.htm
under "UserExit" it has an example how to detect when a user exits a room... The code says you need to do this :
when in fact you need to do this :
http://www.smartfoxserver.com/docs/docP ... /index.htm
under "UserExit" it has an example how to detect when a user exits a room... The code says you need to do this :
Code: Select all
if (evt.name == "userExit")Code: Select all
if (evt.name == "userLost")