Oki, so not supported.
addEventHandler("onResourceStart",resourceRoot,
function ( )
local gPlayersInGroup = {}
for _, nMax in ipairs ( getElementsByType ( 'player' )) do
local nAccount = getAccountName(getPlayerAccount(nMax))
if (nAccount) then
if isObjectInACLGroup ( "user." .. nAccount, aclGetGroup ( "Admin" ) ) then
blip1 = createBlip( 1586.1999511719, 1236.4000244141, 9.800000190735, 35, 2, 255, 0, 0, 255, 0, 99999, nMax)
end
end
end
end
)
This works, don't understand why I didn't do this in first place, lol.