• New pricing for Credits and VIP

  • We sell Discord Boosts (level 3) now at a very cheap price and 100% guarantee safe and with replacement guarantees if there happens to be an issue💪

ESX Rcore Pool / Billiards (1 Viewer)

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)
 
  • Post hidden due to user being banned.
  • Post hidden due to user being banned.
  • Post hidden due to user being banned.
  • Post hidden due to user being banned.

LuisNgt

Member
Oct 7, 2021
36
51
18
Credits
332
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