mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 21:53:46 +03:00
Upload
This commit is contained in:
33
gamemodes/darkrp/plugins/rationdispenser/sh_plugin.lua
Normal file
33
gamemodes/darkrp/plugins/rationdispenser/sh_plugin.lua
Normal file
@@ -0,0 +1,33 @@
|
||||
--[[
|
||||
| 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 PLUGIN = PLUGIN
|
||||
|
||||
PLUGIN.name = "Ration Dispenser Replacer"
|
||||
PLUGIN.author = "Fruity"
|
||||
PLUGIN.description = "Makes ration dispenser work the way we want."
|
||||
PLUGIN.TIMER_DELAY = 60 -- tick every minute
|
||||
|
||||
ix.util.Include("sv_plugin.lua")
|
||||
|
||||
ix.lang.AddTable("english", {
|
||||
creditCapReached = "A ration coupon may be found in your ration.",
|
||||
creditCapWages = "You gained a coupon in your ration, and were given %d credits in wages."
|
||||
})
|
||||
|
||||
ix.lang.AddTable("french", {
|
||||
creditCapReached = "Vous avez atteint le plafond de crédit, aucun crédit de rationnement n'a été accordé.",
|
||||
creditCapWages = "Vous avez atteint le plafond de crédits, mais vous avez reçu %d crédits."
|
||||
})
|
||||
|
||||
ix.lang.AddTable("spanish", {
|
||||
creditCapReached = "Has alcanzado el límite de créditos, no se han dado créditos de ración.",
|
||||
creditCapWages = "Has alcanzado el límite de créditos, pero te han dado %d créditos por tu salario."
|
||||
})
|
||||
Reference in New Issue
Block a user