[STANDALONE] [FREE] Server-Watermark via NUI


Photo Showcase: Imgur: The magic of the Internet

Information

Shows your logo at your position what you want.

Requirements

  • none

Features

  • easy editable
  • optimized

Support

Contact us via one of our communications
and we are open to help you as fast as possible!

Downloads

Download: Tebex
Download: GitHub
Download: lama_watermark.zip (369.2 KB)

It’s the first script by our new developer Leon :slight_smile:

7 Likes

Pretty basic script don’t understand why it needs onesync lol

i was thinking the same thing lmfao

This script doesn’t need one sync, remove it from the requirements.

What it basically does is that it tells fivem to display ui_page which points to the index.html and then displays the UI which you can’t control or use, but you can see it.

It was a misunderstanding from the developer of the script, we will remove the dependency tomorrow.

Thats so cool, I love seeing the creativity of the FiveM Community.

Cool script! But some of the players are seeing a scroll bar on the side of their screen

Hey we already know this error, we will fix it in the next patch.

1 Like

Hey,

it is a very nice script/idea, however the ui isnt optimized, that also caused some players to get a scrollbar. the position doesnt changes with the resolution, i made a fix for that:

<!DOCTYPE html>
<html lang='en'>
<head>
    <meta charset='UTF-8'>
    <title>Lama Studios</title>
    <style>
        .png {
            position: fixed;
            top: 45px;
            right: 45px;
            width: 2vw;
            max-width: 100px;
            min-width: 10px;
            border-radius: 5px;
            z-index: 9999;
        }
    </style>
    </head>

    <body>
        <img src="img/logo.png" class="png">
    </body>
</html>

As I discovered, the script is outdated. During testing, I noticed it needed improvements. I’ve already released one of these, but I’ve also improved a few other things. Because the original post was so old, I’ve re-uploaded the script to GitHub.