Really DC?
Logfiles..
----
EDIT:
It seems I can't take ANYTHING 0-0
Might be the script yeah
1
2
3
4
5
6
7
8
9
10
11
2
3
4
5
6
7
8
9
10
11
addhook("walkover","sample.classes.walkover") 	function MM.classes.walkover(id,iid,type) 		if (type>=61 and type<=68) then 		return 0 		elseif (type==55) then 			return 0 		elseif (type>=70 and type<=71) then 			return 0 		end 	return 1 end
This code is malfunctioning
edited 2×, last 29.10.11 08:36:47 am