[DISCONTINUED] esx-kr-advanced-shops

sure ill pm you now

little question. would it be possible to make the non purchased shops still able to sell stuff like in esx_shops? i dont know how to script but that would be very nice…

I guess you could just have admin owned shops to start and once people actually have money to buy the shops them selves you take the admin shops out.

I want to add items to limit we have limit in sql item but you can buy morefrom market is there any snippets about this ??

1 Like

Soo hello… Well on widows we had no problems with the script…
Now we moved because security issue to Debian… :wink:

When i start the server well i get this on your script

So yea how to fix it…
And i used Fresh files… and just redownloaded the script to see if there was anything wrong with my editing… but na even when i download YOUR FILES FROM GITHUB
i get this

Hi.

Actually I fixed the script.
It seems the new version of fivem will get an error with custom fonts.

    
resource_manifest_version '44febabe-d386-4d18-afbe-5e627f4af937'

ui_page('html/index.html') 

files({
  'html/index.html',
  'html/script.js',
  'html/style.css',
	'html/img/burger.png',
	'html/img/bottle.png',
  'html/font/vibes.ttf',
  'html/img/box.png',
	'html/img/carticon.png',
})

client_scripts {
  'config.lua',
  'client/main.lua',
  '@es_extended/locale.lua',
  'locales/en.lua',
  'locales/fr.lua',	
  'locales/sv.lua',
}

server_scripts {
  'config.lua',
  'server/main.lua',
  '@mysql-async/lib/MySQL.lua'
}

TO

resource_manifest_version '44febabe-d386-4d18-afbe-5e627f4af937'

ui_page('html/index.html') 

files({
  'html/index.html',
  'html/script.js',
  'html/style.css',
	'html/img/burger.png',
	'html/img/bottle.png',
  'html/img/box.png',
	'html/img/carticon.png',
})

client_scripts {
  'config.lua',
  'client/main.lua',
  '@es_extended/locale.lua',
  'locales/en.lua',
  'locales/fr.lua',	
  'locales/sv.lua',
}

server_scripts {
  'config.lua',
  'server/main.lua',
  '@mysql-async/lib/MySQL.lua'
}

This fix is for the people what are using LINUX VERSION
It seems weird, but for me actually works.

1 Like

lol thanks it worked

i dont get this error, do you have the bahamamama ipl installed also?

No, but can that be the problem ?

not 100% but worth a try, i personally use - fiveM-ipl to add most of the missing buildings from dlc

Ok, I will try. Thx :smile:

Not working :frowning:

Try my fix : [Release] esx-kr-advanced-shops - Next generation shop script (Robbery included) (NUI)

No :frowning:

Hello. Great script. although, the robberies are not working properly.

This is how it looks when we trying to rob

And it wont do anything then just sit there, and we try and interrupt and shoot the little vault but no indicator on how much % is left of the safe to break open.

Hey, i got this fixed by using this at line 868;

TriggerServerEvent(‘esx_addons_gcphone:startCall’, “police”, "Robbery in progress " … result.name … ‘!’, coords)

This sends the police a text message with “Robbery in Progress” with coords.

What resolution did u make the images?

200x200 same as the original images I believe

This is really weird, but it did work. How come linux just stopped working with the font…