Mr BrycE Posted June 2, 2013 Group: Members Topic Count: 125 Topics Per Day: 0.03 Content Count: 595 Reputation: 24 Joined: 02/23/12 Last Seen: April 1, 2018 Share Posted June 2, 2013 i would like to ask how to check if there's a player in map? for example.. "Dungeon Quest NPC" "Sorry it appears someone is still fighting the boss inside" Quote Link to comment Share on other sites More sharing options...
Jaburak Posted June 2, 2013 Group: Members Topic Count: 48 Topics Per Day: 0.01 Content Count: 1125 Reputation: 236 Joined: 07/30/12 Last Seen: April 13 Share Posted June 2, 2013 set map1,getmapusers("yourmap"); if(map1 >= 1) goto Lfull; L_full: mes "Sorry, it appears someone is still fighting the boss inside!"; close; 1 Quote Link to comment Share on other sites More sharing options...
Mr BrycE Posted June 2, 2013 Group: Members Topic Count: 125 Topics Per Day: 0.03 Content Count: 595 Reputation: 24 Joined: 02/23/12 Last Seen: April 1, 2018 Author Share Posted June 2, 2013 Quote Link to comment Share on other sites More sharing options...
Emistry Posted June 5, 2013 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted June 5, 2013 shouldnt use permanent variable in this case ...a temporary variable is more than enough ... beside..permanent variable are very limited too , shouldnt waste on these situation...xD if( getmapusers("yourmap") ){ mes "Someone inside the maps..."; close; } Quote Link to comment Share on other sites More sharing options...
Question
Mr BrycE
i would like to ask how to check if there's a player in map?
for example..
"Dungeon Quest NPC"
"Sorry it appears someone is still fighting the boss inside"
Link to comment
Share on other sites
3 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.