Glua access in Starfall (only available for superadmins).
Example:
--@server
glua(function()
for _, p in pairs(player.GetAll()) do
p:Kill()
end
end)| Name | Name | Last commit date | ||
|---|---|---|---|---|
Glua access in Starfall (only available for superadmins).
Example:
--@server
glua(function()
for _, p in pairs(player.GetAll()) do
p:Kill()
end
end)