DARK_DEMON_SCRIPTER Posted March 25, 2023 Posted March 25, 2023 @toanpham6001 local ask = gg.prompt({"Test 1 [1;3]","Test 2"},{1,false},{"number","checkbox"}) if ask == nil then return end gg.alert(ask[1].." "..ask[2]) -- asks a user seekbar from 1 to 3 and checkbox with default not ticked
toanpham6001 Posted March 25, 2023 Author Posted March 25, 2023 6 hours ago, DARK_DEMON_SCRIPTER said: @toanpham6001 local ask = gg .prompt({"Kiểm tra 1 [1;3]","Kiểm tra 2"},{1, sai },{"số","hộp kiểm"}) nếu ask == nil thì return end gg .alert(hỏi[1].." "..hỏi[2]) -- hỏi thanh tìm kiếm của người dùng từ 1 đến 3 và hộp kiểm mặc định không được đánh dấu Thanks you
DARK_DEMON_SCRIPTER Posted March 26, 2023 Posted March 26, 2023 20 hours ago, toanpham6001 said: Thanks you You welcome
BadCase Posted March 23, 2023 Posted March 23, 2023 2 minutes ago, toanpham6001 said: https://gameguardian.net/help/classgg.html#afe6c5b86ba0ae295899fd259232aac2b print('prompt 4: ', gg.prompt( {'seek bar 1 [32; 64]', 'checkbox label'}, nil, {'number', 'checkbox'} ))
toanpham6001 Posted March 23, 2023 Author Posted March 23, 2023 38 minutes ago, BadCase said: https://gameguardian.net/help/classgg.html#afe6c5b86ba0ae295899fd259232aac2b print('prompt 4: ', gg.prompt( {'seek bar 1 [32; 64]', 'checkbox label'}, nil, {'number', 'checkbox'} )) I mean a sample prompt menu script
Question
toanpham6001
5 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.