function omega ( player, seat, jacked, door )
local id = getElementModel(source)
if id ~= Arac ID then return end --
local accName = getAccountName ( getPlayerAccount ( player ) )
if isObjectInACLGroup ("user."..accName, aclGetGroup ( "Pöh" ) ) then
outputChatBox ( "Araca binince cıkan yazı Acl'de Ekliyse", player, 255, 0, 128, true )
else
removePedFromVehicle ( player )
outputChatBox ( "Acl'de ekli değilse cıkan yazı", player, 255, 0, 128, true )
end
end
addEventHandler ( "onVehicleEnter", getRootElement(), omega )