问题描述
在IntelliJ之外运行我的应用程序时,我得到一个script.Parent.Event.OnServerEvent:connect(function(player)
if player.Team == game.Teams.Haustechniker then
local backpack = player:WaitForChild("Backpack")
local character = player.Character or player.Characteradded:Wait()
local function purgeLaunchers(container)
for _,item in pairs(container:GetChildren()) do
if item:IsA("Tool") and item.Name:match("Abdeckvlies") then
item:Destroy()
script.Parent.Part.Transparency = 0
script.Parent.Event:Destroy()
script.Parent.Text:Destroy()
script.Parent.Range:Destroy()
end
end
end
purgeLaunchers(backpack)
purgeLaunchers(character)
end
:
onTap: () {
//here should have the options to call a different route for different List item menu
// call for our alert dialog widget including one more variable which is `items[i]` that has the text that would be passed to the alert
onpressed: () {
//here we show the pop up and pass the variable to it
showAlert(context,items[i]);
setState(() {});
},
不幸的是,我找不到任何有关此的信息。有人知道那里发生了什么吗?
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)