-- Gobok Létrehozása
gomb1 = guiCreateButton(........)
gomb2 = guiCreateButton(........)
gomb3 = guiCreateButton(........)
gomb4 = guiCreateButton(........)
gomb5 = guiCreateButton(........)
gomb6 = guiCreateButton(........)
gomb7 = guiCreateButton(........)
addEventHandler(\"onClientGUIClick\",gomb1,function()
randomszam = math.random(1,2)
if randomszam == 2 then
givePlayerMoney(20)-- Húsz dollárt ad ha a random 2 ő az egyes gombnál és így tovább a gombokra irogatod
end
end)