Export blocks
The Battle Royale script uses its own system for managing the blocking of other resources on its server.
What is the purpose of exporting blocks?
What do I need to do to avoid conflicts?
AddEventHandler('style_battleroyale:bloqueio')local bloqueio = false
RegisterNetEvent('style_battleroyale:bloqueio', function(status)
bloqueio = status
end)ATTENTION
Last updated