Author Topic: yelling  (Read 102 times)

Andrew

  • Owner
  • Getting Started
  • *****
  • Posts: 7
  • Rep 2
  • New Member
    • View Profile
Re: yelling
« on: February 15, 2012, 09:03:31 pm »
Last time I was in VPS I saw the command and there was a mistake at the end of it.
It said if (playerRights == 0 && playerRights == XX)
instead of if (playerRights == 0 || playerRights == XX)

I didn't care to fix it, so it's probably still there.