26-08-2007, 07:39 AM
I think it starts at 0.
And this is what I've got so far.
I just want that BattleMsg to be in the top left for however long a normal BattleMsg is and for everyone to be able to see it.
And this is what I've got so far.
Code:
If GetPlayerAccess(Index) > 0 Then
Call AddLog("[" & GetPlayerName(Index) & "]:" & MSG, ADMIN_LOG)
Call BattleMsg(Index, "***", Yellow, 0)
Call AdminMsg("[" & GetPlayerName(Index) & "]:" & MSG, AdminColor)
End If