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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

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