πͺCore
Configure the script core dependency according to your server preference
if GetResourceState('mm_core') == 'started' then -- change your core script
Shared.Core = 'qb' -- dont touch this
elseif GetResourceState('es_extended') == 'started' then -- change your core script
Shared.Core = 'esx' -- dont touch this
else
Shared.Core = false
warn('No Core Script found')
endLast updated