Old Resources

nazu-bridge

Welcome to nazu-bridge documentation.

Category

FREEESCROWED

Haven't bought yet?

Tebex - nazu-bridge

Purchase from here!!

Installation

Download the dependencies

GitHub - ox_lib

Download from here!!

Download main resource

Cfx Portal - nazu-bridge

Download from here!!

Copy and paste this on your server.cfg

# you need to ensure first before ensure nabu-bridge
ensure ox_lib

# Nazu Bridge
ensure nazu-bridge

Done

enjoy it !


Exports

Client side exports

ShowScreenEffect

Method to show Banner Scale Form.
The first argument is the name of the effect The second argument is the display time of the effect in msc. (int type)

exports['nazu-bridge']:ShowScreenEffect(effect, msc)
sample.lua
Citizen.CreateThread(function()
    exports['nazu-bridge']:ShowScreenEffect('SwitchOpenMichaelOut', 1000)
end)


ShowBanner

Method to display Banner Scale Form.

  1. Title as the first argument.
  2. The second argument is the subtitle.
  3. The third argument is the time to draw in msc.
exports['nazu-bridge']:ShowBanner(Title, SubTitle, DisplayTime)
sample.lua
Citizen.CreateThread(function()
    exports['nazu-bridge']:ShowBanner('YOU WIN', 'Time: ' .. tostring(5.00) .. 'SEC', 4)
end)


ShowCountDown

Method to display Count Down Scale Form

  1. The first argument is the value of Red in RGB.
  2. The second argument is the RGB Green value.
  3. The third argument is an RGB Blue value.
exports['nazu-bridge']:ShowCountDown(Red, Green, Blue, CountTime)
sample.lua
Citizen.CreateThread(function()
    exports['nazu-bridge']:ShowCountDown(255, 222, 23, 5)
end)


GTAMissionMessage

Methods to display GTA Notify's ScaleForm

  1. The first argument is a string of Picture.
  2. Title as the second argument.
  3. Subject as the third argument.
  4. Message as the fourth argument.
exports['nazu-bridge']:GTAMissionMessage(Picture, Sender, Subject, Message)
sample.lua
Citizen.CreateThread(function()
    exports['nazu-bridge']:GTAMissionMessage('CHAR_HUNTER', 'Title Test', 'Subject Test', '', { "Text_Arrive_Tone", "Phone_SoundSet_Default" })
end)

©2026 RE:CORD Development Group. All rights reserved.