05-05-2007, 09:02 PM
I know this is kinda old but you have an extra "(" in this line
.
Shoud be...
Oh and 'Attacker' isnt defined heh...

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...