summaryrefslogtreecommitdiffstats
path: root/TemplePushing.c4s/Script.c
diff options
context:
space:
mode:
authorJan <>2015-02-04 19:13:52 +0100
committerJan <_>2015-07-10 17:52:55 +0200
commit51683b8ea980566c1adb7ad5a5836807be8cfd67 (patch)
tree5307fce829edfad07a4dbd0d2f6a3a31cb2fe4f1 /TemplePushing.c4s/Script.c
parentde97f8b2898e8fd00c5d6108e2832b7e6cd3668f (diff)
downloadtempelschubsen-51683b8ea980566c1adb7ad5a5836807be8cfd67.tar.gz
tempelschubsen-51683b8ea980566c1adb7ad5a5836807be8cfd67.zip
TemplePushingB.c4s
Diffstat (limited to 'TemplePushing.c4s/Script.c')
-rw-r--r--TemplePushing.c4s/Script.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/TemplePushing.c4s/Script.c b/TemplePushing.c4s/Script.c
index 97f88bd..d045e3d 100644
--- a/TemplePushing.c4s/Script.c
+++ b/TemplePushing.c4s/Script.c
@@ -134,7 +134,8 @@ func UpdateScoreboard(int player, bool leaver)
SortScoreboard(SBRD_ScoreCol, true);
}
else SortScoreboard(SBRD_ScoreCol, true);
- // SortScoreboard(SBRD_Caption);
+
+ SortScoreboard(SBRD_Caption);
}
func ShowLobby()
@@ -506,7 +507,7 @@ func LaunchClonk(int player, object clonk, bool relaunch)
DrawParticleLine("PSpark", GetX(clonk) + RandomX(5, 60), 0, GetX(clonk), GetY(clonk), 10, 150, RGBa(Random(255), Random(255), Random(255),50), RGBa(Random(255), Random(255), Random(255),50), 0);
DrawParticleLine("PSpark", GetX(clonk) - RandomX(5, 60), 0, GetX(clonk), GetY(clonk), 10, 150, RGBa(Random(255), Random(255), Random(255),50), RGBa(Random(255), Random(255), Random(255),50), 0);
Sound("PlayerJoin", 0, clonk, 100);
- // CastParticles("MSpark", 50, 20, GetX(clonk), GetY(clonk), 50, 75, RGBa(128,128,255,0), RGBa(255,255,255,127));
+ CastParticles("MSpark", 50, 20, GetX(clonk), GetY(clonk), 50, 75, RGBa(128,128,255,0), RGBa(255,255,255,127));
SetPlrView(player, clonk);
ResetHealth(clonk);
}