I am installing an mdt resource, and this jeeps happening


You’re missing the (dispatch) which it depends on, also you should have it so (Dispatch) runs first before (MDT) load order.

Incorrect. The script fails to initialize due to no shared object, not a missing dependency, at least according to the logs & code that OP posted.

Change line 1 and 2 from this:

Framework = unnil
TriggerEvent('Framework:GetObject', function(obj) Framework = obj end)

to this:

local Framework = exports['qb-core']:GetCoreObject()

See if that helps.

Yep, my bad man, still learning at this, I just took a guess :slight_smile:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.