Description
Chop Shop Script | Allows players to chop vehicles at a location for parts and money. The list of the vehicles will change every 30 minutes. Higher class of the vehicles longer time it takes to chop as well as more rewards.
Thank you for the release and all the work you put into it.
Unfortunately it just doesn’t work for me.I have it as “ensure SB-ChopShop” within my server.cfg and the text doesn’t show up at the location. Restarting it makes it show up so I know im in the right location anyways aside from TP’ing to be sure.
I’ve tried TP’ing far away and driving, tried TP’ing to the location and restarting the resource gives no errors. Just makes the text appear but it shows for every vehicle.
Don’t get any errors indicating an issue and Mythic Progress bar is fine.
Ill try to troubleshoot it more later and see if I can narrow down whats going on.
Everything works fine, went to the marker got one of the cars from /choplist and it just doesn’t do anything - no errors are being thrown either, “Press E to chop vehicle” then it just doesn’t do anything…
From my testing it’s the if hash == GetHashKey(Config.ChopExtreme[1]) or hash == GetHashKey(Config.ChopExtreme[2]) or hash == GetHashKey(Config.ChopExtreme[3]) or hash == GetHashKey(Config.ChopExtreme[4]) or hash == GetHashKey(Config.ChopExtreme[5]) then
which is actually causing the problem.
If I remove this if statement it will work but then it does not check if your vehicle is on the list.