Phantom Of Rogue-Gon Posted September 3, 2013 Group: Members Topic Count: 65 Topics Per Day: 0.02 Content Count: 181 Reputation: 0 Joined: 08/07/13 Last Seen: September 15, 2014 Share Posted September 3, 2013 in 1 map 10 max players the other players cant enter to map Quote Link to comment Share on other sites More sharing options...
Patskie Posted September 3, 2013 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 1702 Reputation: 241 Joined: 09/05/12 Last Seen: 17 hours ago Share Posted September 3, 2013 in 1 map 10 max players the other players cant enter to map U can add a check on your script : if ( getmapusers("your map") >= 10 ) mes "Map is full"; Quote Link to comment Share on other sites More sharing options...
Phantom Of Rogue-Gon Posted September 3, 2013 Group: Members Topic Count: 65 Topics Per Day: 0.02 Content Count: 181 Reputation: 0 Joined: 08/07/13 Last Seen: September 15, 2014 Author Share Posted September 3, 2013 can you show the example master Quote Link to comment Share on other sites More sharing options...
Patskie Posted September 3, 2013 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 1702 Reputation: 241 Joined: 09/05/12 Last Seen: 17 hours ago Share Posted September 3, 2013 can you show the example master By means of? warper npc? command ( @go, @warp )? Quote Link to comment Share on other sites More sharing options...
Phantom Of Rogue-Gon Posted September 3, 2013 Group: Members Topic Count: 65 Topics Per Day: 0.02 Content Count: 181 Reputation: 0 Joined: 08/07/13 Last Seen: September 15, 2014 Author Share Posted September 3, 2013 by Click the NPC if the map is full cant enter Quote Link to comment Share on other sites More sharing options...
Patskie Posted September 3, 2013 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 1702 Reputation: 241 Joined: 09/05/12 Last Seen: 17 hours ago Share Posted September 3, 2013 by Click the NPC if the map is full cant enter Try prontera,150,150,0 script Warper 100,{ if ( getmapusers("payon") >= 10 ) { mes "Warper"; mes "Room is full"; close; } warp "payon",0,0; end; } Quote Link to comment Share on other sites More sharing options...
Question
Phantom Of Rogue-Gon
in 1 map 10 max players the other players cant enter to map
Link to comment
Share on other sites
5 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.