]> de.git.xonotic.org Git - voretournament/voretournament.git/blobdiff - data/qcsrc/client/main.qh
Attempt to port the shownames feature from Xonotic (floating names above players...
[voretournament/voretournament.git] / data / qcsrc / client / main.qh
index db40270fc22a0c4a04401b8b186999e8c9b880e1..eac98e3d9eef674008727965e322212b0259084c 100644 (file)
@@ -168,6 +168,7 @@ float g_weaponswitchdelay;
 \r
 float g_vore;\r
 float g_balance_vore_swallow_limit;\r
 \r
 float g_vore;\r
 float g_balance_vore_swallow_limit;\r
+float armor_max;\r
 \r
 //hooks\r
 float calledhooks;\r
 \r
 //hooks\r
 float calledhooks;\r
@@ -176,3 +177,5 @@ float calledhooks;
 \r
 .float ping, ping_packetloss, ping_movementloss;\r
 .float plhealth, plpredator;\r
 \r
 .float ping, ping_packetloss, ping_movementloss;\r
 .float plhealth, plpredator;\r
+\r
+entity entcs_receiver[255]; // 255 is the engine limit on maxclients\r