Skip to content
This repository was archived by the owner on Aug 3, 2024. It is now read-only.

Commit 8e9d3d6

Browse files
authored
Update admin.lua
1 parent 2ccb0b4 commit 8e9d3d6

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

admin.lua

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ if not game:IsLoaded() then
22
game.Loaded:Wait()
33
end
44

5+
if getgenv().SituationAdmin then
6+
return
7+
end
8+
9+
getgenv().SituationAdmin = true
10+
511
loadstring(game:HttpGet("https://raw.githubusercontent.com/Alteral323/v/main/libs/compat.lua"))()(true)
612

713
messagebox('Please note "Situation admin" is in beta and you may experience bugs or broken commands.\nType "help" in the console for a list of commands\nif you need further support please join the discord server https://discord.gg/5VAKhPQh8Z\nCredits:\nTeem\nDrqonic\nIonized particle/AtpZombie42\nHoppingShark1437\nToon', 'Situation Admin', 0)

0 commit comments

Comments
 (0)