Garry's Mod

Garry's Mod

65 个评价
(Homicide)Heroin
   
奖励
收藏
已收藏
取消收藏
素材类型: 插件
插件类型: 武器
插件标签: 角色扮演, 写实
文件大小
发表于
更新日期
413.454 KB
2019 年 5 月 25 日 上午 7:19
2019 年 6 月 3 日 上午 5:16
7 项改动说明 ( 查看 )

订阅以下载
(Homicide)Heroin

描述
ONLY FOR HOMICIDE GAMEMODE!!! READ DESCRIPTION!!! ONLY FOR HOMICIDE GAMEMODE!!! READ DESCRIPTION!!!
READ DESCRIPTION!!!

WORKS ONLY IN HOMICIDE GAMEMODE

Weapon class name: "wep_zac_hmcd_heroin"

This is a heroin syringe. Use it to boost yourself and die...\n\nLBM to inject drug. If you are Murderer you can inject drug to other players RMB.
You can survive heart attack if you use syringe again then heart attack you or you have chance 50/50

DRUGS - IT IS BAD NEVER TRY THEM, AND IF YOU HAVE ALREADY TRIED STOP. YOUR LIFE WILL NOT RETURN!!!
DRUGS - IT IS BAD NEVER TRY THEM, AND IF YOU HAVE ALREADY TRIED STOP. YOUR LIFE WILL NOT RETURN!!!
DRUGS - IT IS BAD NEVER TRY THEM, AND IF YOU HAVE ALREADY TRIED STOP. YOUR LIFE WILL NOT RETURN!!!

If you are the owner of the server in Homicide mode, then follow the instructions below to properly configure your server to work with this object.(Sorry for my English)

In the beginning, go to the path Homicide\gamemodes\homicide\gamemode and find the file "shared.lua".
Open this file in Notepad++ or other editing programs.
Now find these lines:

