[HELP] Image on server screen

How do I put this additional image underneath the server information? And also how do I change this information?
Gamy Type:
Map:
Address:
Players:

If anyone can help me, I am very grateful. Thank you.

I believe that has to do with FiveM elemental argentum

No, you don’t need argentum for this.

This is done by setting the following variable in your server.cfg

sets banner_detail "http://url.to/image.png"

To show a bannner during connecting
sets banner_connecting "http://url.to/image.png"

1 Like

Thanks, and these other server information? Where can I change this?

Gamy Type:
Map:
Address:
Players:

This can be changed in a __resource.lua using the syntax that can be found here:

This variable is set according to the map resource you use. For example fivem-map-hipster

https://github.com/citizenfx/cfx-server-data/tree/master/resources/fivem-map-hipster

This cannot be changed. It shows the IP address of your server

Players refers to the amount of current and maximum players (clients). You can increase the player amount to a maximum of 32 (sv_maxclients 32)

See http://docs.fivem.net/server/#server-cfg

1 Like

Thanks for your help. The default image size for banner_detail sets and banner_connecting sets. Can you tell me? The proportion in pixels? And another question of mine is: How do I change this information from the server and tb how do I add new ones? Such as: Discord, Works, Charges.

Thank you for your attention. @d0p3t

Hi, i saw your post and read @d0p3t reply and i found your awnser in the docs.fivem.net

To add " discord " or " empregos "
You use this:

# a comma-separated list of tags for your server
# for example: sets tags "drifting, cars, racing" or sets tags "roleplay, military, tanks"
sets tags "default"

Instead of placing " Tags " you replace with:
sets Discord " link of the discord you want to put "
and it’s the same with " empregos " which means " jobs "

I put it that way in the example. But it only appears the discord is functional. The job does not appear.

sets Discord “discord.gg/”"
sets Legal work “Fisherman, Mechanic, Uber, Bus Driver, Journalist, Miner, Lumberjack, Post Office”

How do I put the other options? thank you!

@Evolyck

Because you have two quotations. Also please use this quotation mark "

@truta12 he’s right.
I also tried to use sets legal work and didnt work, so i just put Work

Why i cant get this work? What should be the image size?

Anything you’d like. It automatically resizes the image.

Ehm so why its not workin for me?

I just put “sets banner_connecting “http://MYURL/image.png”” in cfg and there is no image :frowning:

How do i know the link to the image?

You have it hosted online somewhere?