Name | Author | Game Mode | Rating | |||||
---|---|---|---|---|---|---|---|---|
Miscellaneous stuff | Violet CLM | Multiple | N/A |
void onLevelBegin() {
if (jjIsServer) {
if (jjGameCustom != GAME::RT)
jjChat("/rt");
if (jjMaxHealth != 2 || jjStartHealth != 2)
jjChat("/smhealth 2");
jjChat("/hfk on");
jjChat("/hfkhealthinc 1");
jjChat("/nocarrots on");
}
}
void onPlayer(jjPLAYER@ play) {
if (play !is jjTokenOwner)
for (int i = 1; i <= 9; ++i)
play.powerup[i] = false;
else
for (int i = 1; i <= 9; ++i)
if (jjWeapons[i].allowed) {
int max = jjWeapons[i].maximum;
if (max < 0) max = 50;
play.ammo[i] = max;
}
}
Jazz2Online © 1999-INFINITY (Site Credits). We have a Privacy Policy. Jazz Jackrabbit, Jazz Jackrabbit 2, Jazz Jackrabbit Advance and all related trademarks and media are ™ and © Epic Games. Lori Jackrabbit is © Dean Dodrill. J2O development powered by Loops of Fury and Chemical Beats.
Eat your lima beans, Johnny.