🚌|-FIVEM-| [GER] ESX REISEBUSFAHRER JOB + EINSTELLUNGEN| FREE |-FIVEM-|🚌
Exclusive FiveM Scripts
Willkommen, heute stelle ich die einen Reisebusfahrer Job, es ist ganz einfach gebaut.
Du gehst OnDuty fährt eine Strecke ab mit den Passagieren, und am ende fährst du wieder zu Firma und stellst den Bus ab.
Sprache: Deutsch
Download: esx_busjob.rar
Unter --> esx_busjob --> conifg.lua können wir folgendes einstellen:
OnDuty gehen
Code
DutyPos = {
{x=-1070.91, y=-2003.52, z=15.79},
Bus Spawn Positionen
Code
SpawnBus = {
{x=-1062.2, y=-2009.21, h=134.62, z=13.99}, -- 4. Location •
{x=-1058.45, y=-2012.96, h=134.62, z=13.99}, -- 3. Location x
{x=-1051.18, y=-2020.21, h=134.63, z=13.99}, -- Secondary Location x
{x=-1047.397, y=-2023.994, h=134.63, z=13.99}, -- First Location x
Uniform Teile
Code
Config.JobUniforms = {
male = {
['sex'] = 0,
['tshirt_1'] = 15, ['tshirt_2'] = 0,
['torso_1'] = 13, ['torso_2'] = 0,
['decals_1'] = 0, ['decals_2'] = 0,
['arms'] = 11,
['pants_1'] = 10, ['pants_2'] = 0,
['shoes_1'] = 21, ['shoes_2'] = 0,
['helmet_1'] = -1, ['helmet_2'] = 0,
['chain_1'] = 12, ['chain_2'] = 2,
['ears_1'] = -1, ['ears_2'] = 0
},
female = {
['sex'] = 1,
['tshirt_1'] = 15, ['tshirt_2'] = 0,
['torso_1'] = 27, ['torso_2'] = 0,
['decals_1'] = 0, ['decals_2'] = 0,
['arms'] = 0,
['pants_1'] = 6, ['pants_2'] = 0,
['shoes_1'] = 13, ['shoes_2'] = 0,
['helmet_1'] = -1, ['helmet_2'] = 0,
['chain_1'] = 0, ['chain_2'] = 0,
['ears_1'] = -1, ['ears_2'] = 0
}
}
- Wir packen esx_busjob auf unseren Server unter "resources"
- Wir schreiben in der server.cfg start esx_busjob.
- Wir laden die Datenbank auf unseren MYSQL Server hoch "usersbusjob"
Viel Spaß mit deinem Job