HotStudio-EnergyDrink

What is Energy Drink This system gives infinity stamine to players when they use it if you want you can add your custom natives or codes i it very usefull

  1. Add ensure HotStudio-EnergyDrink to your server.cfg

Config = {}

Config.Debug = false


Config.DrinkTime = 2.5   -- SECOND/SANIYE

Config.EnerjiSure = 40   -- SECOND/SANIYE

Config.ItemName = "enerji_icecegi"

Config.ProgressbarText = "Enerji İçeceği İçiliyor.."

-- FUNCTIONS --


Config.CustomFunctions = function()
    StartScreenEffect("ChopVision", 0, true)
    Wait(1500)
    StopScreenEffect("ChopVision")
end


--- SUCCESS NOTIFY ---

Config.EnableSuccessNotify = true

Config.SuccessNotifyType = "success"

Config.SuccessNotify = "Enerji İçeceği İçtin"

--- ERROR NOTIFY ---

Config.EnableErrorNotify = true

Config.ErrorNotifyType = "error"

Config.ErrorNotify = "Enerji İçeceği İçilemedi"

Last updated