Update 'papik.sk'

main
Anorak_1 2022-09-13 19:05:58 +00:00
parent 1861b62c2b
commit fc01b77ff0
1 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,7 @@ command /scoreupdate:
set {teampoints_reset} to 0 set {teampoints_reset} to 0
function teamInfo(tmn: text): function teamInfo(tmn: text):
send "%{_tmn}%" to player named "Anorak_1"
if "%{_tmn}%" is "IDList1": if "%{_tmn}%" is "IDList1":
return "紅 &cKarmínová" return "紅 &cKarmínová"
if "%{_tmn}%" is "IDList2": if "%{_tmn}%" is "IDList2":
@ -24,6 +25,8 @@ function teamInfo(tmn: text):
return "紫 &5Nachová" return "紫 &5Nachová"
if "%{_tmn}%" is "IDList10": if "%{_tmn}%" is "IDList10":
return "粉 &dŠvestková" return "粉 &dŠvestková"
else:
returt ""
on join: on join:
set join message to "§e%player% se připojil." set join message to "§e%player% se připojil."