14-10-2008, 11:41 AM
teh problem is this one..
this will make all non-pk player cannot be attacked
replace it with this
Code:
If Not Map(GetPlayerMap(Attacker)).Moral = MAP_MORAL_NONE Or GetPlayerPK(Victim) = NO Then
this will make all non-pk player cannot be attacked
replace it with this
Code:
If Not Map(GetPlayerMap(Attacker)).Moral = MAP_MORAL_NONE And GetPlayerPK(Victim) = NO Then