Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- hook.Add("IGS.Initialized", "igs_notify_override", function()
- IGS.Notify_orig = IGS.Notify_orig or IGS.Notify
- assert(IGS.Notify_orig, "IGS.Notify почему-то отсутствует на сервере")
- function IGS.Notify(pl, ...)
- local args = {...}
- if isstring(args[1]) and args[1]:StartWith("Вы можете потратить") then
- return
- end
- return IGS.Notify_orig(pl, unpack(args))
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement