Posted: 08 Oct 2010, 15:26
it happens rarely NOT at every room creation (1/5000 room creations)
with this extension code:
with this extension code:
Code: Select all
var roomId;
function init()
{
try
{
roomId = _server.getCurrentRoom().getId();
}
catch(e)
{
trace("error at as init: " + e);
return;
}
}
function destroy()
{
}
function handleInternalEvent(ieo)
{
}
function handleRequest(cmd, params, user, fromRoom, protocol)
{
}