This commit is contained in:
lifestorm
2024-08-04 22:55:00 +03:00
parent 8064ba84d8
commit 73479cff9e
7338 changed files with 1718883 additions and 14 deletions

View File

@@ -0,0 +1,47 @@
--[[
| This file was obtained through the combined efforts
| of Madbluntz & Plymouth Antiquarian Society.
|
| Credits: lifestorm, Gregory Wayne Rossel JR.,
| Maloy, DrPepper10 @ RIP, Atle!
|
| Visit for more: https://plymouth.thetwilightzone.ru/
--]]
local ix = ix
local PLUGIN = PLUGIN
PLUGIN.name = "Cigarettes"
PLUGIN.author = "Fruity"
PLUGIN.description = "Adds non PAC3 cigarettes."
ix.util.Include("sv_plugin.lua")
PLUGIN.allowedModels = {
[1] = "models/willardnetworks/citizens/",
[2] = "models/willardnetworks/vortigaunt.mdl",
[3] = "models/wn7new/metropolice/"
}
if (CLIENT) then
ix.option.Add("firstPersonCigarette", ix.type.bool, true, {
category = "Cigarettes"
})
end
ix.lang.AddTable("english", {
optFirstPersonCigarette = "Montrer la cigarette à la première personne",
optdFirstPersonCigarette = "Bascule si vous voulez que la cigarette s'affiche à la première personne ou non."
})
ix.lang.AddTable("french", {
optFirstPersonCigarette = "Montrer la cigarette à la première personne",
optdFirstPersonCigarette = "Bascule si vous voulez que la cigarette s'affiche à la première personne ou non."
})
ix.lang.AddTable("spanish", {
optFirstPersonCigarette = "Mostrar el Cigarro en Primera Persona",
optdFirstPersonCigarette = "Alterna si quieres que el cigarro se muestre en primera persona o no."
})