PewN Posted June 7, 2012 Group: Members Topic Count: 209 Topics Per Day: 0.04 Content Count: 892 Reputation: 27 Joined: 12/09/11 Last Seen: April 16, 2016 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 Group: Members Topic Count: 17 Topics Per Day: 0.00 Content Count: 382 Reputation: 39 Joined: 01/17/12 Last Seen: February 13, 2020 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 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 54 Reputation: 11 Joined: 05/29/12 Last Seen: July 24, 2018 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 Group: Members Topic Count: 209 Topics Per Day: 0.04 Content Count: 892 Reputation: 27 Joined: 12/09/11 Last Seen: April 16, 2016 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...
Question
PewN
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
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.