setTimer(function()
for i,plr in pairs(getElementsByType"player")do
local inAcl
if isObjectInACLGroup ("user."..getAccountName ( getPlayerAccount ( plr ) ), aclGetGroup ( "vip" ) ) then
inAcl = true
else
inAcl = false
end
triggerClientEvent( plr, "aaaaaa", plr, inAcl)
end
end,5000,0)
thePlayer wasn't defined. I also localized inAcl.