Hello,
I am having an issue getting this script to work.
I have followed the instructions and when in game I can see Walker Logistics in the map. And when I get there, there is a yellow marker near the locker. I enter the cloakroom and choose the trucker outfit and nothing happens.
Also the sql file shows this esx_truckerjob_joblisting.sql .. but that script does not have a CREATE table for job_listing. Whats its purpose? And which file calls this database entry?
I have created the table for it.
Lastly is there going to be a english version of this? as google translate doesnt quite work on things like
Rendre le camion - this shows to be Make The Truck which makes no sense.
I do not have any errors at all.
Thanks
Aaron
I am going to close this issue down as I have just realised that I was installing the wrong script... D'oh!!
I see it all works and theres even an english version :) :)
Thank you for the good work, keep it up!
Hello, I am having an issue getting this script to work. I have followed the instructions and when in game I can see Walker Logistics in the map. And when I get there, there is a yellow marker near the locker. I enter the cloakroom and choose the trucker outfit and nothing happens. Also the sql file shows this esx_truckerjob_joblisting.sql .. but that script does not have a CREATE table for job_listing. Whats its purpose? And which file calls this database entry? I have created the table for it.
-- -- Contenu de la table
job_listing
INSERT INTO
job_listing
(id
,job_name
,grade
,max
) VALUES (8, 'trucker', 0, -1);Lastly is there going to be a english version of this? as google translate doesnt quite work on things like Rendre le camion - this shows to be Make The Truck which makes no sense. I do not have any errors at all. Thanks Aaron