jigsgfx Posted January 28, 2013 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
Emistry Posted January 28, 2013 Posted January 28, 2013 try this http://pastebin.com/raw.php?i=fjqacLvZ 1 Quote
jigsgfx Posted January 28, 2013 Author Posted January 28, 2013 cool thanks alot Emistry ill try this out you've been a big help to me Quote
Capuche Posted January 28, 2013 Posted January 28, 2013 You must add Mapflag#loadevent for each map to trigger OnPCLoadMapEvent. 1 Quote
jigsgfx Posted January 29, 2013 Author 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
Emistry Posted January 29, 2013 Posted January 29, 2013 if( getgmlevel() && getgmlevel() < 80 ) Quote
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
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.