mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 21:53:46 +03:00
Upload
This commit is contained in:
22
gamemodes/darkrp/plugins/languages/cl_hooks.lua
Normal file
22
gamemodes/darkrp/plugins/languages/cl_hooks.lua
Normal file
@@ -0,0 +1,22 @@
|
||||
--[[
|
||||
| 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
|
||||
|
||||
netstream.Hook("QueryDeleteLanguageLearningProgress", function(languageName)
|
||||
Derma_Query("J'apprends déjà : "..languageName..". Supprimer la progression ?", "Langage", "Oui", function()
|
||||
netstream.Start("QueryDeleteLanguageSuccess")
|
||||
end, "Non")
|
||||
end)
|
||||
|
||||
function PLUGIN:DoVortShout(speaker)
|
||||
netstream.Start("ForceShoutAnim", speaker)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user