[HELP] Ped Shop in Ox_Inventory don't work

Hello, i try to put ped in my shop but he doesn’t work

return {
	General = {
		name = 'Shop',
		blip = {
			id = 59, colour = 0, scale = 0.8
		}, inventory = {
			{ name = 'burger', price = 10 },
			{ name = 'water', price = 10 },
			{ name = 'bmx', price = 1000 },
		},-- locations = {
			--vec3(-1618.11,185.77, 60.25), },
		 targets = {
			--{ loc = vec3(-1618.11, 185.77, 60.25), length = 0.7, width = 0.5, heading = 0.0, minZ = 29.5, maxZ = 29.9, distance = 1.5 },
			 -- Shop using a ped
			 {
                ped = 'a_m_m_skidrow_01',
                scenario = 'WORLD_HUMAN_AA_COFFEE',
                loc = vec3(-1618.11, 185.77, 60.25),
                heading = 99.21,
				distance = 2.0,
            },
		}
	},```

use ` instead of ’

ped = `a_m_m_skidrow_01`,

Hey ! ty for the reply, but i have already try with ` and i have the same issue. I just retested :confused:

Set this in my server.cfg & ok

setr inventory:target true
1 Like

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