findmob

PB&JJ

New member
Messages
12
Points
0
Age
45
Location
s.
Emulator
Code:
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] + ")";
	}
}
 
Last edited by a moderator:
thanks for sharing 
default_no1.gif


 
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.

 
Last edited by a moderator:
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.

 
Back
Top