Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
AddEntity("Stove", {
ent = "meth_stove",
model = "models/props_c17/furnitureStove001a.mdl",
price = 1500,
max = 5,
cmd = "buyamethstove",
})
AddEntity("Ephedrine", {
ent = "ingr_ephedrine",
model = "models/props_lab/jar01a.mdl",
price = 150,
max = 100,
cmd = "buyephedrine",
})
AddEntity("Iodine", {
ent = "ingr_iodine",
model = "models/props_junk/garbage_plasticbottle002a.mdl",
price = 150,
max = 100,
cmd = "buyiodine",
})
AddEntity("Hydrochloric Acid", {
ent = "ingr_hydrochloricacid",
model = "models/props_junk/glassjug01.mdl",
price = 150,
max = 100,
cmd = "buyhydrochloricacid",
})
AddEntity("Sodium Hydroxide", {
ent = "ingr_sodiumhydroxide",
model = "models/props_junk/garbage_glassbottle001a.mdl",
price = 150,
max = 100,
cmd = "buysodiumhydroxide",
})
AddEntity("Meth Pot", {
ent = "meth_pot",
model = "models/props_c17/metalPot001a.mdl",
price = 1000,
max = 10,
cmd = "buymethpot",
})