mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 21:53:46 +03:00
Upload
This commit is contained in:
28
gamemodes/darkrp/plugins/mcompass/sh_plugin.lua
Normal file
28
gamemodes/darkrp/plugins/mcompass/sh_plugin.lua
Normal file
@@ -0,0 +1,28 @@
|
||||
--[[
|
||||
| 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/
|
||||
--]]
|
||||
|
||||
|
||||
PLUGIN.name = "mCompass"
|
||||
PLUGIN.author = "Raven & Aspect™"
|
||||
PLUGIN.description = "Ajoute mCompass et le modifie légèrement pour s'adapter à Willard."
|
||||
|
||||
ix.util.Include("cl_plugin.lua")
|
||||
|
||||
ix.option.Add("enableCompass", ix.type.bool, true, {category = "Protection Civile"})
|
||||
|
||||
ix.lang.AddTable("english", {
|
||||
optEnableCompass = "Activer la boussole",
|
||||
optdEnableCompass = "Si la boussole est activée ou non."
|
||||
})
|
||||
|
||||
ix.lang.AddTable("french", {
|
||||
optEnableCompass = "Activer la boussole",
|
||||
optdEnableCompass = "Si la boussole est activée ou non."
|
||||
})
|
||||
Reference in New Issue
Block a user