Jump to content
  • 0

has_instance("mapname")


JLance

Question


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  19
  • Reputation:   0
  • Joined:  09/04/13
  • Last Seen:  

 Why am I getting this error? 

 

erro_zps8b0b2533.png

	if(getcharid(1) != 0){
			getpartymember(getcharid(1));
			if($@partymembercount > 5)
			{
				mes "Don't change your party settings!";
				close;
			}
		
			mes "Be Careful!";
			close2;
			if( has_instance("supmin1") != "")
			{
			warp has_instance("supmin1"),200,385;
			}
			set .@instance, instance_create("Silix's Lair", getcharid(1));
			if( .@instance < 0 )
			{
			mes "Failed to create the instance!";
			close;
			}

 

 

 
Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  19
  • Reputation:   0
  • Joined:  09/04/13
  • Last Seen:  

Thanks ill try 

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...