Question avec le combobox

  • Initiateur de la discussion
N

Noha#3922

Nouveau né
Messages
17
Score réaction
0
Points
15
Comment rentrée la valeur de son combobox dans sa fonction de bouton

ComboBox:
 local comboBox = vgui.Create( "DComboBox", frame ) comboBox:SetPos( 140, 125 ) comboBox:SetSize( 80, 25 ) comboBox:SetValue( "All Players" ) comboBox.OnSelect = function( _, _, value ) print( value.." was selected!" ) end for k, v in pairs( player.GetAll() ) do comboBox:AddChoice( v:Name() ) end
Function:
 function button6:DoClick() RunConsoleCommand( "ulx", "kick", "JE SAIS PAS QUOI METTRE" ) end
 

Pièces jointes

  • 20190730221739_1.jpg
    20190730221739_1.jpg
    136.5 KB Vues: 17
Peugeot203

Peugeot203

Bambi
Messages
65
Score réaction
4
Points
35
Noha#3922 à dit:
Comment rentrée la valeur de son combobox dans sa fonction de bouton

ComboBox:
local val local comboBox = vgui.Create( "DComboBox", frame ) comboBox:SetPos( 140, 125 ) comboBox:SetSize( 80, 25 ) comboBox:SetValue( "All Players" ) comboBox.OnSelect = function( _, _, value ) val = value end for k, v in pairs( player.GetAll() ) do comboBox:AddChoice( v:Name() ) end
Function:
 function button6:DoClick() RunConsoleCommand( "ulx", "kick", value) end
 
Discord d'entraide
Rejoignz-nous sur Discord