05-02-2007, 04:04 AM
you could change it to this:
If Map(GetPlayerMap(Victim)).Moral = MAP_MORAL_ARENA Then
Call GlobalMsg(GetPlayerName(Victim) & " has been killed by " & Name, BrightRed)
Else
Call GlobalMsg(GetPlayerName(Victim) & " has been killed by " & Name, BrightRed)
End If
Or, most simply, remove all that and just add this:
' Announce Players Death
Call GlobalMsg(GetPlayerName(Victim) & " has been killed by " & Name, BrightRed)
If Map(GetPlayerMap(Victim)).Moral = MAP_MORAL_ARENA Then
Call GlobalMsg(GetPlayerName(Victim) & " has been killed by " & Name, BrightRed)
Else
Call GlobalMsg(GetPlayerName(Victim) & " has been killed by " & Name, BrightRed)
End If
Or, most simply, remove all that and just add this:
' Announce Players Death
Call GlobalMsg(GetPlayerName(Victim) & " has been killed by " & Name, BrightRed)