Jump to content
  • 0

simple like this


Kariton Revolution

Question


  • Group:  Members
  • Topic Count:  161
  • Topics Per Day:  0.04
  • Content Count:  429
  • Reputation:   5
  • Joined:  11/21/11
  • Last Seen:  

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?

Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  42
  • Topics Per Day:  0.01
  • Content Count:  1096
  • Reputation:   345
  • Joined:  02/26/12
  • Last Seen:  


OnPCLoadMapEvent:

if( reborncount >= 3 ) && ( strcharinfo(3) == "prtg_cas03" )

dispbottom "You can't enter inside.";

end;

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  161
  • Topics Per Day:  0.04
  • Content Count:  429
  • Reputation:   5
  • Joined:  11/21/11
  • Last Seen:  

OnPCLoadMapEvent:
if( reborncount >= 3 ) && ( strcharinfo(3) == "prtg_cas03" )
    dispbottom "You can't enter inside.";
end;

why it also warping 0 reborn character?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...