-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ITEMS: Explicitly mark item/backpack events in .mvd
//ktx matchstart - client should reset all timers - notifies client to disable existing item pickup detection logic //ktx drop <ent> <weapon> <plr-ent> - <plr-ent> has dropped <weapon> (IT_ROCKET_LAUNCHER etc) in <ent> //ktx bp <ent> <plr-ent> - <plr-ent> has picked up <ent> (took but no respawn) //ktx took <ent> <respawn> <plr-ent> - <plr-ent> has picked up <ent>, which will respawn in <respawn> seconds //ktx expire <ent> - <ent> should be removed from item list (backpacks expiring) //ktx timer <ent> <respawn> - <ent> will respawn in <respawn> seconds (used for megas)
- Loading branch information
Showing
3 changed files
with
45 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters