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