Git Product home page Git Product logo

mh-drivingteacherjob's People

Contributors

madhouse79 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

mh-drivingteacherjob's Issues

Metadata

Isnt there any metadata for qb-cityhall? Since when you take out a new drivers license it says "Class C" yada yada yada.

Hello, is it possible to solve this?

[resources:mh-driving] Warning: could not find file data/**/*.xml (defined in fxmanifest.lua:33)
[resources:mh-driving] Warning: could not find file data/**/*.dat (defined in fxmanifest.lua:33)
[resources:mh-driving] Warning: could not find file data/**/*.ytyp (defined in fxmanifest.lua:33)
[resources:mh-driving] Warning: could not find file data/**/*.cs (defined in fxmanifest.lua:33)

Erro qb-radialmenu

Hello friend I'm loving your script I just have a problem this code is appearing.

[script:qb-radialmenu] Error parsing script @qb-radialmenu/config.lua in resource qb-radialmenu: @qb-radialmenu/config.lua:730: '}' expected (to close '{' at line 480) near '['

Can you tell me how to solve?

Error in script mh-drivingteacherjob/client/main.lua

On new instaled qb-core default server today .
I set everything up as in the manual, but there is a problem with creating the garage.

CreateThread(function()
while true do
if LocalPlayer.state.isLoggedIn then
local ped = PlayerPedId()
local pos = GetEntityCoords(ped)
local isPointInside = garageCombo:isPointInside(pos)
if QBCore.Functions.GetPlayerData().job.name == 'drivingteacher' and QBCore.Functions.GetPlayerData().job.onduty then
if isPointInside then
if IsPedInAnyVehicle(ped, false) then
exports['qb-core']:DrawText(Lang:t('menu.park_vehicle'))
else
exports['qb-core']:DrawText(Lang:t('menu.open_garage'))
end
isInside = true
else
if isInside then exports['qb-core']:HideText() end
isInside = false
end
end
end
Wait(1000)
end
end)

image

it seems like it has a problem when creating garages

newly installed qb-core server only with that script. I get that error, have you encountered such an error?

my server is on linux

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.