Locking MLO trough fivem license

Hi there, how is it possilbe to lock my MLO´s, i know somehow trough tebex but actually i dont know anything about it, just heard of it and wanted to ask how to set this up. :slight_smile:

1 Like

You can find more information on the FiveM Asset Escrow System, Here

1 Like

ok thank you :slight_smile:

doesnt work, “there´s no ressource”, but there is … somehow asset upload doesnt recognize it

1 Like

make sure you are zipping all the files into a zip and not into a folder within a zip, also make sure your resource manifest is correctly setup

aaaah ok thats my problem, may tegridy be with you.

1 Like

wow still no ressource -_- xD

wait wich ressource manifest ?

you need to have a fxmanifest.lua in your resource.

grafik

the __resource.lua isn’t support anymore I believe, I would highly recommend using a fxmanifest.lua, you can find more information on this here.

sooo should i just copy this ? sorry im little bit stumped :smiley: thanks for your help, im searching about 2 weeks now xD

is there a creator for this stuff ? or do i need to get educated to unterstand this magic wonder ? xD

i mean how do i create one…

sorry for broken english, im german xD

you just create a simple text file but save it as fxmanifest.lua, iv added an example of the file below.

fx_version 'adamant'
game 'gta5' 


client_script 'client.lua'
server_script 'server.lua'
1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.