mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-06 18:08:26 +00:00
Add Pause zone to inc
Add Pause zone to inc
This commit is contained in:
parent
91a31ce870
commit
02792941dc
@ -47,6 +47,7 @@ enum
|
||||
Zone_Speedmod, // creates a player_speedmod
|
||||
Zone_NoJump, // blocks the player from jumping while inside the zone
|
||||
Zone_Autobhop, // forces autobhop for the player
|
||||
Zone_Pause, // pause the player's timer
|
||||
ZONETYPES_SIZE
|
||||
};
|
||||
|
||||
@ -139,7 +140,8 @@ stock void GetZoneName(int client, int zoneType, char[] output, int size)
|
||||
"Zone_Gravity",
|
||||
"Zone_Speedmod",
|
||||
"Zone_NoJump",
|
||||
"Zone_Autobhop",
|
||||
"Zone_Autobhop",,
|
||||
"Zone_Pause",
|
||||
};
|
||||
|
||||
if (zoneType < 0 || zoneType >= ZONETYPES_SIZE)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user