fungame #1

Merged
kibi merged 5 commits from fungame into main 2026-05-06 20:35:47 +00:00
4 changed files with 59 additions and 90 deletions
Showing only changes of commit 32658cb9e9 - Show all commits

View File

@@ -89,7 +89,7 @@ initializeGametype(type) // called in vote.gsc after first map
setDvar("global_health", 60); setDvar("global_health", 60);
setDvar("speed", 1.5); setDvar("speed", 1.5);
setDvar("streaks_online", 1); setDvar("streaks_online", 1);
setDvar("jump_height", 0.5); setDvar("jump_height", 70);
setDvar("amount_weapons", 0); // if 0 uses whole list of possible guns, if set > 0 uses amount larger than 0 setDvar("amount_weapons", 0); // if 0 uses whole list of possible guns, if set > 0 uses amount larger than 0
setDvar("gun_kills", 1); setDvar("gun_kills", 1);
break; break;