{} TriggerClientEvent('bunny_invasion:end_event', -1, winners) end --- Starts the event local function start_bunny_event() if not event_active then event_active = true TriggerClientEvent('bunny_invasion:start_event', -1, EVENT_TIME) SetTimeout(60000 * EVENT_TIME, function() end_bunny...
Merge Added exception for sv_disableClientReplays server variable (pr… Apr 12, 2024 vendor tweak(vendor/eastl): update Apr 12, 2024 .gitattributes tweak(build-tools): required build tools for mono v2 runtime Mar 26, 2023 .gitignore fix: remove leftover .pyc files from chromium src Mar 29...
(server) called when a player leave a group -- gtype can be nil AddEventHandler("vRP:playerLeaveGroup", function(user_id, group, gtype) end) -- (client) called when the menu pause state change AddEventHandler("vRP:pauseChange", function(paused) end) -- (client) called when the vRP ...
Client/Server callbacks. Adds a shared folder for images, fonts, javascripts and css files that can be used by other NUIs. LICENSE Please don't sell or reupload this resource. Feel free to make forks and post any updates in the original forum thread. Do not create your own thread since...