Skip to content

abdullasadi/Kael-Street-Beggar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

street_bagger-01

FiveM Street Begging Made By Kael Scripts

Dependencies

Preview

INSTALL

Add the item images to your inventory script

  • [qb] > qb-inventory > html > images

QBShared Items

[qb] > qb-core > shared > items.lua

	-- Kael beggar
    ['begging_box']                  = {['name'] = 'begging_box',                         ['label'] = 'Begging Box',             ['weight'] = 1000,         ['type'] = 'item',         ['image'] = 'begging_box.png',             ['unique'] = true,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'A box for begging money!'},
    ['begging_guitar']               = {['name'] = 'begging_guitar',                      ['label'] = 'Begging Guitar',          ['weight'] = 1000,         ['type'] = 'item',         ['image'] = 'begging_guitar.png',          ['unique'] = true,         ['useable'] = false,    ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'A musical guitar!'},

Join With Us

More Scripts From Kael Scripts

About

FiveM Street Begging Script

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages