π±PhoneBattery
This is for the customers of mfp_phonebattery.
This is the customization for multiple scripts from cell phones if it does not go anyway.
Last updated
This is for the customers of mfp_phonebattery.
This is the customization for multiple scripts from cell phones if it does not go anyway.
Last updated
ESX = nil
Citizen.CreateThread(function()
while ESX == nil do
TriggerEvent('esx:getSharedObject', function(obj) ESX = obj end)
Citizen.Wait(0)
end
end)
OR NEWER (newest version of esx!):
ESX = nil
TriggerEvent('esx:getSharedObject', function(obj) ESX = obj end)