PewN Posted June 7, 2012 Posted June 7, 2012 (edited) if( !getgmlevel() ){ mes "Only Donator can get supply here! lol!"; close; } can anyone help me here? only GM lvl 20 can access the npc. all other can't Edited June 7, 2012 by bVersatile Quote
Bahmut Posted June 7, 2012 Posted June 7, 2012 if( getgmlevel() == 20 ){ mes "Only Donator can get supply here! lol!"; close; } for only lvl 20. if( getgmlevel() >= 20 ){ mes "Only Donator can get supply here! lol!"; close; } for lvl 20 and higher Quote
Baneado Posted June 7, 2012 Posted June 7, 2012 if(getgmlevel() < 20){ mes "Only Donator can get supply here! lol!"; close; } Quote
PewN Posted June 7, 2012 Author Posted June 7, 2012 (edited) @Bahmut. i will try it @Bahmut. its working now !! thx Edited June 7, 2012 by bVersatile Quote
Question
PewN
can anyone help me here?
only GM lvl 20 can access the npc. all other can't
Edited by bVersatile3 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.