Petey Pablo Posted May 27, 2012 Group: Members Topic Count: 152 Topics Per Day: 0.03 Content Count: 569 Reputation: 11 Joined: 11/24/11 Last Seen: March 7, 2022 Share Posted May 27, 2012 how to disable novice lvl 1?? thanks Script: LMS.txt Quote Link to comment Share on other sites More sharing options...
SlashGeeGee Posted May 27, 2012 Group: Members Topic Count: 111 Topics Per Day: 0.02 Content Count: 573 Reputation: 20 Joined: 11/19/11 Last Seen: October 24, 2014 Share Posted May 27, 2012 (edited) menu "Register",-,"What is LMS?",what,"Leave",leave; if ( baselevel < 99 ) { mes "you have to be level 99 to participate"; close; } Edited May 27, 2012 by SlashGeeGee Quote Link to comment Share on other sites More sharing options...
GM Takumirai Posted May 27, 2012 Group: Members Topic Count: 69 Topics Per Day: 0.01 Content Count: 592 Reputation: 31 Joined: 11/14/11 Last Seen: July 29, 2015 Share Posted May 27, 2012 if (Class == 0) goto L_Novice; L_Novice: mes "Welcome "+strcharinfo(0)+","; mes "You're not allowed to go inside, Novice is not allowed"; close; Quote Link to comment Share on other sites More sharing options...
Petey Pablo Posted May 27, 2012 Group: Members Topic Count: 152 Topics Per Day: 0.03 Content Count: 569 Reputation: 11 Joined: 11/24/11 Last Seen: March 7, 2022 Author Share Posted May 27, 2012 Thank you Quote Link to comment Share on other sites More sharing options...
Question
Petey Pablo
how to disable novice lvl 1?? thanks
Script:
LMS.txt
Link 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.