For better paid anticheat check out https://store.fiveguard.ac/.
We are able to provide this free product because of help of https://fiveguard.net/.
fiveguard is best fivem anticheat
This for fivem custom framework. This is has basic function and some infinity code. (np-infinity and other one)
Fivem için özel bir framework. İçinde kolaylık sunan ve gereksiz script olarak kullanılan kodlar bulunmaktadır (parmakla gösterme , taşıma, crosshair silme vb.). Infinity'e yardımcı kodlar bulunmaktadır.
- My discord server: https://discord.gg/BW5KA78SXW
Client side:
exports['rwr-core']:ShowNotify(text, box color, text color, duration(in seconds))
Server side:
TriggerClientEvent('RWR:ShowNotification', source, text, box color, text color, duration)
You can simply add icons to your notifications, when you add them to text.
Client side:
exports['rwr-core']:ShowNotify('Hello world!', '#35889e', '#ffff', 1)
Server side:
TriggerClientEvent('RWR:ShowNotification', source, 'Hello world!', '#35889e', '#ffff', 1)
With icons:
exports['rwr-core']:ShowNotify('<i class="fas fa-info-circle">Hello world!</i>', '#35889e', '#ffff', 1)
TriggerClientEvent('RWR:ShowNotification', source, '<i class="fas fa-info-circle">Hello world!</i>', '#35889e', '#ffff', 1)
Show:
exports['rwr-core']:ShowInteraction(text, stripe color, text color)
Hide:
exports['rwr-core']:HideInteraction()
You can simply add icons to your notifications, when you add them to text.
exports['rwr-core']:ShowInteraction('[E] Open menu', '#9f2fb2', '#ffff')
Citizen.Wait(1000)
exports['rwr-core']:HideInteraction()
With icons:
exports['rwr-core']:ShowInteraction('<i class="fas fa-info-circle">[E] Open menu</i>', '#9f2fb2', '#ffff')
Citizen.Wait(1000)
exports['rwr-core']:HideInteraction()
https://github.com/freddycz/fs_notify https://github.com/freddycz/fs_interactionmenu