Code Monkey home page Code Monkey logo

fivemvale's Introduction

FivemVale

-Valet service is only used for vehicles and motorcycles

Config File (Release version is Turkish)

{
  "ValePrice": 5000, /* Valet Price */
  "FastValePrice": 5000, /* Fast Valet Price */
  "MenuToggleKey": 246, /* Menu Key Value currently Y */
  "PaymentMethod": "bank", /* Payment type if you want cash write money */
  "FastValeService": true, /* Fast Valet Active or Passive true/false */
  "LockVehicle": false, /* Do you want to lock spawned car */
  "Locales": {
    "MenuTitle": "Valet Service",
    "MenuSubTitle": "We are ready for special service for you",
    "NoCarGarage": "You have no vehicles in the garage.",
    "StoredTextNotReady": "Plate Vehicle in the State Garage",
    "StoredTextReady": "Plate Vehicle is Ready in the Garage",
    "WhileTransferFailing": "Location information is not verified.",
    "ComplateText": "Your vehicle has been delivered.",
    "ValeAldreadyUsingError": "You have an active valet service.",
    "ValeCannotUsingThisPos": "Sorry, no car service to your area",
    "ValeOnTheWay": "Car on the way !",
    "ValePaidedText": "Valet money paid!",
    "FastValeCheckBoxName": "Fast Valet",
    "FastValeCheckBoxDescName": "These Option Tools deliver it to you faster.",
    "NotEnoughMoney": "Not enough money!",
    "CarBrokenError": "Reimbursed for Damaged Vehicle!",
    "AbortJobTitle": "Cancel",
    "AbortJob": "Cancels the current valet service",
    "AbortJobError": "Valet Service Canceled!"
  }
}

Videos

Valet Service #1

Fast Valet Service #1

Installation

Download the latest version from the release section

Add your resources folder the file you downloaded

Change the config file

and then start the v_vale script

Required:

es_extended esx_advancedgarage

  • Why do i have to use it ESX_ADNVANCEDGARAGE
    if you don't want to use, Change the following in the code
TriggerServerEvent("esx_advancedgarage:setVehicleState", v.vehicle.plate, false);//370 Line in Vale/Main.cs
TriggerServerEvent("esx_advancedgarage:setVehicleState", v.vehicle.plate, false); //421 Line in Vale/Main.cs
TriggerServerEvent("esx_advancedgarage:setVehicleState", plate, true); //319 Line in Vale/Main.cs
ESX.TriggerServerCallback("esx_advancedgarage:getOwnedCars", new Action<dynamic>(ownedCars => //75 Line in Vale/Main.cs

Problems

Sometimes Newtonsoft.Json.dll giving error or doesn't work, if you have a problem with Newtonsoft.Json.dll use vMenu Newtonsoft.Json.dll

Sometimes the doors of the vehicle in the valet service do not open

fivemvale's People

Contributors

berkpekatik avatar

Watchers

James Cloos avatar  avatar

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.