[PAID] [Release] [ESX] Script Blackout KZ [EN/FR]

[UPDATE] I add “FR” notifications translate | Optimisation of “Config.Time”

:warning: I put ESX notification and create item founction (You can change it for your Framework) :warning:

With an item, you can cut the electricity of the city (For a robbery for exemple)

In the “config.lua” you can change some stuff:

  • Active/desactive FR Translation
  • Active/desactive Notification
  • Active/desactive Sound notification
  • Active/desactive Command (/blackout)
  • Picture of Advanced notifications
  • Time of blackout duration (By default: 60 seconds)

Screenshot_10

Thank you for the support if you buy it !

Demonstration:

Enjoy it !

Is there anyway you could make this for Standalone servers???

This is for ESX for notification, you can modify the type of modification and you dont need dependencies :smiley:

I will make a standalone version later and release it.

1 Like

It’s a standalone version xD Juste change the notification

Ah ok.

1 Like
Config.Minutes = 5
Config.Time = Config.Minutes * 60000

better than Config.Time = 60000

3 Likes

Oh i see, yes why not. I will update it :smiley:

how ?

Here :stuck_out_tongue: You just change “TriggerClientEvent(‘esx:showAdvancedNotification’” by youre own system off notification :stuck_out_tongue:
(Dont forget to replace “kaiizen:NotifOFF” to :smiley: )

@Kaiizen This is in no way standalone sir! both scripts that you have released and i purchased from ur tebex store and claim to be standalone aren’t!, this is Completely dependent on ESX!!!

Its very Cheesy Move to Put [Standalone] On your topic and when people find out Its not Standalone Telling them to do modification based on their own Notification system.
Btw if you didn’t know You can use a Public notification library (there is a ton out there for free) and reference your script to that.
or use gta native notification system !
Btw if you didn’t know The ESX function that you used is just simply a native function of the GTA itself. Instead of using a Complete Framework and forcing your buyers to do their modification. You could easily put this as a local function in your script and make it completely Standalone

ESX.ShowAdvancedNotification = function(sender, subject, msg, textureDict, iconType, flash, saveToBrief, hudColorIndex)
	if saveToBrief == nil then saveToBrief = true end
	AddTextEntry('esxAdvancedNotification', msg)
	BeginTextCommandThefeedPost('esxAdvancedNotification')
	if hudColorIndex then ThefeedNextPostBackgroundColor(hudColorIndex) end
	EndTextCommandThefeedPostMessagetext(textureDict, textureDict, false, iconType, sender, subject)
	EndTextCommandThefeedPostTicker(flash or false, saveToBrief)
end

Taken from the ESX event you used!

2 Likes

Notification and function create item, is a the only one stuff ESX, you can totally change this for you’re framework ! Just don’t be lazy. If you are/have developper, is to simple to change that. Thx

Look up, I already said it. I said: you can change by you’re own system of notification ! Do you know what that means?

If u put standalone, the users don’t need to do nothing.

You can put “Easy to convert to any framework”

Dude is to simple to change that…
If he are dev’, he need to change 2 line… I’ve never seen such a level of laziness

for you it might be, but your code is completely dependent on esx ! for someone who is not a developer wouldn’t know how to adjust your code!!! change it yourself and sell it as standalone since you claim is standalone!

1 Like

You kidding me ?! For change 2 lines for notifications ? Really ?!

What part of people dont know you do not understand ?

now you changed the topic of your release and you eliminated standalone wording from it! soo you are acknowledging this was never standalone and you sold something completely dependent on esx! …

Great start lol…

If anyone ever converts this to actual Standalone let me know. I would love to use it, but it does not work with our Standalone server which sucks. Shoot me a message or something, thanks!

1 Like