[ad_1]
FiveM Modding Tutorial
Hey and welcome to my first How-To!
→ At the moment I’ll present you easy methods to set an exterior web site as a loading display!
- First you need to create a brand new folder in your “useful resource” folder! Then on this folder you need to create a “fxmanifest.lua” file! On this file you then insert the next content material:
fx_version "adamant"
recreation "gta5"
recordsdata {
'index.html',
}
loadscreen 'index.html'
- In the event you did that, now you need to create an “index.html” in the identical folder! Within the “index.html” file you now insert the next content material:
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="refresh" content material="0; url=[URL]">
</head>
</html>
- Now you simply have to switch the “[URL]” within the index.html with the hyperlink of the exterior web site! In case you have executed every thing proper, the exterior web site of your alternative ought to seem if you be part of!
→ Be at liberty to go away a remark in case you have any questions!
~KnifyDodo
[ad_2]
Unique supply: https://discussion board.cfx.re/t/how-to-set-an-external-website-as-loadingscreen/2634277