addEventHandler ( "onVehicleStartEnter", root,
function(player,seat)
if getElementModel ( source ) == 409 and seat == 0 then
if getElementType( source ) == "player" then
if not (isObjectInACLGroup ("user."..getAccountName(getPlayerAccount(client)), aclGetGroup ( "VIP Diamante" ) )) then
cancelEvent()
outputChatBox("O veículo "..getVehicleNameFromModel(409).." é exclusivo para jogadores VIPs",player,255,0,0,false)
end
end
end
end
)
try this