Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/juliuswadskov/template-fivem-server

Template FiveM Server lavet på ImagicTheCat's vRP
https://github.com/juliuswadskov/template-fivem-server

Last synced: about 1 month ago
JSON representation

Template FiveM Server lavet på ImagicTheCat's vRP

Awesome Lists containing this project

README

        

# Template FiveM Server
Under udvikling (version: 21.4.25)

# Ting du skal gøre før du starter serveren
- Du skal lave en fil der hedder `secret.cfg` og skrive det her
```cfg
# Steam Web API key, if you want to use Steam authentication (https://steamcommunity.com/dev/apikey)
# -> replace "" with the key
set steam_webApiKey "" # Din steam api key

# License key for your server (https://keymaster.fivem.net)
sv_licenseKey changeme # Din license key
```