HMCD_AllowedEntities={

Well now, add these lines:
,"wep_zac_hmcd_heroin","ent_zac_hmcd_heroin"
Note THERE is always NEED a COMMA BEFORE THESE LINES.
That is, it should look like this:

HMCD_AllowedEntities={
"logic_","phys_","gmod_","manipulate_","predicted_","physics_",
"player_","reserved_","ai_","info_","hint","npc_zombie_torso",
"npc_fastzombie_torso","prop_physics","prop_physics_multiplayer",
"prop_dynamic","prop_ragdoll","worldspawn","soundent","prop_static",
"func_","beam","spotlight_","ambient_","scene_","npc_heli_",
"env_","trigger_","sky_","bodyque","move_","keyframe_","shadow_",
"water_","network","light","point_","_firesmoke","raggib","prop_door",
"prop_door_rotating","ally_","script_","math_","prop_scalable","aiscripted_",
"path_","filter_","cycler","relationship","color_","scripted_","goal_",
"npc_event","npc_template","gib","material_","vort_","entityflame","npc_furniture",
"sound","npc_enemyfinder","lua_run","fish","momentary_","game_",
"infodecal","entity_","wep_zac_hmcd_heroin","ent_zac_hmcd_heroin"
}

Well now find this file "sv_loot.lua"


Great, now find this line:

local LootTable={

See in these lines the chance of creating an item goes in descending order.
Now we need to insert this line correctly {"ent_zac_hmcd_heroin",6}, that is, it should look like this :

local LootTable={
{"ent_jack_hmcd_fooddrink",27},
{"ent_jack_hmcd_fooddrinkbig",17},
{"ent_jack_hmcd_bandage",8},
{"ent_jack_hmcd_pocketknife",7},
{"ent_jack_hmcd_flashlight",7},
{"ent_zac_hmcd_heroin",6},
{"ent_jack_hmcd_painpills",6},
{"ent_jack_hmcd_ducttape",6},
{"ent_jack_hmcd_baseballbat",5},
{"ent_jack_hmcd_axe",5},
{"ent_jack_hmcd_bandagebig",4},
{"ent_jack_hmcd_hatchet",4},
{"ent_jack_hmcd_phone",4},
{"ent_jack_hmcd_hammer",4},
{"ent_jack_hmcd_ammo",2.5},
{"ent_jack_hmcd_smallpistol",.5}
}
Great, now find this line:

local SHTF_LootTable={

See here as well as in the first example everything goes in descending order of chance.
Now place this line {"ent_zac_hmcd_heroin",3}, in the right place, that is:

local SHTF_LootTable={
{"ent_jack_hmcd_fooddrink",12.5},
{"ent_jack_hmcd_fooddrinkbig",12.5},
{"ent_jack_hmcd_painpills",8},
{"ent_jack_hmcd_walkietalkie",8},
{"ent_jack_hmcd_bandage",7},
{"ent_jack_hmcd_ducttape",6},
{"ent_jack_hmcd_hammer",6},
{"ent_jack_hmcd_flashlight",4},
{"ent_jack_hmcd_medkit",4},
{"ent_jack_hmcd_baseballbat",4},
{"ent_jack_hmcd_pocketknife",4},
{"ent_jack_hmcd_revolver",4},
{"ent_jack_hmcd_grapl",4},
{"ent_zac_hmcd_heroin",3},
{"ent_jack_hmcd_bandagebig",3},
{"ent_jack_hmcd_ammo",3},
{"ent_jack_hmcd_bow",2},
{"ent_jack_hmcd_pistol",2},
{"ent_jack_hmcd_shotgun",1},
{"ent_jack_hmcd_rifle",1},
{"ent_jack_hmcd_softarmor",1},
{"ent_jack_hmcd_axe",1},
{"ent_jack_hmcd_hatchet",1},
{"ent_jack_hmcd_helmet",1},
{"ent_jack_hmcd_molotov",.5},
{"ent_jack_hmcd_pipebomb",.5},
{"ent_jack_hmcd_hardarmor",.5},
{"ent_jack_hmcd_assaultrifle",.5},
{"ent_jack_hmcd_suppressedrifle",.5}
}
Now we need to find this line:

local SHTF_TraitorLootTable={

Note in these lines the chance of creating an item goes in ascending order!.
We need to put this line {"ent_zac_hmcd_heroin",.5}, correctly that is so:

local SHTF_TraitorLootTable={
{"ent_zac_hmcd_heroin",.5},
{"ent_jack_hmcd_flashlight",.5},
{"ent_jack_hmcd_walkietalkie",.5},
{"ent_jack_hmcd_fooddrink",.25},
{"ent_jack_hmcd_fooddrinkbig",.25},
{"ent_jack_hmcd_baseballbat",.5},
{"ent_jack_hmcd_ducttape",.5},
{"ent_jack_hmcd_hammer",.5},
{"ent_jack_hmcd_pocketknife",1},
{"ent_jack_hmcd_bandage",1},
{"ent_jack_hmcd_bandagebig",1},
{"ent_jack_hmcd_revolver",3},
{"ent_jack_hmcd_painpills",3},
{"ent_jack_hmcd_molotov",3},
{"ent_jack_hmcd_suppressedrifle",3},
{"ent_jack_hmcd_grapl",4},
{"ent_jack_hmcd_medkit",4},
{"ent_jack_hmcd_pistol",4},
{"ent_jack_hmcd_softarmor",4},
{"ent_jack_hmcd_helmet",4},
{"ent_jack_hmcd_shotgun",4},
{"ent_jack_hmcd_hatchet",4},
{"ent_jack_hmcd_hardarmor",4},
{"ent_jack_hmcd_axe",4},
{"ent_jack_hmcd_rifle",4},
{"ent_jack_hmcd_bow",4},
{"ent_jack_hmcd_assaultrifle",4},
{"ent_jack_hmcd_pipebomb",4},
{"ent_jack_hmcd_ammo",30}
}


CONGRATULATIONS, THE ADDON IS READY TO WORK.
14 条留言
Zac90  [作者] 9 月 21 日 下午 12:31 
To play it in Homicide gamemode
RARÓG 9 月 18 日 上午 8:43 
if thats your reason why no then why did you even do this mod?
Zac90  [作者] 9 月 15 日 上午 8:58 
drugs are bad so no
and this thing is a shit ton of shitcode
RARÓG 9 月 14 日 上午 10:09 
pls
RARÓG 9 月 14 日 上午 3:59 
do it for sandbox pls
🇧🇬DanEV🇧🇬 4 月 27 日 上午 8:45 
сасаламба
Lofi181 2024 年 1 月 4 日 上午 3:41 
мефедрон?
Fuzzy 2023 年 3 月 12 日 上午 12:58 
fastest way to earn "bad coder" achivemenget
| 2022 年 11 月 18 日 下午 11:34 
new exploit weapon
76561198414959549 2022 年 7 月 24 日 下午 12:37 
buy it from wish.com i heard you can get lots of things