wut751 Posted August 8, 2017 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 30 Reputation: 2 Joined: 07/17/17 Last Seen: March 9, 2023 Share Posted August 8, 2017 could you please advice me how to restrict the player that not in transcendent class cannot join the event. Quote Link to comment Share on other sites More sharing options...
0 crazyarashi Posted August 8, 2017 Group: Developer Topic Count: 50 Topics Per Day: 0.02 Content Count: 776 Reputation: 239 Joined: 02/11/17 Last Seen: Yesterday at 01:17 PM Share Posted August 8, 2017 31 minutes ago, wut751 said: could you please advice me how to restrict the player that not in transcendent class cannot join the event. - script Rebirth -1,{ OnPCLoadMapEvent: @eac = roclass(@eac|EAJL_UPPER); if (@eac != -1) { mes "[Event Manager]"; mes "Only transcendent classes can join the event."; warp "SavePoint",0,0; end; } end; } //Mapflags prontera mapflag loadevent //your event map here 1 Quote Link to comment Share on other sites More sharing options...
0 wut751 Posted August 9, 2017 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 30 Reputation: 2 Joined: 07/17/17 Last Seen: March 9, 2023 Author Share Posted August 9, 2017 15 hours ago, crazyarashi said: - script Rebirth -1,{ OnPCLoadMapEvent: @eac = roclass(@eac|EAJL_UPPER); if (@eac != -1) { mes "[Event Manager]"; mes "Only transcendent classes can join the event."; warp "SavePoint",0,0; end; } end; } //Mapflags prontera mapflag loadevent //your event map here Sir where I will put this one on my script Quote Link to comment Share on other sites More sharing options...
Question
wut751
could you please advice me how to restrict the player that not in transcendent class cannot join the event.
Link to comment
Share on other sites
2 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.