Garry's Mod

Garry's Mod

64 ratings
(Homicide)Heroin
   
Award
Favorite
Favorited
Unfavorite
Content Type: Addon
Addon Type: Weapon
Addon Tags: Roleplay, Realism
File Size
Posted
Updated
413.454 KB
25 May, 2019 @ 7:19am
3 Jun, 2019 @ 5:16am
7 Change Notes ( view )

Subscribe to download
(Homicide)Heroin

Description
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.
9 Comments
Данил351 27 Apr @ 8:45am 
сасаламба
Lofi181 4 Jan, 2024 @ 3:41am 
мефедрон?
Fuzzy 12 Mar, 2023 @ 12:58am 
fastest way to earn "bad coder" achivemenget
| 18 Nov, 2022 @ 11:34pm 
new exploit weapon
76561198414959549 24 Jul, 2022 @ 12:37pm 
buy it from wish.com i heard you can get lots of things
76561198982308913 11 Dec, 2021 @ 9:26pm 
how do i make it irl
SupremeMarmotte 10 Dec, 2021 @ 1:33pm 
could you make a version for sandbox and darkrp please?
justik 26 Jan, 2021 @ 3:20am 
mod sux
| 25 Oct, 2020 @ 11:29am 
suggest make like 2murderers for homicide,forexample:There will be more 1murderer every 12 players,same time 1more innocent have the gun onroundstart