Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Arena Map Morale
#2
I know this is kinda old but you have an extra "(" in this line Wink.

Code:
Call GlobalMsg(GetPlayerName(Victim) & " was defeated in an arena by " & GetPlayerName(Attacker) & "." & (GetPlayerName(Victim) & " lost no EXP.", Yellow)

Shoud be...

Code:
Call GlobalMsg(GetPlayerName(Victim) & " was defeated in an arena by " & GetPlayerName(Attacker) & "." & GetPlayerName(Victim) & " lost no EXP.", Yellow)

Oh and 'Attacker' isnt defined heh...
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)