Fernando Rocha
Fernando Rocha
Social media links are a great addition! I don't think that in a first version, we will have servers serving the media files themselves. This is plenty of work imo...
I absolutely agree with showing the download size of the resources. I imagine it's a value that's already calculated by the server, it would be a matter of announcing it...
> > The number of resources and names are displayed in the FiveM server list. I wouldn't consider this useful for MTA players, but it could be used for statistics...
The server probably should only make a list of the resources that are running, for such a feature that would show them in the server browser.
Added social urls, removed icon/banner image URLs for now. This is not a necessery feature yet
Haha who cares, the Facebook comment in "e.g." is just a suggestion. I added 3 social URLs that can be filled with any URLs that servers desire, MTA server browser...
Reminder that setRuleValue gives servers the freedom of setting any values for any keys, without any validation. It can remain like that. The server browser UI will be responsible for...
The current implementation in c++ (setRuleValue) limits key/value strings to 200 characters: https://github.com/multitheftauto/mtasa-blue/blob/a550bbfff308eea5a41950a3342d11a55814663f/Server/mods/deathmatch/logic/ASE.h#L39 I have documented this limit in the wiki now
I made the server load the rules defined in mtaserver.conf into the ASE, applying the same method that Lua function setRuleValue uses. Result successful: ```console opengsq ase --host 127.0.0.1 --port...
Accepting reviews, as I've written c++ code to make the rules load into the ASE on startup, concluding this feature IMO