This repository has been archived by the owner on Oct 26, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
135 changed files
with
10,009 additions
and
7,355 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
/_PUBLISH | ||
ReZP_publish.* | ||
*compiler | ||
*compiler |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,88 @@ | ||
; API | ||
rezombieplague/api/rz_api_main.amxx | ||
rezombieplague/api/rz_api_gamemodes.amxx | ||
rezombieplague/api/rz_api_weapons.amxx | ||
rezombieplague/api/rz_api_items.amxx | ||
rezombieplague/api/rz_api_player.amxx | ||
rezombieplague/api/rz_api_player_class.amxx | ||
rezombieplague/api/rz_api_player_subclass.amxx | ||
rezombieplague/api/rz_api_player_props.amxx | ||
rezombieplague/api/rz_api_player_models.amxx | ||
rezombieplague/api/rz_api_player_sounds.amxx | ||
rezombieplague/api/rz_api_player_nightvision.amxx | ||
|
||
; General | ||
rezombieplague/rz_main.amxx | ||
rezombieplague/rz_gamerules.amxx | ||
rezombieplague/rz_gamemodes.amxx | ||
rezombieplague/rz_weapons.amxx | ||
rezombieplague/rz_player.amxx | ||
|
||
; Player & yours | ||
rezombieplague/player/rz_class_zombie.amxx | ||
rezombieplague/player/rz_class_human.amxx | ||
rezombieplague/player/rz_class_nemesis.amxx | ||
rezombieplague/player/rz_class_survivor.amxx | ||
rezombieplague/player/rz_class_assassin.amxx | ||
rezombieplague/player/rz_class_sniper.amxx | ||
rezombieplague/player/rz_subzombie_jumper.amxx | ||
rezombieplague/player/rz_subzombie_sprinter.amxx | ||
rezombieplague/player/rz_subzombie_stone.amxx | ||
rezombieplague/player/rz_subhuman_techno.amxx | ||
rezombieplague/player/rz_subhuman_dead.amxx | ||
|
||
; Game Modes & yours | ||
rezombieplague/gamemodes/rz_gamemode_multi.amxx | ||
rezombieplague/gamemodes/rz_gamemode_swarm.amxx | ||
rezombieplague/gamemodes/rz_gamemode_nemesis.amxx | ||
rezombieplague/gamemodes/rz_gamemode_survivor.amxx | ||
rezombieplague/gamemodes/rz_gamemode_plague.amxx | ||
rezombieplague/gamemodes/rz_gamemode_assassin.amxx | ||
rezombieplague/gamemodes/rz_gamemode_sniper.amxx | ||
rezombieplague/gamemodes/rz_gamemode_lnj.amxx | ||
rezombieplague/gamemodes/rz_gamemode_avs.amxx | ||
|
||
; Weapons & yours | ||
rezombieplague/weapons/rz_wpn_fire_grenade.amxx | ||
rezombieplague/weapons/rz_wpn_frost_grenade.amxx | ||
rezombieplague/weapons/rz_wpn_flare_grenade.amxx | ||
rezombieplague/weapons/rz_wpn_infect_grenade.amxx | ||
rezombieplague/weapons/rz_wpn_sniperawp.amxx | ||
|
||
; Items & yours | ||
rezombieplague/items/rz_item_madness.amxx | ||
rezombieplague/items/rz_item_antidote.amxx | ||
rezombieplague/items/rz_item_grenades.amxx | ||
rezombieplague/items/rz_item_weapons.amxx | ||
rezombieplague/items/rz_item_nightvision.amxx | ||
rezombieplague/items/rz_item_armor.amxx | ||
|
||
; Menus | ||
rezombieplague/menus/rz_menu_game.amxx | ||
rezombieplague/menus/rz_menu_weapons.amxx | ||
rezombieplague/menus/rz_menu_items.amxx | ||
rezombieplague/menus/rz_menu_choose_zombie.amxx | ||
rezombieplague/menus/rz_menu_admin.amxx | ||
rezombieplague/menus/rz_menu_admin_respawn.amxx | ||
rezombieplague/menus/rz_menu_admin_gamemodes.amxx | ||
rezombieplague/menus/rz_menu_admin_changeclass.amxx | ||
rezombieplague/menus/rz_menu_instant_zombie.amxx | ||
rezombieplague/menus/rz_menu_join_human.amxx | ||
|
||
; Addons | ||
rezombieplague/addons/rz_addon_round_notice.amxx | ||
rezombieplague/addons/rz_addon_awards.amxx | ||
rezombieplague/addons/rz_addon_playerinfo.amxx | ||
rezombieplague/addons/rz_addon_statusbar.amxx | ||
rezombieplague/addons/rz_addon_buyammo.amxx | ||
rezombieplague/addons/rz_addon_flashlight.amxx | ||
rezombieplague/addons/rz_addon_longjump.amxx | ||
rezombieplague/addons/rz_addon_bleeding.amxx | ||
|
||
; Configs (with final precaching) | ||
rezombieplague/configs/rz_config_gamemodes.amxx | ||
rezombieplague/configs/rz_config_weapons.amxx | ||
rezombieplague/configs/rz_config_items.amxx | ||
rezombieplague/configs/rz_config_player.amxx | ||
|
||
; Add 3rd party plugins here |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
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
File renamed without changes.
2 changes: 2 additions & 0 deletions
2
...addons/amxmodx/data/lang/rezp/en/item.txt → ...odx/data/lang/rezombieplague/en/items.txt
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
7 changes: 7 additions & 0 deletions
7
...ns/amxmodx/data/lang/rezp/en/subclass.txt → ...dx/data/lang/rezombieplague/en/player.txt
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
45 changes: 45 additions & 0 deletions
45
extra/addons/amxmodx/data/lang/rezombieplague/en/weapons.txt
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
[en] | ||
RZ_WPN_GLOCK18 = Glock-18 | ||
RZ_WPN_USP = USP | ||
RZ_WPN_P228 = 228 Compact | ||
RZ_WPN_DEAGLE = Desert Eagle | ||
RZ_WPN_ELITE = Dual Berettas | ||
RZ_WPN_FIVESEVEN = Five-SeveN | ||
|
||
RZ_WPN_M3 = M3 | ||
RZ_WPN_XM1014 = XM1014 | ||
|
||
RZ_WPN_MAC10 = MAC-10 | ||
RZ_WPN_TMP = TMP | ||
RZ_WPN_MP5NAVY = MP5 | ||
RZ_WPN_UMP45 = UMP-45 | ||
RZ_WPN_P90 = P90 | ||
|
||
RZ_WPN_GALIL = Galil | ||
RZ_WPN_FAMAS = FAMAS | ||
RZ_WPN_AK47 = AK-47 | ||
RZ_WPN_M4A1 = M4A1 | ||
RZ_WPN_SG552 = SG 552 | ||
RZ_WPN_AUG = AUG | ||
RZ_WPN_SCOUT = Scout | ||
RZ_WPN_AWP = AWP | ||
RZ_WPN_G3SG1 = G3SG1 | ||
RZ_WPN_SG550 = SG 550 | ||
|
||
RZ_WPN_M249 = M249 | ||
|
||
RZ_WPN_HEGRENADE = HE Grenade | ||
RZ_WPN_HE_SHORT = HE | ||
RZ_WPN_FLASHBANG = Flashbang | ||
RZ_WPN_FB_SHORT = FB | ||
RZ_WPN_SMOKEGRENADE = Smoke Grenade | ||
RZ_WPN_SMOKE_SHORT = Smoke | ||
|
||
RZ_WPN_FIRE_GRENADE = Fire Grenade | ||
RZ_WPN_FIRE_SHORT = Fire | ||
RZ_WPN_FROST_GRENADE = Frost Grenade | ||
RZ_WPN_FROST_SHORT = Frost | ||
RZ_WPN_FLARE_GRENADE = Flare Grenade | ||
RZ_WPN_FLARE_SHORT = Flare | ||
|
||
RZ_WPN_KNIFE = Knife |
File renamed without changes.
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
File renamed without changes.
2 changes: 2 additions & 0 deletions
2
...addons/amxmodx/data/lang/rezp/ru/item.txt → ...odx/data/lang/rezombieplague/ru/items.txt
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
7 changes: 7 additions & 0 deletions
7
...ns/amxmodx/data/lang/rezp/ru/subclass.txt → ...dx/data/lang/rezombieplague/ru/player.txt
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
16 changes: 16 additions & 0 deletions
16
extra/addons/amxmodx/data/lang/rezombieplague/ru/weapons.txt
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
[ru] | ||
RZ_WPN_HEGRENADE = Осколочная граната | ||
RZ_WPN_HE_SHORT = Осколочная | ||
RZ_WPN_FLASHBANG = Световая граната | ||
RZ_WPN_FB_SHORT = Световая | ||
RZ_WPN_SMOKEGRENADE = Дымовая граната | ||
RZ_WPN_SMOKE_SHORT = Дымовая | ||
|
||
RZ_WPN_FIRE_GRENADE = Поджигающая граната | ||
RZ_WPN_FIRE_SHORT = Поджигающая | ||
RZ_WPN_FROST_GRENADE = Замораживющая граната | ||
RZ_WPN_FROST_SHORT = Замораживющая | ||
RZ_WPN_FLARE_GRENADE = Освещающая граната | ||
RZ_WPN_FLARE_SHORT = Освещающая | ||
|
||
RZ_WPN_KNIFE = Нож |
Oops, something went wrong.