[Relsease] bm_vehicleshop

bm_vehicleshop

This dealership unlike others does not go with sql
Have easy config in the client
You can create more than one vehicle store

CHANGELOG 28/12/2020
Vehicles bug fixed

Preview
bm_vehicleshop.rar (3.6 KB)

12 Likes

Ameising bro, awesome script

1 Like

Amazing* Paleto

2 Likes

Github is for sharing source code, upload your code to github or attach the zip to the website. Other than that this looks great, keep it up!

1 Like

Yep, is better to upload directly the folder, if you upload the rar the people didn`t see the code!


How i can fix this error?

Guessing you are missing pNotify

You need add this to es_extended

es_extended/client/functions.lua

ESX.ShowFloatingHelpNotification = function(msg, coords)
AddTextEntry(‘esxFloatingHelpNotification’, msg)
SetFloatingHelpTextWorldPosition(1, coords)
SetFloatingHelpTextStyle(1, 1, 2, -1, 3, 0)
BeginTextCommandDisplayHelp(‘esxFloatingHelpNotification’)
EndTextCommandDisplayHelp(2, false, false, -1)
end

1 Like

just add the function to the bottom of you code instead

1 Like

what line would this go on and could you show an example? I’ve tried messing around with it and adding this function into the directory you listed but it wouldn’t work. The vehicles show up and everything is good. The notification just wont pop up and i cant buy the vehicle.

all the cars work show up but The notification just wont pop up and i cant buy the vehicle.

Same for me … Meh

i added it it shows up on the map but when you try to walk in you fall trough the map like there is nothiong inside\

My server can not run because of missing the “__resources.lua” file.

Whats is?

did you restart the script at all?

you need set in server cfg in the end line ->> restart bm_vehicleshop

does it for me and i even have it in server cfg to restart.

When the script is started and people are walking to the shop, the vehicle is in the air. But if the script is restarted and people are in the building. They are not floating

If I include that in the extended I get this error