Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

goodiesohhi

Members
  • Posts

    5
  • Joined

  • Last visited

    Never

goodiesohhi's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. > Remove this server side: > > ``` > > ' Check to make sure that they dont have access > > If GetPlayerAccess(Attacker) > ADMIN_MONITOR Then > > Call PlayerMsg(Attacker, "Admins cannot attack other players.", BrightBlue) > > Exit Function > > End If > > ``` > > And > > ``` > > ' Check to make sure the victim isn't an admin > > If GetPlayerAccess(Victim) > ADMIN_MONITOR Then > > Call PlayerMsg(Attacker, "You cannot attack " & GetPlayerName(Victim) & "!", BrightRed) > > Exit Function > > End If > > ``` I did it didn't work it still says that
  2. > Admins can attack dudeā€¦. I mean other people
  3. > Remove it's restriction. > > I think it's in the CanAttack or PlayerAttackPlayer How? I'm a total newb
×
×
  • Create New...