Associate static map to Dynamic Room
Posted: 18 Jul 2011, 06:33
hi
I have following room in my config.xml
<Room name="Race1" maxUsers="2" isGame ="false" isPrivate="false" isTemp="false" uCountUpdate="false">
<Vars>
<Var name="_os_mapId" type="s" private="false">maps/AllRaceGround#Race1</Var>
</Vars>
</Room>
After maxUsers limit reached i'm creating Dynamic room (Race1_1,Race1_2,3,4 and so on) at server side
I want to apply same map of room Race1(maps/AllRaceGround#Race1) to the Race1_1(dynamic room).
Right Now I'm getting an Error
[ERROR] OpenSpace Extension is unable to load the map: No map associated with Room 'Race1_1' [31] (0090)
OpenSpace.MAP_ERROR event received:
How I'm supposed to do that.
Im using Openspace 2.0 and smartFox server 1.6.9
I have following room in my config.xml
<Room name="Race1" maxUsers="2" isGame ="false" isPrivate="false" isTemp="false" uCountUpdate="false">
<Vars>
<Var name="_os_mapId" type="s" private="false">maps/AllRaceGround#Race1</Var>
</Vars>
</Room>
After maxUsers limit reached i'm creating Dynamic room (Race1_1,Race1_2,3,4 and so on) at server side
I want to apply same map of room Race1(maps/AllRaceGround#Race1) to the Race1_1(dynamic room).
Right Now I'm getting an Error
[ERROR] OpenSpace Extension is unable to load the map: No map associated with Room 'Race1_1' [31] (0090)
OpenSpace.MAP_ERROR event received:
How I'm supposed to do that.
Im using Openspace 2.0 and smartFox server 1.6.9