16-10-2008, 05:26 AM
So, when I try to attack another Admin, it says "You cannot attack him, for thou art an Admin", however it still does the damage to him. It does the same, if the other char has no access. I checked out the: , and I see no problems....
Code:
' Check to make sure that they dont have access
If GetPlayerAccess(Attacker) > ADMIN_MONITOR Then
Call PlayerMsg(Attacker, "You cannot attack any player for thou art an admin!", BrightBlue)
Exit Function
End If