local d1 = createVehicle ( 544, 2169.3696289063, 609.47497558594, 11.440653800964 )
function enterVehicle ( player, seat, jacked )
local accName = getAccountName ( getPlayerAccount ( player ) )
if seat == 0 then
if d1 then
if not isObjectInACLGroup ("user."..accName, aclGetGroup ( "OSP" ) ) then
cancelEvent()
outputChatBox ( "*****", player )
end
end
end
end
addEventHandler ( "onVehicleStartEnter", getRootElement(), enterVehicle )