mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 21:53:46 +03:00
Upload
This commit is contained in:
23
gamemodes/darkrp/plugins/loot_sys/items/sh_cmbkey.lua
Normal file
23
gamemodes/darkrp/plugins/loot_sys/items/sh_cmbkey.lua
Normal file
@@ -0,0 +1,23 @@
|
||||
--[[
|
||||
| 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.name = "Carte-clé pour caisse Combine"
|
||||
ITEM.model = "models/n7/props/n7_cid_card.mdl"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 1
|
||||
ITEM.iconCam = {
|
||||
pos = Vector(-11.93, 0.18, 199.64),
|
||||
ang = Angle(87.17, -0.88, 0),
|
||||
fov = 5.59
|
||||
}
|
||||
ITEM.description = "Ressemble à une carte-clé pouvant ouvrir des caisses du Cartel."
|
||||
ITEM.category = "Autres"
|
||||
ITEM.desccolor = Color(183, 149, 11)
|
||||
23
gamemodes/darkrp/plugins/loot_sys/items/sh_militarykey.lua
Normal file
23
gamemodes/darkrp/plugins/loot_sys/items/sh_militarykey.lua
Normal file
@@ -0,0 +1,23 @@
|
||||
--[[
|
||||
| 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.name = "Carte-clé pour caisse militaire"
|
||||
ITEM.model = "models/n7/props/n7_cid_card.mdl"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 1
|
||||
ITEM.iconCam = {
|
||||
pos = Vector(-11.93, 0.18, 199.64),
|
||||
ang = Angle(87.17, -0.88, 0),
|
||||
fov = 5.59
|
||||
}
|
||||
ITEM.description = "Ressemble à une carte-clé militaire pour ouvrir des caisses."
|
||||
ITEM.category = "Autres"
|
||||
ITEM.desccolor = Color(183, 149, 11)
|
||||
Reference in New Issue
Block a user