Simple Info Board

Hi, I just want to share this simple scoreboard to the community.
If ever I violated rules, just remove my post. Thank you…
Previews:



cd

If you want to use Global timer just add this to your robbery scripts where robbery started

Server:
local RobLocation = ‘Humane Labs’
TriggerEvent("_rc_news:PostNews", RobLocation)
or
TriggerEvent("_rc_news:PostNews", ‘Humane Labs’)

or on Client
Server:
local RobLocation = ‘Humane Labs’
TriggerServerEvent("_rc_news:PostNews", RobLocation)
or
TriggerServerEvent("_rc_news:PostNews", ‘Humane Labs’)

Also add this…

–before triggering robbery where control located (usually Press E located)

ESX.TriggerServerCallback(’_rc_news:CanStartRobbery’, function(CanRob)
if CanRob then
.
.
.
else
—notification that a cooldown is still on going
end
end)

You can change everything.

I just made it while learning more thing about scripting. I hope you like it…

Download
_rc_board.rar (110.8 KB)

9 Likes

Looks good

1 Like

Thank you sir…

Now this script is pretty cool, good job mate!

1 Like

nice scoreboard, but how i open it, because i dont find the code to open xD

1 Like

here sir…
Thank you

Hi, I forgot to mention adding this to your robbery scripts for global cooldown timer be useful.

–before triggering robbery where control located (usually Press E located)

ESX.TriggerServerCallback(’_rc_news:CanStartRobbery’, function(CanRob)
if CanRob then
.
.
.
else
—notification that a cooldown is still on going (just to inform citizen :slight_smile: )
end
end)

Thank you

Thank you sir

thank you xD i didnt saw it :kiss: