jigsgfx Posted January 28, 2013 Group: Members Topic Count: 20 Topics Per Day: 0.00 Content Count: 83 Reputation: 0 Joined: 06/02/12 Last Seen: June 11, 2018 Share Posted January 28, 2013 Hi, may i request for a script that make GM restrict to a specific map? and specific GM level ? also that can add multiple map.. like if getgmlevel < = 80) // restrict GM below level 80 restrict map poring_w01, turbo_room, and so on; thanks in advance to those who will help me with this Quote Link to comment Share on other sites More sharing options...
Emistry Posted January 28, 2013 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: 15 hours ago Share Posted January 28, 2013 try this http://pastebin.com/raw.php?i=fjqacLvZ 1 Quote Link to comment Share on other sites More sharing options...
jigsgfx Posted January 28, 2013 Group: Members Topic Count: 20 Topics Per Day: 0.00 Content Count: 83 Reputation: 0 Joined: 06/02/12 Last Seen: June 11, 2018 Author Share Posted January 28, 2013 cool thanks alot Emistry ill try this out you've been a big help to me Quote Link to comment Share on other sites More sharing options...
Capuche Posted January 28, 2013 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: March 20 Share Posted January 28, 2013 You must add Mapflag#loadevent for each map to trigger OnPCLoadMapEvent. 1 Quote Link to comment Share on other sites More sharing options...
jigsgfx Posted January 29, 2013 Group: Members Topic Count: 20 Topics Per Day: 0.00 Content Count: 83 Reputation: 0 Joined: 06/02/12 Last Seen: June 11, 2018 Author Share Posted January 29, 2013 You must add Mapflag#loadevent for each map to trigger OnPCLoadMapEvent. thanks for telling me that managed to add a mapflag no wonder its not working try this http://pastebin.com/raw.php?i=fjqacLvZ hmm the only problem is even normal players are restricted maybe its because it was set from 80 below, can it be set to restrict only a GM and players are not included or they're exempted to restrictions? thanks again Quote Link to comment Share on other sites More sharing options...
Emistry Posted January 29, 2013 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: 15 hours ago Share Posted January 29, 2013 if( getgmlevel() && getgmlevel() < 80 ) Quote Link to comment Share on other sites More sharing options...
Question
jigsgfx
Hi, may i request for a script that make GM restrict to a specific map? and specific GM level ? also that can add multiple map..
like
thanks in advance to those who will help me with this
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.