• Please report every thread you think might be harmful or does not meet expectations or the link is offline, you will be refunded the credits you paid and the Thread Starter recieves a message to update his content, if its malicious we remove it and warn and eventualy the TS if it reoccurs.

ESX Rcore Pool / Billiards (1 Viewer)

ibe1337

Member
Joined
Oct 11, 2021
Messages
37
Reaction score
4
Points
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
Joined
Oct 7, 2021
Messages
37
Reaction score
45
Points
18
Credits
375
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