Page cover image

πŸ“±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.

MAKE SURE TO USE ESX IN THE FILE!

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)

Last updated