went through singleplayer with menyoo, I got the hash for the smashed glass jsut not the name, hash is-0xa8641be2
I actually have another issue. People robbing the store with a jerry can. Thats a problem. Anyone know how to fix it?
You can do something like this:
if IsPedArmed(PlayerPedId(), 4) then
-- start robbery
end
instead of:
if IsPedShooting(PlayerPedId()) then
-- start robbery
end
This will trigger the robbery if the player is armed with a weapon, not melee weapons or explosive ones. Its wont trigger if your shooting.
Hello or put code?
Thank you <3, worked perfectly
Does anybody have an example on how to add items, i have some idea but dont want to screw it up lol
hi we have a problem where if they start the robbery and steal on case and cancel they still selling jewls for 1.5 k
any idea on how to fix?
does anyone know the coords and name for the office door?
Hi! I have a problem. My textures not loading in jewelry store. I have alreaady tried to clear my cache and also a server cache. Can anyone help?
How can i make the vitrines visible for more than one person?
how to disable alarm for permanent plz tell
Is there an easy way to slow the animation down to make the robbery take a bit longer?
did you ever figure out how to add items? Iâve been trying, and itâs not working.
How do I add so just not the one that shoots can loot. Itâs weird if itâs five persons robbing the store and only one can loot.
Check the number in your inventory. It will continue to sell until you donât have enough to sell, in other words, youâll have to keep pressing E to sell them. Check your inventory to see how many you have left.
Hope this helps.
In the config.lua I changed the following code from:
Config.MaxJewelsSell = 20
to
Config.MaxJewelsSell = 1
In order to sell all jewels on person.
I donât get jewelry when I do the robbery, it says that I get them but I donât get them in my inventory
I dont get the jewels period how can I fix this?
Hi, I really like your script so far but it is not adding any jewels to my inventory. A fix would be great
same here⌠its letting me rob the cases but im not getting anything the
INSERT INTO items
(name, label, weight
) VALUES
(âjewelsâ, âJewelsâ, 1)
;
Dont work at all when trying to put it in the db