Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help with Grey ZOne
#17
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)
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)