This is for the customers of mfp_phonebattery.
Last updated 1 month ago
This is the customization for multiple scripts from cell phones if it does not go anyway.
You are not sure? Make sure to have this in your client-file:
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)