• We have a new discord! click here to join
    Any faulty links ? Report them in our discord or via our Ticket System!
    We do everything we can to protect the safety of our visitors, if any resource contains malware in any kind of form or obfuscation please report it aswell ♡♡

ESX Rcore Pool / Billiards (6 Viewers)

ibe1337

Member
Oct 11, 2021
37
4
8
Credits
28
this is not standalone, its for esx


ESX.UI.Menu.Open('default',GetCurrentResourceName(),"rcore_pool_openMenu",
{
title = "Menú del billar",
align = "bottom-right",
elements = elements
}, function(data, menu)
if data.current.value == "eightballs" then
TriggerEvent('rcore_pool:setupTable', 'BALL_SETUP_8_BALL')
elseif data.current.value == "fourteenballs" then
TriggerEvent('rcore_pool:setupTable', 'BALL_SETUP_STRAIGHT_POOL')
end
end, function(data, menu)
menu.close()
end)
 

LuisNgt

Member
Oct 7, 2021
35
49
18
Credits
461
esto no es independiente, es para esx


ESX.UI.Menu.Open ('predeterminado', GetCurrentResourceName (), "rcore_pool_openMenu",
{
title = "Menú del billar",
align = "abajo a la derecha",
elementos = elementos
}, función (datos, menú)
si data.current.value == "eightballs" entonces
TriggerEvent ('rcore_pool: setupTable', 'BALL_SETUP_8_BALL')
elseif data.current.value == "catorce bolas" entonces
TriggerEvent ('rcore_pool: setupTable', 'BALL_SETUP_STRAIGHT_POOL')
fin
fin, función (datos, menú)
menu.close ()
fin)
Updated theme, I had not noticed that I had put STANDALONE.
 

Users who are viewing this thread

Top