Skip to content

jaylogi/esx_trucker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

esx_trucker

Ported version from https://www.gta5-mods.com/scripts/trucking-job-lua to FiveReborn https://github.com/schneehaze/Fivem_TruckerJob to https://github.com/jaylogi/esx_trucker

######### THIS IS NOT A FINAL RELEASE #########

If you want to try it out: Don't forget to put "esx_trucker" into your server.cfg"

Have fun.

v0.4

  • Requires es_extended and mysql-async for payouts to database
  • Mission Text added into scripting
  • Better destinations
  • Changed trucking company start location
  • Realistic job payouts
  • Added missions
  • Player no longer warps into truck upon spawn

v0.3

  • bugfixes
  • corrections
  • navigation approvement
  • truck disappears after finishing the job
  • blips fixed
  • visual money (not implemented yet)

v0.22

  • guarantee that trailer and truck is loaded, before spawn
  • small bugfixes

v0.21

RegisterNetEvent("BASE:missiontext") AddEventHandler("BASE:missiontext", function(text, time) ClearPrints() SetTextEntry_2("STRING") AddTextComponentString(text) DrawSubtitleTimed(time, 1) end)

v0.2

  • refactored code
  • it's working now, haha
  • if have arrived the destination, you can detach the trailer and gain money (mission complete)
  • no hardcoded locations (only in the very begining)

v0.1

  • spawn trucks

  • spawn trailers via menu

  • markers are visible

  • markers are getting invisible

  • Jesus is KING!

About

A simple trucker job

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages