Jump to content

DDoSMTA

Members
  • Posts

    1
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

DDoSMTA's Achievements

I ordered some spaghetti with marinara sauce and I got egg noodles and ketchup. I'm an average nobody.

I ordered some spaghetti with marinara sauce and I got egg noodles and ketchup. I'm an average nobody. (2/54)

0

Reputation

  1. function isPlayerOnGroupPj ( player ) local account = getPlayerAccount ( player ) local inGroup = false for _, group in ipairs ( { "Everyone", } ) do if isObjectInACLGroup ( "user.*".. getAccountName ( account ), aclGetGroup ( group ) ) then inGroup = true break end end return inGroup end Como Faço para liberar para todos os jogadores?
×
×
  • Create New...