[ESX] Cooker Job (Based on Unicorn job)

Ohh nice m8 cant wait to add this to my server

Thx m8 for using my plugin. :wink:

1 Like

NP M8 you did a good job m8

I think its the same. You plug this script in your server. XD

1 Like

Resource

1 Like

Ohhh my god its awesome!

Thx Bro!

pretty cool

Thx @JoeIsBad

Hmmmmmmmmmmmmmm,
This looks goood :slight_smile:

I hope you didn’t forgot the most important food the :hamburger:
:wink:

Well actually this could be the MCDonalds ressource :joy:

I didnt forget the hamburger XD. The hamburger hive the hole bar in esx_status.
I wans trying to find a mcdonalds map but didnt find on ;-;

Hmmmmm,
Well maybe I will do one :slight_smile:

That could be interesting :slight_smile:

If you are ok with it I would post it here for these ones that wan’t have a McDonald’s map :slight_smile:

Take a :hamburger:
:smiley:

You can post if you want, and thx for the :hamburger: . Hummmm

1 Like

Hey,
it’s just a idee
you can add some anim like cooking
{label = “Préparer à manger”, type = “scenario”, data = {anim = “PROP_HUMAN_BBQ”}},

then you can add give food

{label = “Epicier : donner les courses”, type = “anim”, data = {lib = “mp_am_hold_up”, anim = “purchase_beerbox_shopkeeper”}},

you can add too some prop like burger ‘prop_cs_burger_01’
check the prop_food list

and also you can add the cooker job at the phone

RegisterNetEvent(‘esx_phone:loaded’)
AddEventHandler(‘esx_phone:loaded’, function(phoneNumber, contacts)
local specialContact = {
name = _U(‘blip_CookerJob’),
number = ‘CookerJob’,
base64Icon = …
}
TriggerEvent(‘esx_phone:addSpecialContact’, specialContact.name, specialContact.number, specialContact.base64Icon)
end)

I have the job in the phone and i use gcphone is you want to use too i will share today.

Yes! thanks you

If you want to add animations you can add an i will give you the credits if you share in this topic

Yes! i will

Ok thx. :wink:

ok there you have it. Now you can download the gcphone.

1 Like