Jump to content
Sign in to follow this  
PB&JJ

findmob

Recommended Posts

 

morocc,154,89,6	script	findmobtest	1_M_SIZ,{ 
	input .@temp;
	findmob(.@test$,.@temp);
	for(.@i = 0; .@i < getarraysize(.@test$); .@i += 2){
		dispbottom "mob spawns on map " + .@test$[.@i] + " ( " + .@test$[.@i+1] + ")";
	}
}

 

Edited by PB&JJ

Share this post


Link to post
Share on other sites

I noticed that the last file upload was in February the 22nd, it might be possible that the person in charge of the download section has gone missing.

Edited by PB&JJ

Share this post


Link to post
Share on other sites

Used your updated plugin.

After I was trying to use findmob(.@mapnames$,.@mobidinput); the server decided to crash. Any idea why the server told me "Access error. Received Crash signal" ?

Never the less, thank you for sharing Jeroen.

Share this post


Link to post
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
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  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.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.