Phantom Of Rogue-Gon Posted September 3, 2013 Posted September 3, 2013 in 1 map 10 max players the other players cant enter to map Quote
Patskie Posted September 3, 2013 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
Phantom Of Rogue-Gon Posted September 3, 2013 Author Posted September 3, 2013 can you show the example master Quote
Patskie Posted September 3, 2013 Posted September 3, 2013 can you show the example master By means of? warper npc? command ( @go, @warp )? Quote
Phantom Of Rogue-Gon Posted September 3, 2013 Author Posted September 3, 2013 by Click the NPC if the map is full cant enter Quote
Patskie Posted September 3, 2013 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
Question
Phantom Of Rogue-Gon
in 1 map 10 max players the other players cant enter to map
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.