[RELEASE] Script GIF logo in the screen

This reportosy inserts your gif in the upper left part of the screen

You can modify this resource as you wish :wink:

Download & Installation
Using Git

cd resources
git clone https://github.com/TheWestCityRP/gif_logo

Manually

Installation

  • Add this to your server.cfg:
start gif_logo

Feel free to give feedback.

8 Likes

Hey dude, could you share with us any preview please ? thx for your work and time.

4 Likes

Preview?

i donโ€™t think its standalone script because i see a cover:display event but i dont see any Handler for it in script! am i looking wrong?

1 Like

its a fivem native i think

1 Like

preview for the lazy people tnx

  • This is the preview image.

https://imgur.com/Nnc8SLk

If you wish, I can make custom scripts for ESX.
Contact me in private :wink:

sorry to break it to you, but thatโ€™s an image not a gif

LOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOL ffs made me almost download it as well

How to put the logo on the center?

Hai Nice Release , But There is a problem that , different resolution displayed players enters the server they will be seeing a scrollboard in the screen so to avoid that edit your index.html file
and under style command , make sure to add
body {

height: 5000px; /* Make this site really long */

width: 5000px; /* Make this site really wide */

overflow: hidden; /* Hide scrollbars *

For avoiding the scrollbar option and its so irritating , thank you

For players who want their logo in the side of display may face a scrollboard popping up on the screen , so you can avoid it by adding extra codes in index.html
it is under style syntax
add :
body {

height: 5000px; /* Make this site really long */

width: 5000px; /* Make this site really wide */

overflow: hidden; /* Hide scrollbars *

This can fix the problem

1 Like

how do you add it to the bottom right of the screen

I make a Logo with adope,how i convert it to png? Or how you did it?

nice and thanks :slight_smile:

2 Likes

Hi, to export it to PNG from Adobe Photoshop follow these steps:

"File" -> "Save with name".

In "Save as:" select "PNG" and then click on "Save".

Or

"File" -> "Export" -> "Quick export as PNG"

I hope to be proved helpful :wink:

thats nice!! tnx man!!