Kariton Revolution Posted July 15, 2014 Group: Members Topic Count: 161 Topics Per Day: 0.03 Content Count: 429 Reputation: 5 Joined: 11/21/11 Last Seen: January 14, 2017 Share Posted July 15, 2014 OnPCLoadMapEvent: if( reborncount == 3 prtg_cas03 ){ mes "Sorry only reborn 0,1 and 2 are can enter this map"; i have an reborn system on my ro and i want to make if the player have 3 reborn and up he can't enter to prtg_cas03 only 2,1 and 0 reborn can enter can anyone help me? Quote Link to comment Share on other sites More sharing options...
anacondaq Posted July 15, 2014 Group: Members Topic Count: 42 Topics Per Day: 0.01 Content Count: 1096 Reputation: 348 Joined: 02/26/12 Last Seen: May 30, 2023 Share Posted July 15, 2014 OnPCLoadMapEvent: if( reborncount >= 3 ) && ( strcharinfo(3) == "prtg_cas03" ) dispbottom "You can't enter inside."; end; Quote Link to comment Share on other sites More sharing options...
Kariton Revolution Posted July 15, 2014 Group: Members Topic Count: 161 Topics Per Day: 0.03 Content Count: 429 Reputation: 5 Joined: 11/21/11 Last Seen: January 14, 2017 Author Share Posted July 15, 2014 OnPCLoadMapEvent: if( reborncount >= 3 ) && ( strcharinfo(3) == "prtg_cas03" ) dispbottom "You can't enter inside."; end; why it also warping 0 reborn character? Quote Link to comment Share on other sites More sharing options...
Question
Kariton Revolution
i have an reborn system on my ro and i want to make if the player have 3 reborn and up he can't enter to prtg_cas03
only 2,1 and 0 reborn can enter
can anyone help me?
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.