mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 21:53:46 +03:00
Upload
This commit is contained in:
35
gamemodes/darkrp/plugins/languages/items/sh_box_albanian.lua
Normal file
35
gamemodes/darkrp/plugins/languages/items/sh_box_albanian.lua
Normal file
@@ -0,0 +1,35 @@
|
||||
--[[
|
||||
| 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/
|
||||
--]]
|
||||
|
||||
|
||||
ITEM.uniqueID = "languagebox_albanian"
|
||||
ITEM.name = "Albanian Audiobook Box"
|
||||
ITEM.description = "A box containing a full set of Audiobooks. How convenient."
|
||||
ITEM.category = "Audiobook Boxes"
|
||||
ITEM.model = "models/items/item_item_crate.mdl"
|
||||
ITEM.width = 2
|
||||
ITEM.height = 2
|
||||
|
||||
ITEM.functions.Convert = {
|
||||
name = "Convert",
|
||||
icon = "icon16/wrench.png",
|
||||
OnRun = function(item)
|
||||
local client = item.player
|
||||
local inventory = client:GetCharacter():GetInventory()
|
||||
|
||||
inventory:Add("audiobook_1Albanian", 1)
|
||||
inventory:Add("audiobook_2Albanian", 1)
|
||||
inventory:Add("audiobook_3Albanian", 1)
|
||||
inventory:Add("audiobook_4Albanian", 1)
|
||||
inventory:Add("audiobook_5Albanian", 1)
|
||||
|
||||
client:Notify("You have converted the " .. item.name .. " into its relevant Audiobook set.")
|
||||
end
|
||||
}
|
||||
35
gamemodes/darkrp/plugins/languages/items/sh_box_arabic.lua
Normal file
35
gamemodes/darkrp/plugins/languages/items/sh_box_arabic.lua
Normal file
@@ -0,0 +1,35 @@
|
||||
--[[
|
||||
| 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/
|
||||
--]]
|
||||
|
||||
|
||||
ITEM.uniqueID = "languagebox_arabic"
|
||||
ITEM.name = "Arabic Audiobook Box"
|
||||
ITEM.description = "A box containing a full set of Audiobooks. How convenient."
|
||||
ITEM.category = "Audiobook Boxes"
|
||||
ITEM.model = "models/items/item_item_crate.mdl"
|
||||
ITEM.width = 2
|
||||
ITEM.height = 2
|
||||
|
||||
ITEM.functions.Convert = {
|
||||
name = "Convert",
|
||||
icon = "icon16/wrench.png",
|
||||
OnRun = function(item)
|
||||
local client = item.player
|
||||
local inventory = client:GetCharacter():GetInventory()
|
||||
|
||||
inventory:Add("audiobook_1Arabic", 1)
|
||||
inventory:Add("audiobook_2Arabic", 1)
|
||||
inventory:Add("audiobook_3Arabic", 1)
|
||||
inventory:Add("audiobook_4Arabic", 1)
|
||||
inventory:Add("audiobook_5Arabic", 1)
|
||||
|
||||
client:Notify("You have converted the " .. item.name .. " into its relevant Audiobook set.")
|
||||
end
|
||||
}
|
||||
35
gamemodes/darkrp/plugins/languages/items/sh_box_bengali.lua
Normal file
35
gamemodes/darkrp/plugins/languages/items/sh_box_bengali.lua
Normal file
@@ -0,0 +1,35 @@
|
||||
--[[
|
||||
| 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/
|
||||
--]]
|
||||
|
||||
|
||||
ITEM.uniqueID = "languagebox_bengali"
|
||||
ITEM.name = "Bengali Audiobook Box"
|
||||
ITEM.description = "A box containing a full set of Audiobooks. How convenient."
|
||||
ITEM.category = "Audiobook Boxes"
|
||||
ITEM.model = "models/items/item_item_crate.mdl"
|
||||
ITEM.width = 2
|
||||
ITEM.height = 2
|
||||
|
||||
ITEM.functions.Convert = {
|
||||
name = "Convert",
|
||||
icon = "icon16/wrench.png",
|
||||
OnRun = function(item)
|
||||
local client = item.player
|
||||
local inventory = client:GetCharacter():GetInventory()
|
||||
|
||||
inventory:Add("audiobook_1Bengali", 1)
|
||||
inventory:Add("audiobook_2Bengali", 1)
|
||||
inventory:Add("audiobook_3Bengali", 1)
|
||||
inventory:Add("audiobook_4Bengali", 1)
|
||||
inventory:Add("audiobook_5Bengali", 1)
|
||||
|
||||
client:Notify("You have converted the " .. item.name .. " into its relevant Audiobook set.")
|
||||
end
|
||||
}
|
||||
35
gamemodes/darkrp/plugins/languages/items/sh_box_bosnian.lua
Normal file
35
gamemodes/darkrp/plugins/languages/items/sh_box_bosnian.lua
Normal file
@@ -0,0 +1,35 @@
|
||||
--[[
|
||||
| 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/
|
||||
--]]
|
||||
|
||||
|
||||
ITEM.uniqueID = "languagebox_bosnian"
|
||||
ITEM.name = "Bosnian Audiobook Box"
|
||||
ITEM.description = "A box containing a full set of Audiobooks. How convenient."
|
||||
ITEM.category = "Audiobook Boxes"
|
||||
ITEM.model = "models/items/item_item_crate.mdl"
|
||||
ITEM.width = 2
|
||||
ITEM.height = 2
|
||||
|
||||
ITEM.functions.Convert = {
|
||||
name = "Convert",
|
||||
icon = "icon16/wrench.png",
|
||||
OnRun = function(item)
|
||||
local client = item.player
|
||||
local inventory = client:GetCharacter():GetInventory()
|
||||
|
||||
inventory:Add("audiobook_1Bosnian", 1)
|
||||
inventory:Add("audiobook_2Bosnian", 1)
|
||||
inventory:Add("audiobook_3Bosnian", 1)
|
||||
inventory:Add("audiobook_4Bosnian", 1)
|
||||
inventory:Add("audiobook_5Bosnian", 1)
|
||||
|
||||
client:Notify("You have converted the " .. item.name .. " into its relevant Audiobook set.")
|
||||
end
|
||||
}
|
||||
@@ -0,0 +1,35 @@
|
||||
--[[
|
||||
| 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/
|
||||
--]]
|
||||
|
||||
|
||||
ITEM.uniqueID = "languagebox_bulgarian"
|
||||
ITEM.name = "Bulgarian Audiobook Box"
|
||||
ITEM.description = "A box containing a full set of Audiobooks. How convenient."
|
||||
ITEM.category = "Audiobook Boxes"
|
||||
ITEM.model = "models/items/item_item_crate.mdl"
|
||||
ITEM.width = 2
|
||||
ITEM.height = 2
|
||||
|
||||
ITEM.functions.Convert = {
|
||||
name = "Convert",
|
||||
icon = "icon16/wrench.png",
|
||||
OnRun = function(item)
|
||||
local client = item.player
|
||||
local inventory = client:GetCharacter():GetInventory()
|
||||
|
||||
inventory:Add("audiobook_1Bulgarian", 1)
|
||||
inventory:Add("audiobook_2Bulgarian", 1)
|
||||
inventory:Add("audiobook_3Bulgarian", 1)
|
||||
inventory:Add("audiobook_4Bulgarian", 1)
|
||||
inventory:Add("audiobook_5Bulgarian", 1)
|
||||
|
||||
client:Notify("You have converted the " .. item.name .. " into its relevant Audiobook set.")
|
||||
end
|
||||
}
|
||||
35
gamemodes/darkrp/plugins/languages/items/sh_box_chinese.lua
Normal file
35
gamemodes/darkrp/plugins/languages/items/sh_box_chinese.lua
Normal file
@@ -0,0 +1,35 @@
|
||||
--[[
|
||||
| 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/
|
||||
--]]
|
||||
|
||||
|
||||
ITEM.uniqueID = "languagebox_chinese"
|
||||
ITEM.name = "Chinese Audiobook Box"
|
||||
ITEM.description = "A box containing a full set of Audiobooks. How convenient."
|
||||
ITEM.category = "Audiobook Boxes"
|
||||
ITEM.model = "models/items/item_item_crate.mdl"
|
||||
ITEM.width = 2
|
||||
ITEM.height = 2
|
||||
|
||||
ITEM.functions.Convert = {
|
||||
name = "Convert",
|
||||
icon = "icon16/wrench.png",
|
||||
OnRun = function(item)
|
||||
local client = item.player
|
||||
local inventory = client:GetCharacter():GetInventory()
|
||||
|
||||
inventory:Add("audiobook_1Chinese", 1)
|
||||
inventory:Add("audiobook_2Chinese", 1)
|
||||
inventory:Add("audiobook_3Chinese", 1)
|
||||
inventory:Add("audiobook_4Chinese", 1)
|
||||
inventory:Add("audiobook_5Chinese", 1)
|
||||
|
||||
client:Notify("You have converted the " .. item.name .. " into its relevant Audiobook set.")
|
||||
end
|
||||
}
|
||||
35
gamemodes/darkrp/plugins/languages/items/sh_box_croatian.lua
Normal file
35
gamemodes/darkrp/plugins/languages/items/sh_box_croatian.lua
Normal file
@@ -0,0 +1,35 @@
|
||||
--[[
|
||||
| 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/
|
||||
--]]
|
||||
|
||||
|
||||
ITEM.uniqueID = "languagebox_croatian"
|
||||
ITEM.name = "Croatian Audiobook Box"
|
||||
ITEM.description = "A box containing a full set of Audiobooks. How convenient."
|
||||
ITEM.category = "Audiobook Boxes"
|
||||
ITEM.model = "models/items/item_item_crate.mdl"
|
||||
ITEM.width = 2
|
||||
ITEM.height = 2
|
||||
|
||||
ITEM.functions.Convert = {
|
||||
name = "Convert",
|
||||
icon = "icon16/wrench.png",
|
||||
OnRun = function(item)
|
||||
local client = item.player
|
||||
local inventory = client:GetCharacter():GetInventory()
|
||||
|
||||
inventory:Add("audiobook_1Croatian", 1)
|
||||
inventory:Add("audiobook_2Croatian", 1)
|
||||
inventory:Add("audiobook_3Croatian", 1)
|
||||
inventory:Add("audiobook_4Croatian", 1)
|
||||
inventory:Add("audiobook_5Croatian", 1)
|
||||
|
||||
client:Notify("You have converted the " .. item.name .. " into its relevant Audiobook set.")
|
||||
end
|
||||
}
|
||||
35
gamemodes/darkrp/plugins/languages/items/sh_box_czech.lua
Normal file
35
gamemodes/darkrp/plugins/languages/items/sh_box_czech.lua
Normal file
@@ -0,0 +1,35 @@
|
||||
--[[
|
||||
| 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/
|
||||
--]]
|
||||
|
||||
|
||||
ITEM.uniqueID = "languagebox_czech"
|
||||
ITEM.name = "Czech Audiobook Box"
|
||||
ITEM.description = "A box containing a full set of Audiobooks. How convenient."
|
||||
ITEM.category = "Audiobook Boxes"
|
||||
ITEM.model = "models/items/item_item_crate.mdl"
|
||||
ITEM.width = 2
|
||||
ITEM.height = 2
|
||||
|
||||
ITEM.functions.Convert = {
|
||||
name = "Convert",
|
||||
icon = "icon16/wrench.png",
|
||||
OnRun = function(item)
|
||||
local client = item.player
|
||||
local inventory = client:GetCharacter():GetInventory()
|
||||
|
||||
inventory:Add("audiobook_1Czech", 1)
|
||||
inventory:Add("audiobook_2Czech", 1)
|
||||
inventory:Add("audiobook_3Czech", 1)
|
||||
inventory:Add("audiobook_4Czech", 1)
|
||||
inventory:Add("audiobook_5Czech", 1)
|
||||
|
||||
client:Notify("You have converted the " .. item.name .. " into its relevant Audiobook set.")
|
||||
end
|
||||
}
|
||||
35
gamemodes/darkrp/plugins/languages/items/sh_box_danish.lua
Normal file
35
gamemodes/darkrp/plugins/languages/items/sh_box_danish.lua
Normal file
@@ -0,0 +1,35 @@
|
||||
--[[
|
||||
| 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/
|
||||
--]]
|
||||
|
||||
|
||||
ITEM.uniqueID = "languagebox_danish"
|
||||
ITEM.name = "Danish Audiobook Box"
|
||||
ITEM.description = "A box containing a full set of Audiobooks. How convenient."
|
||||
ITEM.category = "Audiobook Boxes"
|
||||
ITEM.model = "models/items/item_item_crate.mdl"
|
||||
ITEM.width = 2
|
||||
ITEM.height = 2
|
||||
|
||||
ITEM.functions.Convert = {
|
||||
name = "Convert",
|
||||
icon = "icon16/wrench.png",
|
||||
OnRun = function(item)
|
||||
local client = item.player
|
||||
local inventory = client:GetCharacter():GetInventory()
|
||||
|
||||
inventory:Add("audiobook_1Danish", 1)
|
||||
inventory:Add("audiobook_2Danish", 1)
|
||||
inventory:Add("audiobook_3Danish", 1)
|
||||
inventory:Add("audiobook_4Danish", 1)
|
||||
inventory:Add("audiobook_5Danish", 1)
|
||||
|
||||
client:Notify("You have converted the " .. item.name .. " into its relevant Audiobook set.")
|
||||
end
|
||||
}
|
||||
35
gamemodes/darkrp/plugins/languages/items/sh_box_dutch.lua
Normal file
35
gamemodes/darkrp/plugins/languages/items/sh_box_dutch.lua
Normal file
@@ -0,0 +1,35 @@
|
||||
--[[
|
||||
| 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/
|
||||
--]]
|
||||
|
||||
|
||||
ITEM.uniqueID = "languagebox_dutch"
|
||||
ITEM.name = "Dutch Audiobook Box"
|
||||
ITEM.description = "A box containing a full set of Audiobooks. How convenient."
|
||||
ITEM.category = "Audiobook Boxes"
|
||||
ITEM.model = "models/items/item_item_crate.mdl"
|
||||
ITEM.width = 2
|
||||
ITEM.height = 2
|
||||
|
||||
ITEM.functions.Convert = {
|
||||
name = "Convert",
|
||||
icon = "icon16/wrench.png",
|
||||
OnRun = function(item)
|
||||
local client = item.player
|
||||
local inventory = client:GetCharacter():GetInventory()
|
||||
|
||||
inventory:Add("audiobook_1Dutch", 1)
|
||||
inventory:Add("audiobook_2Dutch", 1)
|
||||
inventory:Add("audiobook_3Dutch", 1)
|
||||
inventory:Add("audiobook_4Dutch", 1)
|
||||
inventory:Add("audiobook_5Dutch", 1)
|
||||
|
||||
client:Notify("You have converted the " .. item.name .. " into its relevant Audiobook set.")
|
||||
end
|
||||
}
|
||||
35
gamemodes/darkrp/plugins/languages/items/sh_box_finnish.lua
Normal file
35
gamemodes/darkrp/plugins/languages/items/sh_box_finnish.lua
Normal file
@@ -0,0 +1,35 @@
|
||||
--[[
|
||||
| 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/
|
||||
--]]
|
||||
|
||||
|
||||
ITEM.uniqueID = "languagebox_finnish"
|
||||
ITEM.name = "Finnish Audiobook Box"
|
||||
ITEM.description = "A box containing a full set of Audiobooks. How convenient."
|
||||
ITEM.category = "Audiobook Boxes"
|
||||
ITEM.model = "models/items/item_item_crate.mdl"
|
||||
ITEM.width = 2
|
||||
ITEM.height = 2
|
||||
|
||||
ITEM.functions.Convert = {
|
||||
name = "Convert",
|
||||
icon = "icon16/wrench.png",
|
||||
OnRun = function(item)
|
||||
local client = item.player
|
||||
local inventory = client:GetCharacter():GetInventory()
|
||||
|
||||
inventory:Add("audiobook_1Finnish", 1)
|
||||
inventory:Add("audiobook_2Finnish", 1)
|
||||
inventory:Add("audiobook_3Finnish", 1)
|
||||
inventory:Add("audiobook_4Finnish", 1)
|
||||
inventory:Add("audiobook_5Finnish", 1)
|
||||
|
||||
client:Notify("You have converted the " .. item.name .. " into its relevant Audiobook set.")
|
||||
end
|
||||
}
|
||||
35
gamemodes/darkrp/plugins/languages/items/sh_box_flipino.lua
Normal file
35
gamemodes/darkrp/plugins/languages/items/sh_box_flipino.lua
Normal file
@@ -0,0 +1,35 @@
|
||||
--[[
|
||||
| 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/
|
||||
--]]
|
||||
|
||||
|
||||
ITEM.uniqueID = "languagebox_flipino"
|
||||
ITEM.name = "Flipino Audiobook Box"
|
||||
ITEM.description = "A box containing a full set of Audiobooks. How convenient."
|
||||
ITEM.category = "Audiobook Boxes"
|
||||
ITEM.model = "models/items/item_item_crate.mdl"
|
||||
ITEM.width = 2
|
||||
ITEM.height = 2
|
||||
|
||||
ITEM.functions.Convert = {
|
||||
name = "Convert",
|
||||
icon = "icon16/wrench.png",
|
||||
OnRun = function(item)
|
||||
local client = item.player
|
||||
local inventory = client:GetCharacter():GetInventory()
|
||||
|
||||
inventory:Add("audiobook_1Flipino", 1)
|
||||
inventory:Add("audiobook_2Flipino", 1)
|
||||
inventory:Add("audiobook_3Flipino", 1)
|
||||
inventory:Add("audiobook_4Flipino", 1)
|
||||
inventory:Add("audiobook_5Flipino", 1)
|
||||
|
||||
client:Notify("You have converted the " .. item.name .. " into its relevant Audiobook set.")
|
||||
end
|
||||
}
|
||||
35
gamemodes/darkrp/plugins/languages/items/sh_box_french.lua
Normal file
35
gamemodes/darkrp/plugins/languages/items/sh_box_french.lua
Normal file
@@ -0,0 +1,35 @@
|
||||
--[[
|
||||
| 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/
|
||||
--]]
|
||||
|
||||
|
||||
ITEM.uniqueID = "languagebox_french"
|
||||
ITEM.name = "French Audiobook Box"
|
||||
ITEM.description = "A box containing a full set of Audiobooks. How convenient."
|
||||
ITEM.category = "Audiobook Boxes"
|
||||
ITEM.model = "models/items/item_item_crate.mdl"
|
||||
ITEM.width = 2
|
||||
ITEM.height = 2
|
||||
|
||||
ITEM.functions.Convert = {
|
||||
name = "Convert",
|
||||
icon = "icon16/wrench.png",
|
||||
OnRun = function(item)
|
||||
local client = item.player
|
||||
local inventory = client:GetCharacter():GetInventory()
|
||||
|
||||
inventory:Add("audiobook_1French", 1)
|
||||
inventory:Add("audiobook_2French", 1)
|
||||
inventory:Add("audiobook_3French", 1)
|
||||
inventory:Add("audiobook_4French", 1)
|
||||
inventory:Add("audiobook_5French", 1)
|
||||
|
||||
client:Notify("You have converted the " .. item.name .. " into its relevant Audiobook set.")
|
||||
end
|
||||
}
|
||||
35
gamemodes/darkrp/plugins/languages/items/sh_box_gaeilge.lua
Normal file
35
gamemodes/darkrp/plugins/languages/items/sh_box_gaeilge.lua
Normal file
@@ -0,0 +1,35 @@
|
||||
--[[
|
||||
| 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/
|
||||
--]]
|
||||
|
||||
|
||||
ITEM.uniqueID = "languagebox_gaeilge"
|
||||
ITEM.name = "Gaeilge Audiobook Box"
|
||||
ITEM.description = "A box containing a full set of Audiobooks. How convenient."
|
||||
ITEM.category = "Audiobook Boxes"
|
||||
ITEM.model = "models/items/item_item_crate.mdl"
|
||||
ITEM.width = 2
|
||||
ITEM.height = 2
|
||||
|
||||
ITEM.functions.Convert = {
|
||||
name = "Convert",
|
||||
icon = "icon16/wrench.png",
|
||||
OnRun = function(item)
|
||||
local client = item.player
|
||||
local inventory = client:GetCharacter():GetInventory()
|
||||
|
||||
inventory:Add("audiobook_1Gaeilge", 1)
|
||||
inventory:Add("audiobook_2Gaeilge", 1)
|
||||
inventory:Add("audiobook_3Gaeilge", 1)
|
||||
inventory:Add("audiobook_4Gaeilge", 1)
|
||||
inventory:Add("audiobook_5Gaeilge", 1)
|
||||
|
||||
client:Notify("You have converted the " .. item.name .. " into its relevant Audiobook set.")
|
||||
end
|
||||
}
|
||||
35
gamemodes/darkrp/plugins/languages/items/sh_box_gaelic.lua
Normal file
35
gamemodes/darkrp/plugins/languages/items/sh_box_gaelic.lua
Normal file
@@ -0,0 +1,35 @@
|
||||
--[[
|
||||
| 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/
|
||||
--]]
|
||||
|
||||
|
||||
ITEM.uniqueID = "languagebox_gaelic"
|
||||
ITEM.name = "Gaelic Audiobook Box"
|
||||
ITEM.description = "A box containing a full set of Audiobooks. How convenient."
|
||||
ITEM.category = "Audiobook Boxes"
|
||||
ITEM.model = "models/items/item_item_crate.mdl"
|
||||
ITEM.width = 2
|
||||
ITEM.height = 2
|
||||
|
||||
ITEM.functions.Convert = {
|
||||
name = "Convert",
|
||||
icon = "icon16/wrench.png",
|
||||
OnRun = function(item)
|
||||
local client = item.player
|
||||
local inventory = client:GetCharacter():GetInventory()
|
||||
|
||||
inventory:Add("audiobook_1Gaelic", 1)
|
||||
inventory:Add("audiobook_2Gaelic", 1)
|
||||
inventory:Add("audiobook_3Gaelic", 1)
|
||||
inventory:Add("audiobook_4Gaelic", 1)
|
||||
inventory:Add("audiobook_5Gaelic", 1)
|
||||
|
||||
client:Notify("You have converted the " .. item.name .. " into its relevant Audiobook set.")
|
||||
end
|
||||
}
|
||||
35
gamemodes/darkrp/plugins/languages/items/sh_box_german.lua
Normal file
35
gamemodes/darkrp/plugins/languages/items/sh_box_german.lua
Normal file
@@ -0,0 +1,35 @@
|
||||
--[[
|
||||
| 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/
|
||||
--]]
|
||||
|
||||
|
||||
ITEM.uniqueID = "languagebox_german"
|
||||
ITEM.name = "German Audiobook Box"
|
||||
ITEM.description = "A box containing a full set of Audiobooks. How convenient."
|
||||
ITEM.category = "Audiobook Boxes"
|
||||
ITEM.model = "models/items/item_item_crate.mdl"
|
||||
ITEM.width = 2
|
||||
ITEM.height = 2
|
||||
|
||||
ITEM.functions.Convert = {
|
||||
name = "Convert",
|
||||
icon = "icon16/wrench.png",
|
||||
OnRun = function(item)
|
||||
local client = item.player
|
||||
local inventory = client:GetCharacter():GetInventory()
|
||||
|
||||
inventory:Add("audiobook_1German", 1)
|
||||
inventory:Add("audiobook_2German", 1)
|
||||
inventory:Add("audiobook_3German", 1)
|
||||
inventory:Add("audiobook_4German", 1)
|
||||
inventory:Add("audiobook_5German", 1)
|
||||
|
||||
client:Notify("You have converted the " .. item.name .. " into its relevant Audiobook set.")
|
||||
end
|
||||
}
|
||||
35
gamemodes/darkrp/plugins/languages/items/sh_box_greek.lua
Normal file
35
gamemodes/darkrp/plugins/languages/items/sh_box_greek.lua
Normal file
@@ -0,0 +1,35 @@
|
||||
--[[
|
||||
| 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/
|
||||
--]]
|
||||
|
||||
|
||||
ITEM.uniqueID = "languagebox_greek"
|
||||
ITEM.name = "Greek Audiobook Box"
|
||||
ITEM.description = "A box containing a full set of Audiobooks. How convenient."
|
||||
ITEM.category = "Audiobook Boxes"
|
||||
ITEM.model = "models/items/item_item_crate.mdl"
|
||||
ITEM.width = 2
|
||||
ITEM.height = 2
|
||||
|
||||
ITEM.functions.Convert = {
|
||||
name = "Convert",
|
||||
icon = "icon16/wrench.png",
|
||||
OnRun = function(item)
|
||||
local client = item.player
|
||||
local inventory = client:GetCharacter():GetInventory()
|
||||
|
||||
inventory:Add("audiobook_1Greek", 1)
|
||||
inventory:Add("audiobook_2Greek", 1)
|
||||
inventory:Add("audiobook_3Greek", 1)
|
||||
inventory:Add("audiobook_4Greek", 1)
|
||||
inventory:Add("audiobook_5Greek", 1)
|
||||
|
||||
client:Notify("You have converted the " .. item.name .. " into its relevant Audiobook set.")
|
||||
end
|
||||
}
|
||||
35
gamemodes/darkrp/plugins/languages/items/sh_box_hebrew.lua
Normal file
35
gamemodes/darkrp/plugins/languages/items/sh_box_hebrew.lua
Normal file
@@ -0,0 +1,35 @@
|
||||
--[[
|
||||
| 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/
|
||||
--]]
|
||||
|
||||
|
||||
ITEM.uniqueID = "languagebox_hebrew"
|
||||
ITEM.name = "Hebrew Audiobook Box"
|
||||
ITEM.description = "A box containing a full set of Audiobooks. How convenient."
|
||||
ITEM.category = "Audiobook Boxes"
|
||||
ITEM.model = "models/items/item_item_crate.mdl"
|
||||
ITEM.width = 2
|
||||
ITEM.height = 2
|
||||
|
||||
ITEM.functions.Convert = {
|
||||
name = "Convert",
|
||||
icon = "icon16/wrench.png",
|
||||
OnRun = function(item)
|
||||
local client = item.player
|
||||
local inventory = client:GetCharacter():GetInventory()
|
||||
|
||||
inventory:Add("audiobook_1Hebrew", 1)
|
||||
inventory:Add("audiobook_2Hebrew", 1)
|
||||
inventory:Add("audiobook_3Hebrew", 1)
|
||||
inventory:Add("audiobook_4Hebrew", 1)
|
||||
inventory:Add("audiobook_5Hebrew", 1)
|
||||
|
||||
client:Notify("You have converted the " .. item.name .. " into its relevant Audiobook set.")
|
||||
end
|
||||
}
|
||||
35
gamemodes/darkrp/plugins/languages/items/sh_box_hindi.lua
Normal file
35
gamemodes/darkrp/plugins/languages/items/sh_box_hindi.lua
Normal file
@@ -0,0 +1,35 @@
|
||||
--[[
|
||||
| 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/
|
||||
--]]
|
||||
|
||||
|
||||
ITEM.uniqueID = "languagebox_hindi"
|
||||
ITEM.name = "Hindi Audiobook Box"
|
||||
ITEM.description = "A box containing a full set of Audiobooks. How convenient."
|
||||
ITEM.category = "Audiobook Boxes"
|
||||
ITEM.model = "models/items/item_item_crate.mdl"
|
||||
ITEM.width = 2
|
||||
ITEM.height = 2
|
||||
|
||||
ITEM.functions.Convert = {
|
||||
name = "Convert",
|
||||
icon = "icon16/wrench.png",
|
||||
OnRun = function(item)
|
||||
local client = item.player
|
||||
local inventory = client:GetCharacter():GetInventory()
|
||||
|
||||
inventory:Add("audiobook_1Hindi", 1)
|
||||
inventory:Add("audiobook_2Hindi", 1)
|
||||
inventory:Add("audiobook_3Hindi", 1)
|
||||
inventory:Add("audiobook_4Hindi", 1)
|
||||
inventory:Add("audiobook_5Hindi", 1)
|
||||
|
||||
client:Notify("You have converted the " .. item.name .. " into its relevant Audiobook set.")
|
||||
end
|
||||
}
|
||||
@@ -0,0 +1,35 @@
|
||||
--[[
|
||||
| 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/
|
||||
--]]
|
||||
|
||||
|
||||
ITEM.uniqueID = "languagebox_hungarian"
|
||||
ITEM.name = "Hungarian Audiobook Box"
|
||||
ITEM.description = "A box containing a full set of Audiobooks. How convenient."
|
||||
ITEM.category = "Audiobook Boxes"
|
||||
ITEM.model = "models/items/item_item_crate.mdl"
|
||||
ITEM.width = 2
|
||||
ITEM.height = 2
|
||||
|
||||
ITEM.functions.Convert = {
|
||||
name = "Convert",
|
||||
icon = "icon16/wrench.png",
|
||||
OnRun = function(item)
|
||||
local client = item.player
|
||||
local inventory = client:GetCharacter():GetInventory()
|
||||
|
||||
inventory:Add("audiobook_1Hungarian", 1)
|
||||
inventory:Add("audiobook_2Hungarian", 1)
|
||||
inventory:Add("audiobook_3Hungarian", 1)
|
||||
inventory:Add("audiobook_4Hungarian", 1)
|
||||
inventory:Add("audiobook_5Hungarian", 1)
|
||||
|
||||
client:Notify("You have converted the " .. item.name .. " into its relevant Audiobook set.")
|
||||
end
|
||||
}
|
||||
@@ -0,0 +1,35 @@
|
||||
--[[
|
||||
| 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/
|
||||
--]]
|
||||
|
||||
|
||||
ITEM.uniqueID = "languagebox_indonesian"
|
||||
ITEM.name = "Indonesian Audiobook Box"
|
||||
ITEM.description = "A box containing a full set of Audiobooks. How convenient."
|
||||
ITEM.category = "Audiobook Boxes"
|
||||
ITEM.model = "models/items/item_item_crate.mdl"
|
||||
ITEM.width = 2
|
||||
ITEM.height = 2
|
||||
|
||||
ITEM.functions.Convert = {
|
||||
name = "Convert",
|
||||
icon = "icon16/wrench.png",
|
||||
OnRun = function(item)
|
||||
local client = item.player
|
||||
local inventory = client:GetCharacter():GetInventory()
|
||||
|
||||
inventory:Add("audiobook_1Indonesian", 1)
|
||||
inventory:Add("audiobook_2Indonesian", 1)
|
||||
inventory:Add("audiobook_3Indonesian", 1)
|
||||
inventory:Add("audiobook_4Indonesian", 1)
|
||||
inventory:Add("audiobook_5Indonesian", 1)
|
||||
|
||||
client:Notify("You have converted the " .. item.name .. " into its relevant Audiobook set.")
|
||||
end
|
||||
}
|
||||
35
gamemodes/darkrp/plugins/languages/items/sh_box_italian.lua
Normal file
35
gamemodes/darkrp/plugins/languages/items/sh_box_italian.lua
Normal file
@@ -0,0 +1,35 @@
|
||||
--[[
|
||||
| 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/
|
||||
--]]
|
||||
|
||||
|
||||
ITEM.uniqueID = "languagebox_italian"
|
||||
ITEM.name = "Italian Audiobook Box"
|
||||
ITEM.description = "A box containing a full set of Audiobooks. How convenient."
|
||||
ITEM.category = "Audiobook Boxes"
|
||||
ITEM.model = "models/items/item_item_crate.mdl"
|
||||
ITEM.width = 2
|
||||
ITEM.height = 2
|
||||
|
||||
ITEM.functions.Convert = {
|
||||
name = "Convert",
|
||||
icon = "icon16/wrench.png",
|
||||
OnRun = function(item)
|
||||
local client = item.player
|
||||
local inventory = client:GetCharacter():GetInventory()
|
||||
|
||||
inventory:Add("audiobook_1Italian", 1)
|
||||
inventory:Add("audiobook_2Italian", 1)
|
||||
inventory:Add("audiobook_3Italian", 1)
|
||||
inventory:Add("audiobook_4Italian", 1)
|
||||
inventory:Add("audiobook_5Italian", 1)
|
||||
|
||||
client:Notify("You have converted the " .. item.name .. " into its relevant Audiobook set.")
|
||||
end
|
||||
}
|
||||
35
gamemodes/darkrp/plugins/languages/items/sh_box_japanese.lua
Normal file
35
gamemodes/darkrp/plugins/languages/items/sh_box_japanese.lua
Normal file
@@ -0,0 +1,35 @@
|
||||
--[[
|
||||
| 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/
|
||||
--]]
|
||||
|
||||
|
||||
ITEM.uniqueID = "languagebox_japanese"
|
||||
ITEM.name = "Japanese Audiobook Box"
|
||||
ITEM.description = "A box containing a full set of Audiobooks. How convenient."
|
||||
ITEM.category = "Audiobook Boxes"
|
||||
ITEM.model = "models/items/item_item_crate.mdl"
|
||||
ITEM.width = 2
|
||||
ITEM.height = 2
|
||||
|
||||
ITEM.functions.Convert = {
|
||||
name = "Convert",
|
||||
icon = "icon16/wrench.png",
|
||||
OnRun = function(item)
|
||||
local client = item.player
|
||||
local inventory = client:GetCharacter():GetInventory()
|
||||
|
||||
inventory:Add("audiobook_1Japanese", 1)
|
||||
inventory:Add("audiobook_2Japanese", 1)
|
||||
inventory:Add("audiobook_3Japanese", 1)
|
||||
inventory:Add("audiobook_4Japanese", 1)
|
||||
inventory:Add("audiobook_5Japanese", 1)
|
||||
|
||||
client:Notify("You have converted the " .. item.name .. " into its relevant Audiobook set.")
|
||||
end
|
||||
}
|
||||
35
gamemodes/darkrp/plugins/languages/items/sh_box_korean.lua
Normal file
35
gamemodes/darkrp/plugins/languages/items/sh_box_korean.lua
Normal file
@@ -0,0 +1,35 @@
|
||||
--[[
|
||||
| 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/
|
||||
--]]
|
||||
|
||||
|
||||
ITEM.uniqueID = "languagebox_korean"
|
||||
ITEM.name = "Korean Audiobook Box"
|
||||
ITEM.description = "A box containing a full set of Audiobooks. How convenient."
|
||||
ITEM.category = "Audiobook Boxes"
|
||||
ITEM.model = "models/items/item_item_crate.mdl"
|
||||
ITEM.width = 2
|
||||
ITEM.height = 2
|
||||
|
||||
ITEM.functions.Convert = {
|
||||
name = "Convert",
|
||||
icon = "icon16/wrench.png",
|
||||
OnRun = function(item)
|
||||
local client = item.player
|
||||
local inventory = client:GetCharacter():GetInventory()
|
||||
|
||||
inventory:Add("audiobook_1Korean", 1)
|
||||
inventory:Add("audiobook_2Korean", 1)
|
||||
inventory:Add("audiobook_3Korean", 1)
|
||||
inventory:Add("audiobook_4Korean", 1)
|
||||
inventory:Add("audiobook_5Korean", 1)
|
||||
|
||||
client:Notify("You have converted the " .. item.name .. " into its relevant Audiobook set.")
|
||||
end
|
||||
}
|
||||
35
gamemodes/darkrp/plugins/languages/items/sh_box_polish.lua
Normal file
35
gamemodes/darkrp/plugins/languages/items/sh_box_polish.lua
Normal file
@@ -0,0 +1,35 @@
|
||||
--[[
|
||||
| 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/
|
||||
--]]
|
||||
|
||||
|
||||
ITEM.uniqueID = "languagebox_polish"
|
||||
ITEM.name = "Polish Audiobook Box"
|
||||
ITEM.description = "A box containing a full set of Audiobooks. How convenient."
|
||||
ITEM.category = "Audiobook Boxes"
|
||||
ITEM.model = "models/items/item_item_crate.mdl"
|
||||
ITEM.width = 2
|
||||
ITEM.height = 2
|
||||
|
||||
ITEM.functions.Convert = {
|
||||
name = "Convert",
|
||||
icon = "icon16/wrench.png",
|
||||
OnRun = function(item)
|
||||
local client = item.player
|
||||
local inventory = client:GetCharacter():GetInventory()
|
||||
|
||||
inventory:Add("audiobook_1Polish", 1)
|
||||
inventory:Add("audiobook_2Polish", 1)
|
||||
inventory:Add("audiobook_3Polish", 1)
|
||||
inventory:Add("audiobook_4Polish", 1)
|
||||
inventory:Add("audiobook_5Polish", 1)
|
||||
|
||||
client:Notify("You have converted the " .. item.name .. " into its relevant Audiobook set.")
|
||||
end
|
||||
}
|
||||
@@ -0,0 +1,35 @@
|
||||
--[[
|
||||
| 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/
|
||||
--]]
|
||||
|
||||
|
||||
ITEM.uniqueID = "languagebox_portuguese"
|
||||
ITEM.name = "Portuguese Audiobook Box"
|
||||
ITEM.description = "A box containing a full set of Audiobooks. How convenient."
|
||||
ITEM.category = "Audiobook Boxes"
|
||||
ITEM.model = "models/items/item_item_crate.mdl"
|
||||
ITEM.width = 2
|
||||
ITEM.height = 2
|
||||
|
||||
ITEM.functions.Convert = {
|
||||
name = "Convert",
|
||||
icon = "icon16/wrench.png",
|
||||
OnRun = function(item)
|
||||
local client = item.player
|
||||
local inventory = client:GetCharacter():GetInventory()
|
||||
|
||||
inventory:Add("audiobook_1Portuguese", 1)
|
||||
inventory:Add("audiobook_2Portuguese", 1)
|
||||
inventory:Add("audiobook_3Portuguese", 1)
|
||||
inventory:Add("audiobook_4Portuguese", 1)
|
||||
inventory:Add("audiobook_5Portuguese", 1)
|
||||
|
||||
client:Notify("You have converted the " .. item.name .. " into its relevant Audiobook set.")
|
||||
end
|
||||
}
|
||||
35
gamemodes/darkrp/plugins/languages/items/sh_box_romanian.lua
Normal file
35
gamemodes/darkrp/plugins/languages/items/sh_box_romanian.lua
Normal file
@@ -0,0 +1,35 @@
|
||||
--[[
|
||||
| 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/
|
||||
--]]
|
||||
|
||||
|
||||
ITEM.uniqueID = "languagebox_romanian"
|
||||
ITEM.name = "Romanian Audiobook Box"
|
||||
ITEM.description = "A box containing a full set of Audiobooks. How convenient."
|
||||
ITEM.category = "Audiobook Boxes"
|
||||
ITEM.model = "models/items/item_item_crate.mdl"
|
||||
ITEM.width = 2
|
||||
ITEM.height = 2
|
||||
|
||||
ITEM.functions.Convert = {
|
||||
name = "Convert",
|
||||
icon = "icon16/wrench.png",
|
||||
OnRun = function(item)
|
||||
local client = item.player
|
||||
local inventory = client:GetCharacter():GetInventory()
|
||||
|
||||
inventory:Add("audiobook_1Romanian", 1)
|
||||
inventory:Add("audiobook_2Romanian", 1)
|
||||
inventory:Add("audiobook_3Romanian", 1)
|
||||
inventory:Add("audiobook_4Romanian", 1)
|
||||
inventory:Add("audiobook_5Romanian", 1)
|
||||
|
||||
client:Notify("You have converted the " .. item.name .. " into its relevant Audiobook set.")
|
||||
end
|
||||
}
|
||||
35
gamemodes/darkrp/plugins/languages/items/sh_box_russian.lua
Normal file
35
gamemodes/darkrp/plugins/languages/items/sh_box_russian.lua
Normal file
@@ -0,0 +1,35 @@
|
||||
--[[
|
||||
| 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/
|
||||
--]]
|
||||
|
||||
|
||||
ITEM.uniqueID = "languagebox_russian"
|
||||
ITEM.name = "Russian Audiobook Box"
|
||||
ITEM.description = "A box containing a full set of Audiobooks. How convenient."
|
||||
ITEM.category = "Audiobook Boxes"
|
||||
ITEM.model = "models/items/item_item_crate.mdl"
|
||||
ITEM.width = 2
|
||||
ITEM.height = 2
|
||||
|
||||
ITEM.functions.Convert = {
|
||||
name = "Convert",
|
||||
icon = "icon16/wrench.png",
|
||||
OnRun = function(item)
|
||||
local client = item.player
|
||||
local inventory = client:GetCharacter():GetInventory()
|
||||
|
||||
inventory:Add("audiobook_1Russian", 1)
|
||||
inventory:Add("audiobook_2Russian", 1)
|
||||
inventory:Add("audiobook_3Russian", 1)
|
||||
inventory:Add("audiobook_4Russian", 1)
|
||||
inventory:Add("audiobook_5Russian", 1)
|
||||
|
||||
client:Notify("You have converted the " .. item.name .. " into its relevant Audiobook set.")
|
||||
end
|
||||
}
|
||||
35
gamemodes/darkrp/plugins/languages/items/sh_box_serbian.lua
Normal file
35
gamemodes/darkrp/plugins/languages/items/sh_box_serbian.lua
Normal file
@@ -0,0 +1,35 @@
|
||||
--[[
|
||||
| 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/
|
||||
--]]
|
||||
|
||||
|
||||
ITEM.uniqueID = "languagebox_serbian"
|
||||
ITEM.name = "Serbian Audiobook Box"
|
||||
ITEM.description = "A box containing a full set of Audiobooks. How convenient."
|
||||
ITEM.category = "Audiobook Boxes"
|
||||
ITEM.model = "models/items/item_item_crate.mdl"
|
||||
ITEM.width = 2
|
||||
ITEM.height = 2
|
||||
|
||||
ITEM.functions.Convert = {
|
||||
name = "Convert",
|
||||
icon = "icon16/wrench.png",
|
||||
OnRun = function(item)
|
||||
local client = item.player
|
||||
local inventory = client:GetCharacter():GetInventory()
|
||||
|
||||
inventory:Add("audiobook_1Serbian", 1)
|
||||
inventory:Add("audiobook_2Serbian", 1)
|
||||
inventory:Add("audiobook_3Serbian", 1)
|
||||
inventory:Add("audiobook_4Serbian", 1)
|
||||
inventory:Add("audiobook_5Serbian", 1)
|
||||
|
||||
client:Notify("You have converted the " .. item.name .. " into its relevant Audiobook set.")
|
||||
end
|
||||
}
|
||||
35
gamemodes/darkrp/plugins/languages/items/sh_box_spanish.lua
Normal file
35
gamemodes/darkrp/plugins/languages/items/sh_box_spanish.lua
Normal file
@@ -0,0 +1,35 @@
|
||||
--[[
|
||||
| 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/
|
||||
--]]
|
||||
|
||||
|
||||
ITEM.uniqueID = "languagebox_spanish"
|
||||
ITEM.name = "Spanish Audiobook Box"
|
||||
ITEM.description = "A box containing a full set of Audiobooks. How convenient."
|
||||
ITEM.category = "Audiobook Boxes"
|
||||
ITEM.model = "models/items/item_item_crate.mdl"
|
||||
ITEM.width = 2
|
||||
ITEM.height = 2
|
||||
|
||||
ITEM.functions.Convert = {
|
||||
name = "Convert",
|
||||
icon = "icon16/wrench.png",
|
||||
OnRun = function(item)
|
||||
local client = item.player
|
||||
local inventory = client:GetCharacter():GetInventory()
|
||||
|
||||
inventory:Add("audiobook_1Spanish", 1)
|
||||
inventory:Add("audiobook_2Spanish", 1)
|
||||
inventory:Add("audiobook_3Spanish", 1)
|
||||
inventory:Add("audiobook_4Spanish", 1)
|
||||
inventory:Add("audiobook_5Spanish", 1)
|
||||
|
||||
client:Notify("You have converted the " .. item.name .. " into its relevant Audiobook set.")
|
||||
end
|
||||
}
|
||||
35
gamemodes/darkrp/plugins/languages/items/sh_box_swahili.lua
Normal file
35
gamemodes/darkrp/plugins/languages/items/sh_box_swahili.lua
Normal file
@@ -0,0 +1,35 @@
|
||||
--[[
|
||||
| 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/
|
||||
--]]
|
||||
|
||||
|
||||
ITEM.uniqueID = "languagebox_swahili"
|
||||
ITEM.name = "Swahili Audiobook Box"
|
||||
ITEM.description = "A box containing a full set of Audiobooks. How convenient."
|
||||
ITEM.category = "Audiobook Boxes"
|
||||
ITEM.model = "models/items/item_item_crate.mdl"
|
||||
ITEM.width = 2
|
||||
ITEM.height = 2
|
||||
|
||||
ITEM.functions.Convert = {
|
||||
name = "Convert",
|
||||
icon = "icon16/wrench.png",
|
||||
OnRun = function(item)
|
||||
local client = item.player
|
||||
local inventory = client:GetCharacter():GetInventory()
|
||||
|
||||
inventory:Add("audiobook_1Swahili", 1)
|
||||
inventory:Add("audiobook_2Swahili", 1)
|
||||
inventory:Add("audiobook_3Swahili", 1)
|
||||
inventory:Add("audiobook_4Swahili", 1)
|
||||
inventory:Add("audiobook_5Swahili", 1)
|
||||
|
||||
client:Notify("You have converted the " .. item.name .. " into its relevant Audiobook set.")
|
||||
end
|
||||
}
|
||||
35
gamemodes/darkrp/plugins/languages/items/sh_box_swedish.lua
Normal file
35
gamemodes/darkrp/plugins/languages/items/sh_box_swedish.lua
Normal file
@@ -0,0 +1,35 @@
|
||||
--[[
|
||||
| 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/
|
||||
--]]
|
||||
|
||||
|
||||
ITEM.uniqueID = "languagebox_swedish"
|
||||
ITEM.name = "Swedish Audiobook Box"
|
||||
ITEM.description = "A box containing a full set of Audiobooks. How convenient."
|
||||
ITEM.category = "Audiobook Boxes"
|
||||
ITEM.model = "models/items/item_item_crate.mdl"
|
||||
ITEM.width = 2
|
||||
ITEM.height = 2
|
||||
|
||||
ITEM.functions.Convert = {
|
||||
name = "Convert",
|
||||
icon = "icon16/wrench.png",
|
||||
OnRun = function(item)
|
||||
local client = item.player
|
||||
local inventory = client:GetCharacter():GetInventory()
|
||||
|
||||
inventory:Add("audiobook_1Swedish", 1)
|
||||
inventory:Add("audiobook_2Swedish", 1)
|
||||
inventory:Add("audiobook_3Swedish", 1)
|
||||
inventory:Add("audiobook_4Swedish", 1)
|
||||
inventory:Add("audiobook_5Swedish", 1)
|
||||
|
||||
client:Notify("You have converted the " .. item.name .. " into its relevant Audiobook set.")
|
||||
end
|
||||
}
|
||||
35
gamemodes/darkrp/plugins/languages/items/sh_box_turkish.lua
Normal file
35
gamemodes/darkrp/plugins/languages/items/sh_box_turkish.lua
Normal file
@@ -0,0 +1,35 @@
|
||||
--[[
|
||||
| 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/
|
||||
--]]
|
||||
|
||||
|
||||
ITEM.uniqueID = "languagebox_turkish"
|
||||
ITEM.name = "Turkish Audiobook Box"
|
||||
ITEM.description = "A box containing a full set of Audiobooks. How convenient."
|
||||
ITEM.category = "Audiobook Boxes"
|
||||
ITEM.model = "models/items/item_item_crate.mdl"
|
||||
ITEM.width = 2
|
||||
ITEM.height = 2
|
||||
|
||||
ITEM.functions.Convert = {
|
||||
name = "Convert",
|
||||
icon = "icon16/wrench.png",
|
||||
OnRun = function(item)
|
||||
local client = item.player
|
||||
local inventory = client:GetCharacter():GetInventory()
|
||||
|
||||
inventory:Add("audiobook_1Turkish", 1)
|
||||
inventory:Add("audiobook_2Turkish", 1)
|
||||
inventory:Add("audiobook_3Turkish", 1)
|
||||
inventory:Add("audiobook_4Turkish", 1)
|
||||
inventory:Add("audiobook_5Turkish", 1)
|
||||
|
||||
client:Notify("You have converted the " .. item.name .. " into its relevant Audiobook set.")
|
||||
end
|
||||
}
|
||||
Reference in New Issue
Block a user