Tutorials
Help for Config.Shop settings
{ modelOrPosOrPed = 'v_ret_247_lotterysign', -- model (like v_ret_247_lotterysign or v_ret_247_lottery) or position !!vec3 only!! or ped settings // if you want use target system, you can add target on model here, you can use position too, for no target it will be only position itemSettings = { item = 'scratch_card', -- item which will be given to player count = 1, -- count of how many items will be given to player price = 60, -- price for buyable item } }{ modelOrPosOrPed = vec3(0, 0, 0), -- model (like v_ret_247_lotterysign or v_ret_247_lottery) or position !!vec3 only!! or ped settings // if you want use target system, you can add target on model here, you can use position too, for no target it will be only position itemSettings = { item = 'scratch_card', -- item which will be given to player count = 1, -- count of how many items will be given to player price = 60, -- price for buyable item } }{ modelOrPosOrPed = { model = 'model_of_ped', position = {x = 0, y = 0, z = 0, h = 0} }, -- model (like v_ret_247_lotterysign or v_ret_247_lottery) or position !!vec3 only!! or ped settings // if you want use target system, you can add target on model here, you can use position too, for no target it will be only position itemSettings = { item = 'scratch_card', -- item which will be given to player count = 1, -- count of how many items will be given to player price = 60, -- price for buyable item } }
Make your own unique design
Change title of scratch card
Last updated