1
2
3
4
5
6
2
3
4
5
6
addhook("second","time_npc") function time_npc() 	if ((player(id,"x") >=63) and (player(id,"x") <=68) and (player(id,"y") >=28) and (player(id,"y") <=33)) then 		parse('spawnnpc 1 64 29 0') 	end end
Wont work! Problem: When i launch map, game give me error "EXCEPTION_ACCESS_VIOLATION". But when i change hook "second" on hook "minute", map launch! BUT, when minute left, game crashes. Help please!