diff --git a/_resources/esx_taxijob/.editorconfig b/_resources/esx_taxijob/.editorconfig
new file mode 100644
index 00000000..9b425256
--- /dev/null
+++ b/_resources/esx_taxijob/.editorconfig
@@ -0,0 +1,9 @@
+root = true
+
+[*]
+indent_size = 4
+indent_style = tab
+end_of_line = crlf
+charset = utf-8
+trim_trailing_whitespace = true
+insert_final_newline = true
\ No newline at end of file
diff --git a/_resources/esx_taxijob/LICENSE b/_resources/esx_taxijob/LICENSE
new file mode 100644
index 00000000..4d837ce0
--- /dev/null
+++ b/_resources/esx_taxijob/LICENSE
@@ -0,0 +1,674 @@
+ GNU GENERAL PUBLIC LICENSE
+ Version 3, 29 June 2007
+
+ Copyright (C) 2007 Free Software Foundation, Inc.
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+ Preamble
+
+ The GNU General Public License is a free, copyleft license for
+software and other kinds of works.
+
+ The licenses for most software and other practical works are designed
+to take away your freedom to share and change the works. By contrast,
+the GNU General Public License is intended to guarantee your freedom to
+share and change all versions of a program--to make sure it remains free
+software for all its users. We, the Free Software Foundation, use the
+GNU General Public License for most of our software; it applies also to
+any other work released this way by its authors. You can apply it to
+your programs, too.
+
+ When we speak of free software, we are referring to freedom, not
+price. Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+them if you wish), that you receive source code or can get it if you
+want it, that you can change the software or use pieces of it in new
+free programs, and that you know you can do these things.
+
+ To protect your rights, we need to prevent others from denying you
+these rights or asking you to surrender the rights. Therefore, you have
+certain responsibilities if you distribute copies of the software, or if
+you modify it: responsibilities to respect the freedom of others.
+
+ For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must pass on to the recipients the same
+freedoms that you received. You must make sure that they, too, receive
+or can get the source code. And you must show them these terms so they
+know their rights.
+
+ Developers that use the GNU GPL protect your rights with two steps:
+(1) assert copyright on the software, and (2) offer you this License
+giving you legal permission to copy, distribute and/or modify it.
+
+ For the developers' and authors' protection, the GPL clearly explains
+that there is no warranty for this free software. For both users' and
+authors' sake, the GPL requires that modified versions be marked as
+changed, so that their problems will not be attributed erroneously to
+authors of previous versions.
+
+ Some devices are designed to deny users access to install or run
+modified versions of the software inside them, although the manufacturer
+can do so. This is fundamentally incompatible with the aim of
+protecting users' freedom to change the software. The systematic
+pattern of such abuse occurs in the area of products for individuals to
+use, which is precisely where it is most unacceptable. Therefore, we
+have designed this version of the GPL to prohibit the practice for those
+products. If such problems arise substantially in other domains, we
+stand ready to extend this provision to those domains in future versions
+of the GPL, as needed to protect the freedom of users.
+
+ Finally, every program is threatened constantly by software patents.
+States should not allow patents to restrict development and use of
+software on general-purpose computers, but in those that do, we wish to
+avoid the special danger that patents applied to a free program could
+make it effectively proprietary. To prevent this, the GPL assures that
+patents cannot be used to render the program non-free.
+
+ The precise terms and conditions for copying, distribution and
+modification follow.
+
+ TERMS AND CONDITIONS
+
+ 0. Definitions.
+
+ "This License" refers to version 3 of the GNU General Public License.
+
+ "Copyright" also means copyright-like laws that apply to other kinds of
+works, such as semiconductor masks.
+
+ "The Program" refers to any copyrightable work licensed under this
+License. Each licensee is addressed as "you". "Licensees" and
+"recipients" may be individuals or organizations.
+
+ To "modify" a work means to copy from or adapt all or part of the work
+in a fashion requiring copyright permission, other than the making of an
+exact copy. The resulting work is called a "modified version" of the
+earlier work or a work "based on" the earlier work.
+
+ A "covered work" means either the unmodified Program or a work based
+on the Program.
+
+ To "propagate" a work means to do anything with it that, without
+permission, would make you directly or secondarily liable for
+infringement under applicable copyright law, except executing it on a
+computer or modifying a private copy. Propagation includes copying,
+distribution (with or without modification), making available to the
+public, and in some countries other activities as well.
+
+ To "convey" a work means any kind of propagation that enables other
+parties to make or receive copies. Mere interaction with a user through
+a computer network, with no transfer of a copy, is not conveying.
+
+ An interactive user interface displays "Appropriate Legal Notices"
+to the extent that it includes a convenient and prominently visible
+feature that (1) displays an appropriate copyright notice, and (2)
+tells the user that there is no warranty for the work (except to the
+extent that warranties are provided), that licensees may convey the
+work under this License, and how to view a copy of this License. If
+the interface presents a list of user commands or options, such as a
+menu, a prominent item in the list meets this criterion.
+
+ 1. Source Code.
+
+ The "source code" for a work means the preferred form of the work
+for making modifications to it. "Object code" means any non-source
+form of a work.
+
+ A "Standard Interface" means an interface that either is an official
+standard defined by a recognized standards body, or, in the case of
+interfaces specified for a particular programming language, one that
+is widely used among developers working in that language.
+
+ The "System Libraries" of an executable work include anything, other
+than the work as a whole, that (a) is included in the normal form of
+packaging a Major Component, but which is not part of that Major
+Component, and (b) serves only to enable use of the work with that
+Major Component, or to implement a Standard Interface for which an
+implementation is available to the public in source code form. A
+"Major Component", in this context, means a major essential component
+(kernel, window system, and so on) of the specific operating system
+(if any) on which the executable work runs, or a compiler used to
+produce the work, or an object code interpreter used to run it.
+
+ The "Corresponding Source" for a work in object code form means all
+the source code needed to generate, install, and (for an executable
+work) run the object code and to modify the work, including scripts to
+control those activities. However, it does not include the work's
+System Libraries, or general-purpose tools or generally available free
+programs which are used unmodified in performing those activities but
+which are not part of the work. For example, Corresponding Source
+includes interface definition files associated with source files for
+the work, and the source code for shared libraries and dynamically
+linked subprograms that the work is specifically designed to require,
+such as by intimate data communication or control flow between those
+subprograms and other parts of the work.
+
+ The Corresponding Source need not include anything that users
+can regenerate automatically from other parts of the Corresponding
+Source.
+
+ The Corresponding Source for a work in source code form is that
+same work.
+
+ 2. Basic Permissions.
+
+ All rights granted under this License are granted for the term of
+copyright on the Program, and are irrevocable provided the stated
+conditions are met. This License explicitly affirms your unlimited
+permission to run the unmodified Program. The output from running a
+covered work is covered by this License only if the output, given its
+content, constitutes a covered work. This License acknowledges your
+rights of fair use or other equivalent, as provided by copyright law.
+
+ You may make, run and propagate covered works that you do not
+convey, without conditions so long as your license otherwise remains
+in force. You may convey covered works to others for the sole purpose
+of having them make modifications exclusively for you, or provide you
+with facilities for running those works, provided that you comply with
+the terms of this License in conveying all material for which you do
+not control copyright. Those thus making or running the covered works
+for you must do so exclusively on your behalf, under your direction
+and control, on terms that prohibit them from making any copies of
+your copyrighted material outside their relationship with you.
+
+ Conveying under any other circumstances is permitted solely under
+the conditions stated below. Sublicensing is not allowed; section 10
+makes it unnecessary.
+
+ 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
+
+ No covered work shall be deemed part of an effective technological
+measure under any applicable law fulfilling obligations under article
+11 of the WIPO copyright treaty adopted on 20 December 1996, or
+similar laws prohibiting or restricting circumvention of such
+measures.
+
+ When you convey a covered work, you waive any legal power to forbid
+circumvention of technological measures to the extent such circumvention
+is effected by exercising rights under this License with respect to
+the covered work, and you disclaim any intention to limit operation or
+modification of the work as a means of enforcing, against the work's
+users, your or third parties' legal rights to forbid circumvention of
+technological measures.
+
+ 4. Conveying Verbatim Copies.
+
+ You may convey verbatim copies of the Program's source code as you
+receive it, in any medium, provided that you conspicuously and
+appropriately publish on each copy an appropriate copyright notice;
+keep intact all notices stating that this License and any
+non-permissive terms added in accord with section 7 apply to the code;
+keep intact all notices of the absence of any warranty; and give all
+recipients a copy of this License along with the Program.
+
+ You may charge any price or no price for each copy that you convey,
+and you may offer support or warranty protection for a fee.
+
+ 5. Conveying Modified Source Versions.
+
+ You may convey a work based on the Program, or the modifications to
+produce it from the Program, in the form of source code under the
+terms of section 4, provided that you also meet all of these conditions:
+
+ a) The work must carry prominent notices stating that you modified
+ it, and giving a relevant date.
+
+ b) The work must carry prominent notices stating that it is
+ released under this License and any conditions added under section
+ 7. This requirement modifies the requirement in section 4 to
+ "keep intact all notices".
+
+ c) You must license the entire work, as a whole, under this
+ License to anyone who comes into possession of a copy. This
+ License will therefore apply, along with any applicable section 7
+ additional terms, to the whole of the work, and all its parts,
+ regardless of how they are packaged. This License gives no
+ permission to license the work in any other way, but it does not
+ invalidate such permission if you have separately received it.
+
+ d) If the work has interactive user interfaces, each must display
+ Appropriate Legal Notices; however, if the Program has interactive
+ interfaces that do not display Appropriate Legal Notices, your
+ work need not make them do so.
+
+ A compilation of a covered work with other separate and independent
+works, which are not by their nature extensions of the covered work,
+and which are not combined with it such as to form a larger program,
+in or on a volume of a storage or distribution medium, is called an
+"aggregate" if the compilation and its resulting copyright are not
+used to limit the access or legal rights of the compilation's users
+beyond what the individual works permit. Inclusion of a covered work
+in an aggregate does not cause this License to apply to the other
+parts of the aggregate.
+
+ 6. Conveying Non-Source Forms.
+
+ You may convey a covered work in object code form under the terms
+of sections 4 and 5, provided that you also convey the
+machine-readable Corresponding Source under the terms of this License,
+in one of these ways:
+
+ a) Convey the object code in, or embodied in, a physical product
+ (including a physical distribution medium), accompanied by the
+ Corresponding Source fixed on a durable physical medium
+ customarily used for software interchange.
+
+ b) Convey the object code in, or embodied in, a physical product
+ (including a physical distribution medium), accompanied by a
+ written offer, valid for at least three years and valid for as
+ long as you offer spare parts or customer support for that product
+ model, to give anyone who possesses the object code either (1) a
+ copy of the Corresponding Source for all the software in the
+ product that is covered by this License, on a durable physical
+ medium customarily used for software interchange, for a price no
+ more than your reasonable cost of physically performing this
+ conveying of source, or (2) access to copy the
+ Corresponding Source from a network server at no charge.
+
+ c) Convey individual copies of the object code with a copy of the
+ written offer to provide the Corresponding Source. This
+ alternative is allowed only occasionally and noncommercially, and
+ only if you received the object code with such an offer, in accord
+ with subsection 6b.
+
+ d) Convey the object code by offering access from a designated
+ place (gratis or for a charge), and offer equivalent access to the
+ Corresponding Source in the same way through the same place at no
+ further charge. You need not require recipients to copy the
+ Corresponding Source along with the object code. If the place to
+ copy the object code is a network server, the Corresponding Source
+ may be on a different server (operated by you or a third party)
+ that supports equivalent copying facilities, provided you maintain
+ clear directions next to the object code saying where to find the
+ Corresponding Source. Regardless of what server hosts the
+ Corresponding Source, you remain obligated to ensure that it is
+ available for as long as needed to satisfy these requirements.
+
+ e) Convey the object code using peer-to-peer transmission, provided
+ you inform other peers where the object code and Corresponding
+ Source of the work are being offered to the general public at no
+ charge under subsection 6d.
+
+ A separable portion of the object code, whose source code is excluded
+from the Corresponding Source as a System Library, need not be
+included in conveying the object code work.
+
+ A "User Product" is either (1) a "consumer product", which means any
+tangible personal property which is normally used for personal, family,
+or household purposes, or (2) anything designed or sold for incorporation
+into a dwelling. In determining whether a product is a consumer product,
+doubtful cases shall be resolved in favor of coverage. For a particular
+product received by a particular user, "normally used" refers to a
+typical or common use of that class of product, regardless of the status
+of the particular user or of the way in which the particular user
+actually uses, or expects or is expected to use, the product. A product
+is a consumer product regardless of whether the product has substantial
+commercial, industrial or non-consumer uses, unless such uses represent
+the only significant mode of use of the product.
+
+ "Installation Information" for a User Product means any methods,
+procedures, authorization keys, or other information required to install
+and execute modified versions of a covered work in that User Product from
+a modified version of its Corresponding Source. The information must
+suffice to ensure that the continued functioning of the modified object
+code is in no case prevented or interfered with solely because
+modification has been made.
+
+ If you convey an object code work under this section in, or with, or
+specifically for use in, a User Product, and the conveying occurs as
+part of a transaction in which the right of possession and use of the
+User Product is transferred to the recipient in perpetuity or for a
+fixed term (regardless of how the transaction is characterized), the
+Corresponding Source conveyed under this section must be accompanied
+by the Installation Information. But this requirement does not apply
+if neither you nor any third party retains the ability to install
+modified object code on the User Product (for example, the work has
+been installed in ROM).
+
+ The requirement to provide Installation Information does not include a
+requirement to continue to provide support service, warranty, or updates
+for a work that has been modified or installed by the recipient, or for
+the User Product in which it has been modified or installed. Access to a
+network may be denied when the modification itself materially and
+adversely affects the operation of the network or violates the rules and
+protocols for communication across the network.
+
+ Corresponding Source conveyed, and Installation Information provided,
+in accord with this section must be in a format that is publicly
+documented (and with an implementation available to the public in
+source code form), and must require no special password or key for
+unpacking, reading or copying.
+
+ 7. Additional Terms.
+
+ "Additional permissions" are terms that supplement the terms of this
+License by making exceptions from one or more of its conditions.
+Additional permissions that are applicable to the entire Program shall
+be treated as though they were included in this License, to the extent
+that they are valid under applicable law. If additional permissions
+apply only to part of the Program, that part may be used separately
+under those permissions, but the entire Program remains governed by
+this License without regard to the additional permissions.
+
+ When you convey a copy of a covered work, you may at your option
+remove any additional permissions from that copy, or from any part of
+it. (Additional permissions may be written to require their own
+removal in certain cases when you modify the work.) You may place
+additional permissions on material, added by you to a covered work,
+for which you have or can give appropriate copyright permission.
+
+ Notwithstanding any other provision of this License, for material you
+add to a covered work, you may (if authorized by the copyright holders of
+that material) supplement the terms of this License with terms:
+
+ a) Disclaiming warranty or limiting liability differently from the
+ terms of sections 15 and 16 of this License; or
+
+ b) Requiring preservation of specified reasonable legal notices or
+ author attributions in that material or in the Appropriate Legal
+ Notices displayed by works containing it; or
+
+ c) Prohibiting misrepresentation of the origin of that material, or
+ requiring that modified versions of such material be marked in
+ reasonable ways as different from the original version; or
+
+ d) Limiting the use for publicity purposes of names of licensors or
+ authors of the material; or
+
+ e) Declining to grant rights under trademark law for use of some
+ trade names, trademarks, or service marks; or
+
+ f) Requiring indemnification of licensors and authors of that
+ material by anyone who conveys the material (or modified versions of
+ it) with contractual assumptions of liability to the recipient, for
+ any liability that these contractual assumptions directly impose on
+ those licensors and authors.
+
+ All other non-permissive additional terms are considered "further
+restrictions" within the meaning of section 10. If the Program as you
+received it, or any part of it, contains a notice stating that it is
+governed by this License along with a term that is a further
+restriction, you may remove that term. If a license document contains
+a further restriction but permits relicensing or conveying under this
+License, you may add to a covered work material governed by the terms
+of that license document, provided that the further restriction does
+not survive such relicensing or conveying.
+
+ If you add terms to a covered work in accord with this section, you
+must place, in the relevant source files, a statement of the
+additional terms that apply to those files, or a notice indicating
+where to find the applicable terms.
+
+ Additional terms, permissive or non-permissive, may be stated in the
+form of a separately written license, or stated as exceptions;
+the above requirements apply either way.
+
+ 8. Termination.
+
+ You may not propagate or modify a covered work except as expressly
+provided under this License. Any attempt otherwise to propagate or
+modify it is void, and will automatically terminate your rights under
+this License (including any patent licenses granted under the third
+paragraph of section 11).
+
+ However, if you cease all violation of this License, then your
+license from a particular copyright holder is reinstated (a)
+provisionally, unless and until the copyright holder explicitly and
+finally terminates your license, and (b) permanently, if the copyright
+holder fails to notify you of the violation by some reasonable means
+prior to 60 days after the cessation.
+
+ Moreover, your license from a particular copyright holder is
+reinstated permanently if the copyright holder notifies you of the
+violation by some reasonable means, this is the first time you have
+received notice of violation of this License (for any work) from that
+copyright holder, and you cure the violation prior to 30 days after
+your receipt of the notice.
+
+ Termination of your rights under this section does not terminate the
+licenses of parties who have received copies or rights from you under
+this License. If your rights have been terminated and not permanently
+reinstated, you do not qualify to receive new licenses for the same
+material under section 10.
+
+ 9. Acceptance Not Required for Having Copies.
+
+ You are not required to accept this License in order to receive or
+run a copy of the Program. Ancillary propagation of a covered work
+occurring solely as a consequence of using peer-to-peer transmission
+to receive a copy likewise does not require acceptance. However,
+nothing other than this License grants you permission to propagate or
+modify any covered work. These actions infringe copyright if you do
+not accept this License. Therefore, by modifying or propagating a
+covered work, you indicate your acceptance of this License to do so.
+
+ 10. Automatic Licensing of Downstream Recipients.
+
+ Each time you convey a covered work, the recipient automatically
+receives a license from the original licensors, to run, modify and
+propagate that work, subject to this License. You are not responsible
+for enforcing compliance by third parties with this License.
+
+ An "entity transaction" is a transaction transferring control of an
+organization, or substantially all assets of one, or subdividing an
+organization, or merging organizations. If propagation of a covered
+work results from an entity transaction, each party to that
+transaction who receives a copy of the work also receives whatever
+licenses to the work the party's predecessor in interest had or could
+give under the previous paragraph, plus a right to possession of the
+Corresponding Source of the work from the predecessor in interest, if
+the predecessor has it or can get it with reasonable efforts.
+
+ You may not impose any further restrictions on the exercise of the
+rights granted or affirmed under this License. For example, you may
+not impose a license fee, royalty, or other charge for exercise of
+rights granted under this License, and you may not initiate litigation
+(including a cross-claim or counterclaim in a lawsuit) alleging that
+any patent claim is infringed by making, using, selling, offering for
+sale, or importing the Program or any portion of it.
+
+ 11. Patents.
+
+ A "contributor" is a copyright holder who authorizes use under this
+License of the Program or a work on which the Program is based. The
+work thus licensed is called the contributor's "contributor version".
+
+ A contributor's "essential patent claims" are all patent claims
+owned or controlled by the contributor, whether already acquired or
+hereafter acquired, that would be infringed by some manner, permitted
+by this License, of making, using, or selling its contributor version,
+but do not include claims that would be infringed only as a
+consequence of further modification of the contributor version. For
+purposes of this definition, "control" includes the right to grant
+patent sublicenses in a manner consistent with the requirements of
+this License.
+
+ Each contributor grants you a non-exclusive, worldwide, royalty-free
+patent license under the contributor's essential patent claims, to
+make, use, sell, offer for sale, import and otherwise run, modify and
+propagate the contents of its contributor version.
+
+ In the following three paragraphs, a "patent license" is any express
+agreement or commitment, however denominated, not to enforce a patent
+(such as an express permission to practice a patent or covenant not to
+sue for patent infringement). To "grant" such a patent license to a
+party means to make such an agreement or commitment not to enforce a
+patent against the party.
+
+ If you convey a covered work, knowingly relying on a patent license,
+and the Corresponding Source of the work is not available for anyone
+to copy, free of charge and under the terms of this License, through a
+publicly available network server or other readily accessible means,
+then you must either (1) cause the Corresponding Source to be so
+available, or (2) arrange to deprive yourself of the benefit of the
+patent license for this particular work, or (3) arrange, in a manner
+consistent with the requirements of this License, to extend the patent
+license to downstream recipients. "Knowingly relying" means you have
+actual knowledge that, but for the patent license, your conveying the
+covered work in a country, or your recipient's use of the covered work
+in a country, would infringe one or more identifiable patents in that
+country that you have reason to believe are valid.
+
+ If, pursuant to or in connection with a single transaction or
+arrangement, you convey, or propagate by procuring conveyance of, a
+covered work, and grant a patent license to some of the parties
+receiving the covered work authorizing them to use, propagate, modify
+or convey a specific copy of the covered work, then the patent license
+you grant is automatically extended to all recipients of the covered
+work and works based on it.
+
+ A patent license is "discriminatory" if it does not include within
+the scope of its coverage, prohibits the exercise of, or is
+conditioned on the non-exercise of one or more of the rights that are
+specifically granted under this License. You may not convey a covered
+work if you are a party to an arrangement with a third party that is
+in the business of distributing software, under which you make payment
+to the third party based on the extent of your activity of conveying
+the work, and under which the third party grants, to any of the
+parties who would receive the covered work from you, a discriminatory
+patent license (a) in connection with copies of the covered work
+conveyed by you (or copies made from those copies), or (b) primarily
+for and in connection with specific products or compilations that
+contain the covered work, unless you entered into that arrangement,
+or that patent license was granted, prior to 28 March 2007.
+
+ Nothing in this License shall be construed as excluding or limiting
+any implied license or other defenses to infringement that may
+otherwise be available to you under applicable patent law.
+
+ 12. No Surrender of Others' Freedom.
+
+ If conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License. If you cannot convey a
+covered work so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you may
+not convey it at all. For example, if you agree to terms that obligate you
+to collect a royalty for further conveying from those to whom you convey
+the Program, the only way you could satisfy both those terms and this
+License would be to refrain entirely from conveying the Program.
+
+ 13. Use with the GNU Affero General Public License.
+
+ Notwithstanding any other provision of this License, you have
+permission to link or combine any covered work with a work licensed
+under version 3 of the GNU Affero General Public License into a single
+combined work, and to convey the resulting work. The terms of this
+License will continue to apply to the part which is the covered work,
+but the special requirements of the GNU Affero General Public License,
+section 13, concerning interaction through a network will apply to the
+combination as such.
+
+ 14. Revised Versions of this License.
+
+ The Free Software Foundation may publish revised and/or new versions of
+the GNU General Public License from time to time. Such new versions will
+be similar in spirit to the present version, but may differ in detail to
+address new problems or concerns.
+
+ Each version is given a distinguishing version number. If the
+Program specifies that a certain numbered version of the GNU General
+Public License "or any later version" applies to it, you have the
+option of following the terms and conditions either of that numbered
+version or of any later version published by the Free Software
+Foundation. If the Program does not specify a version number of the
+GNU General Public License, you may choose any version ever published
+by the Free Software Foundation.
+
+ If the Program specifies that a proxy can decide which future
+versions of the GNU General Public License can be used, that proxy's
+public statement of acceptance of a version permanently authorizes you
+to choose that version for the Program.
+
+ Later license versions may give you additional or different
+permissions. However, no additional obligations are imposed on any
+author or copyright holder as a result of your choosing to follow a
+later version.
+
+ 15. Disclaimer of Warranty.
+
+ THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
+APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
+HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
+OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
+THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
+IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
+ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
+
+ 16. Limitation of Liability.
+
+ IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
+THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
+GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
+USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
+DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
+PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
+EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
+SUCH DAMAGES.
+
+ 17. Interpretation of Sections 15 and 16.
+
+ If the disclaimer of warranty and limitation of liability provided
+above cannot be given local legal effect according to their terms,
+reviewing courts shall apply local law that most closely approximates
+an absolute waiver of all civil liability in connection with the
+Program, unless a warranty or assumption of liability accompanies a
+copy of the Program in return for a fee.
+
+ END OF TERMS AND CONDITIONS
+
+ How to Apply These Terms to Your New Programs
+
+ If you develop a new program, and you want it to be of the greatest
+possible use to the public, the best way to achieve this is to make it
+free software which everyone can redistribute and change under these terms.
+
+ To do so, attach the following notices to the program. It is safest
+to attach them to the start of each source file to most effectively
+state the exclusion of warranty; and each file should have at least
+the "copyright" line and a pointer to where the full notice is found.
+
+ fxserver-esx_taxijob
+ Copyright (C) 2015 Jérémie N'gadi
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see .
+
+Also add information on how to contact you by electronic and paper mail.
+
+ If the program does terminal interaction, make it output a short
+notice like this when it starts in an interactive mode:
+
+ fxserver-esx_taxijob Copyright (C) 2015 Jérémie N'gadi
+ This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
+ This is free software, and you are welcome to redistribute it
+ under certain conditions; type `show c' for details.
+
+The hypothetical commands `show w' and `show c' should show the appropriate
+parts of the General Public License. Of course, your program's commands
+might be different; for a GUI interface, you would use an "about box".
+
+ You should also get your employer (if you work as a programmer) or school,
+if any, to sign a "copyright disclaimer" for the program, if necessary.
+For more information on this, and how to apply and follow the GNU GPL, see
+.
+
+ The GNU General Public License does not permit incorporating your program
+into proprietary programs. If your program is a subroutine library, you
+may consider it more useful to permit linking proprietary applications with
+the library. If this is what you want to do, use the GNU Lesser General
+Public License instead of this License. But first, please read
+.
\ No newline at end of file
diff --git a/_resources/esx_taxijob/README.md b/_resources/esx_taxijob/README.md
new file mode 100644
index 00000000..cc46a37a
--- /dev/null
+++ b/_resources/esx_taxijob/README.md
@@ -0,0 +1,49 @@
+# esx_taxijob
+
+ESX Taxi Job adds driving cabs as a service, and more including NPC missions.
+
+## Requirements
+
+* Auto mode
+ * [esx_service](https://github.com/ESX-Org/esx_service)
+
+* Player management (billing and boss actions)
+ * [esx_society](https://github.com/ESX-Org/esx_society)
+ * [esx_billing](https://github.com/ESX-Org/esx_billing)
+
+## Download & Installation
+
+### Using [fvm](https://github.com/qlaffont/fvm-installer)
+```
+fvm install --save --folder=esx esx-org/esx_taxijob
+```
+
+### Using Git
+```
+cd resources
+git clone https://github.com/ESX-Org/esx_taxijob [esx]/esx_taxijob
+```
+
+### Manually
+- Download https://github.com/ESX-Org/esx_taxijob/archive/master.zip
+- Put it in the `[esx]` directory
+
+## Installation
+- Import `esx_taxijob.sql` in your database
+- If you want player management you have to set `Config.EnablePlayerManagement` to `true` in `config.lua`
+- Add this to your `server.cfg`:
+```
+start esx_taxijob
+```
+
+# Legal
+### License
+esx_taxijob
+
+Copyright (C) 2015-2020 Jérémie N'gadi
+
+This program Is free software: you can redistribute it And/Or modify it under the terms Of the GNU General Public License As published by the Free Software Foundation, either version 3 Of the License, Or (at your option) any later version.
+
+This program Is distributed In the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty Of MERCHANTABILITY Or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License For more details.
+
+You should have received a copy Of the GNU General Public License along with this program. If Not, see http://www.gnu.org/licenses/.
diff --git a/_resources/esx_taxijob/client/main.lua b/_resources/esx_taxijob/client/main.lua
new file mode 100644
index 00000000..6dce9572
--- /dev/null
+++ b/_resources/esx_taxijob/client/main.lua
@@ -0,0 +1,764 @@
+local HasAlreadyEnteredMarker, OnJob, IsNearCustomer, CustomerIsEnteringVehicle, CustomerEnteredVehicle, IsDead, CurrentActionData = false, false, false, false, false, false, {}
+local CurrentCustomer, CurrentCustomerBlip, DestinationBlip, targetCoords, LastZone, CurrentAction, CurrentActionMsg
+
+ESX = nil
+
+Citizen.CreateThread(function()
+ while ESX == nil do
+ TriggerEvent('esx:getSharedObject', function(obj) ESX = obj end)
+ Citizen.Wait(0)
+ end
+
+ while ESX.GetPlayerData().job == nil do
+ Citizen.Wait(10)
+ end
+
+ ESX.PlayerData = ESX.GetPlayerData()
+end)
+
+function DrawSub(msg, time)
+ ClearPrints()
+ BeginTextCommandPrint('STRING')
+ AddTextComponentSubstringPlayerName(msg)
+ EndTextCommandPrint(time, 1)
+end
+
+function ShowLoadingPromt(msg, time, type)
+ Citizen.CreateThread(function()
+ Citizen.Wait(0)
+
+ BeginTextCommandBusyspinnerOn('STRING')
+ AddTextComponentSubstringPlayerName(msg)
+ EndTextCommandBusyspinnerOn(type)
+ Citizen.Wait(time)
+
+ BusyspinnerOff()
+ end)
+end
+
+function GetRandomWalkingNPC()
+ local search = {}
+ local peds = ESX.Game.GetPeds()
+
+ for i=1, #peds, 1 do
+ if IsPedHuman(peds[i]) and IsPedWalking(peds[i]) and not IsPedAPlayer(peds[i]) then
+ table.insert(search, peds[i])
+ end
+ end
+
+ if #search > 0 then
+ return search[GetRandomIntInRange(1, #search)]
+ end
+
+ for i=1, 250, 1 do
+ local ped = GetRandomPedAtCoord(0.0, 0.0, 0.0, math.huge + 0.0, math.huge + 0.0, math.huge + 0.0, 26)
+
+ if DoesEntityExist(ped) and IsPedHuman(ped) and IsPedWalking(ped) and not IsPedAPlayer(ped) then
+ table.insert(search, ped)
+ end
+ end
+
+ if #search > 0 then
+ return search[GetRandomIntInRange(1, #search)]
+ end
+end
+
+function ClearCurrentMission()
+ if DoesBlipExist(CurrentCustomerBlip) then
+ RemoveBlip(CurrentCustomerBlip)
+ end
+
+ if DoesBlipExist(DestinationBlip) then
+ RemoveBlip(DestinationBlip)
+ end
+
+ CurrentCustomer = nil
+ CurrentCustomerBlip = nil
+ DestinationBlip = nil
+ IsNearCustomer = false
+ CustomerIsEnteringVehicle = false
+ CustomerEnteredVehicle = false
+ targetCoords = nil
+end
+
+function StartTaxiJob()
+ ShowLoadingPromt(_U('taking_service'), 5000, 3)
+ ClearCurrentMission()
+
+ OnJob = true
+end
+
+function StopTaxiJob()
+ local playerPed = PlayerPedId()
+
+ if IsPedInAnyVehicle(playerPed, false) and CurrentCustomer ~= nil then
+ local vehicle = GetVehiclePedIsIn(playerPed, false)
+ TaskLeaveVehicle(CurrentCustomer, vehicle, 0)
+
+ if CustomerEnteredVehicle then
+ TaskGoStraightToCoord(CurrentCustomer, targetCoords.x, targetCoords.y, targetCoords.z, 1.0, -1, 0.0, 0.0)
+ end
+ end
+
+ ClearCurrentMission()
+ OnJob = false
+ DrawSub(_U('mission_complete'), 5000)
+end
+
+function OpenCloakroom()
+ ESX.UI.Menu.CloseAll()
+
+ ESX.UI.Menu.Open('default', GetCurrentResourceName(), 'taxi_cloakroom', {
+ title = _U('cloakroom_menu'),
+ align = 'top-left',
+ elements = {
+ {label = _U('wear_citizen'), value = 'wear_citizen'},
+ {label = _U('wear_work'), value = 'wear_work'}
+ }}, function(data, menu)
+ if data.current.value == 'wear_citizen' then
+ ESX.TriggerServerCallback('esx_skin:getPlayerSkin', function(skin)
+ TriggerEvent('skinchanger:loadSkin', skin)
+ end)
+ elseif data.current.value == 'wear_work' then
+ ESX.TriggerServerCallback('esx_skin:getPlayerSkin', function(skin, jobSkin)
+ if skin.sex == 0 then
+ TriggerEvent('skinchanger:loadClothes', skin, jobSkin.skin_male)
+ else
+ TriggerEvent('skinchanger:loadClothes', skin, jobSkin.skin_female)
+ end
+ end)
+ end
+ end, function(data, menu)
+ menu.close()
+
+ CurrentAction = 'cloakroom'
+ CurrentActionMsg = _U('cloakroom_prompt')
+ CurrentActionData = {}
+ end)
+end
+
+function OpenVehicleSpawnerMenu()
+ ESX.UI.Menu.CloseAll()
+
+ local elements = {}
+
+ if Config.EnableSocietyOwnedVehicles then
+
+ ESX.TriggerServerCallback('esx_society:getVehiclesInGarage', function(vehicles)
+
+ for i=1, #vehicles, 1 do
+ table.insert(elements, {
+ label = GetDisplayNameFromVehicleModel(vehicles[i].model) .. ' [' .. vehicles[i].plate .. ']',
+ value = vehicles[i]
+ })
+ end
+
+ ESX.UI.Menu.Open('default', GetCurrentResourceName(), 'vehicle_spawner', {
+ title = _U('spawn_veh'),
+ align = 'top-left',
+ elements = elements
+ }, function(data, menu)
+ if not ESX.Game.IsSpawnPointClear(Config.Zones.VehicleSpawnPoint.Pos, 5.0) then
+ ESX.ShowNotification(_U('spawnpoint_blocked'))
+ return
+ end
+
+ menu.close()
+
+ local vehicleProps = data.current.value
+ ESX.Game.SpawnVehicle(vehicleProps.model, Config.Zones.VehicleSpawnPoint.Pos, Config.Zones.VehicleSpawnPoint.Heading, function(vehicle)
+ ESX.Game.SetVehicleProperties(vehicle, vehicleProps)
+ local playerPed = PlayerPedId()
+ TaskWarpPedIntoVehicle(playerPed, vehicle, -1)
+ end)
+
+ TriggerServerEvent('esx_society:removeVehicleFromGarage', 'taxi', vehicleProps)
+ end, function(data, menu)
+ CurrentAction = 'vehicle_spawner'
+ CurrentActionMsg = _U('spawner_prompt')
+ CurrentActionData = {}
+
+ menu.close()
+ end)
+ end, 'taxi')
+
+ else -- not society vehicles
+
+ ESX.UI.Menu.Open('default', GetCurrentResourceName(), 'vehicle_spawner', {
+ title = _U('spawn_veh'),
+ align = 'top-left',
+ elements = Config.AuthorizedVehicles
+ }, function(data, menu)
+ if not ESX.Game.IsSpawnPointClear(Config.Zones.VehicleSpawnPoint.Pos, 5.0) then
+ ESX.ShowNotification(_U('spawnpoint_blocked'))
+ return
+ end
+
+ menu.close()
+ ESX.Game.SpawnVehicle(data.current.model, Config.Zones.VehicleSpawnPoint.Pos, Config.Zones.VehicleSpawnPoint.Heading, function(vehicle)
+ local playerPed = PlayerPedId()
+ TaskWarpPedIntoVehicle(playerPed, vehicle, -1)
+ end)
+ end, function(data, menu)
+ CurrentAction = 'vehicle_spawner'
+ CurrentActionMsg = _U('spawner_prompt')
+ CurrentActionData = {}
+
+ menu.close()
+ end)
+ end
+end
+
+function DeleteJobVehicle()
+ local playerPed = PlayerPedId()
+
+ if Config.EnableSocietyOwnedVehicles then
+ local vehicleProps = ESX.Game.GetVehicleProperties(CurrentActionData.vehicle)
+ TriggerServerEvent('esx_society:putVehicleInGarage', 'taxi', vehicleProps)
+ ESX.Game.DeleteVehicle(CurrentActionData.vehicle)
+ else
+ if IsInAuthorizedVehicle() then
+ ESX.Game.DeleteVehicle(CurrentActionData.vehicle)
+
+ if Config.MaxInService ~= -1 then
+ TriggerServerEvent('esx_service:disableService', 'taxi')
+ end
+ else
+ ESX.ShowNotification(_U('only_taxi'))
+ end
+ end
+end
+
+function OpenTaxiActionsMenu()
+ local elements = {
+ {label = _U('deposit_stock'), value = 'put_stock'},
+ {label = _U('take_stock'), value = 'get_stock'}
+ }
+
+ if Config.EnablePlayerManagement and ESX.PlayerData.job ~= nil and ESX.PlayerData.job.grade_name == 'boss' then
+ table.insert(elements, {label = _U('boss_actions'), value = 'boss_actions'})
+ end
+
+ ESX.UI.Menu.CloseAll()
+
+ ESX.UI.Menu.Open('default', GetCurrentResourceName(), 'taxi_actions', {
+ title = _U('taxi'),
+ align = 'top-left',
+ elements = elements
+ }, function(data, menu)
+
+ if data.current.value == 'put_stock' then
+ OpenPutStocksMenu()
+ elseif data.current.value == 'get_stock' then
+ OpenGetStocksMenu()
+ elseif data.current.value == 'boss_actions' then
+ TriggerEvent('esx_society:openBossMenu', 'taxi', function(data, menu)
+ menu.close()
+ end)
+ end
+
+ end, function(data, menu)
+ menu.close()
+
+ CurrentAction = 'taxi_actions_menu'
+ CurrentActionMsg = _U('press_to_open')
+ CurrentActionData = {}
+ end)
+end
+
+function OpenMobileTaxiActionsMenu()
+ ESX.UI.Menu.CloseAll()
+
+ ESX.UI.Menu.Open('default', GetCurrentResourceName(), 'mobile_taxi_actions', {
+ title = _U('taxi'),
+ align = 'top-left',
+ elements = {
+ {label = _U('billing'), value = 'billing'},
+ {label = _U('start_job'), value = 'start_job'}
+ }}, function(data, menu)
+ if data.current.value == 'billing' then
+
+ ESX.UI.Menu.Open('dialog', GetCurrentResourceName(), 'billing', {
+ title = _U('invoice_amount')
+ }, function(data, menu)
+
+ local amount = tonumber(data.value)
+ if amount == nil then
+ ESX.ShowNotification(_U('amount_invalid'))
+ else
+ menu.close()
+ local closestPlayer, closestDistance = ESX.Game.GetClosestPlayer()
+ if closestPlayer == -1 or closestDistance > 3.0 then
+ ESX.ShowNotification(_U('no_players_near'))
+ else
+ TriggerServerEvent('esx_billing:sendBill', GetPlayerServerId(closestPlayer), 'society_taxi', 'Taxi', amount)
+ ESX.ShowNotification(_U('billing_sent'))
+ end
+
+ end
+
+ end, function(data, menu)
+ menu.close()
+ end)
+
+ elseif data.current.value == 'start_job' then
+ if OnJob then
+ StopTaxiJob()
+ else
+ if ESX.PlayerData.job ~= nil and ESX.PlayerData.job.name == 'taxi' then
+ local playerPed = PlayerPedId()
+ local vehicle = GetVehiclePedIsIn(playerPed, false)
+
+ if IsPedInAnyVehicle(playerPed, false) and GetPedInVehicleSeat(vehicle, -1) == playerPed then
+ if tonumber(ESX.PlayerData.job.grade) >= 3 then
+ StartTaxiJob()
+ else
+ if IsInAuthorizedVehicle() then
+ StartTaxiJob()
+ else
+ ESX.ShowNotification(_U('must_in_taxi'))
+ end
+ end
+ else
+ if tonumber(ESX.PlayerData.job.grade) >= 3 then
+ ESX.ShowNotification(_U('must_in_vehicle'))
+ else
+ ESX.ShowNotification(_U('must_in_taxi'))
+ end
+ end
+ end
+ end
+ end
+ end, function(data, menu)
+ menu.close()
+ end)
+end
+
+function IsInAuthorizedVehicle()
+ local playerPed = PlayerPedId()
+ local vehModel = GetEntityModel(GetVehiclePedIsIn(playerPed, false))
+
+ for i=1, #Config.AuthorizedVehicles, 1 do
+ if vehModel == GetHashKey(Config.AuthorizedVehicles[i].model) then
+ return true
+ end
+ end
+
+ return false
+end
+
+function OpenGetStocksMenu()
+ ESX.TriggerServerCallback('esx_taxijob:getStockItems', function(items)
+ local elements = {}
+
+ for i=1, #items, 1 do
+ table.insert(elements, {
+ label = 'x' .. items[i].count .. ' ' .. items[i].label,
+ value = items[i].name
+ })
+ end
+
+ ESX.UI.Menu.Open('default', GetCurrentResourceName(), 'stocks_menu', {
+ title = _U('taxi_stock'),
+ align = 'top-left',
+ elements = elements
+ }, function(data, menu)
+ local itemName = data.current.value
+
+ ESX.UI.Menu.Open('dialog', GetCurrentResourceName(), 'stocks_menu_get_item_count', {
+ title = _U('quantity')
+ }, function(data2, menu2)
+ local count = tonumber(data2.value)
+
+ if count == nil then
+ ESX.ShowNotification(_U('quantity_invalid'))
+ else
+ menu2.close()
+ menu.close()
+
+ -- todo: refresh on callback
+ TriggerServerEvent('esx_taxijob:getStockItem', itemName, count)
+ Citizen.Wait(1000)
+ OpenGetStocksMenu()
+ end
+ end, function(data2, menu2)
+ menu2.close()
+ end)
+ end, function(data, menu)
+ menu.close()
+ end)
+ end)
+end
+
+function OpenPutStocksMenu()
+ ESX.TriggerServerCallback('esx_taxijob:getPlayerInventory', function(inventory)
+ local elements = {}
+
+ for i=1, #inventory.items, 1 do
+ local item = inventory.items[i]
+
+ if item.count > 0 then
+ table.insert(elements, {
+ label = item.label .. ' x' .. item.count,
+ type = 'item_standard',
+ value = item.name
+ })
+ end
+ end
+
+ ESX.UI.Menu.Open('default', GetCurrentResourceName(), 'stocks_menu', {
+ title = _U('inventory'),
+ align = 'top-left',
+ elements = elements
+ }, function(data, menu)
+ local itemName = data.current.value
+
+ ESX.UI.Menu.Open('dialog', GetCurrentResourceName(), 'stocks_menu_put_item_count', {
+ title = _U('quantity')
+ }, function(data2, menu2)
+ local count = tonumber(data2.value)
+
+ if count == nil then
+ ESX.ShowNotification(_U('quantity_invalid'))
+ else
+ menu2.close()
+ menu.close()
+
+ -- todo: refresh on callback
+ TriggerServerEvent('esx_taxijob:putStockItems', itemName, count)
+ Citizen.Wait(1000)
+ OpenPutStocksMenu()
+ end
+ end, function(data2, menu2)
+ menu2.close()
+ end)
+ end, function(data, menu)
+ menu.close()
+ end)
+ end)
+end
+
+RegisterNetEvent('esx:playerLoaded')
+AddEventHandler('esx:playerLoaded', function(xPlayer)
+ ESX.PlayerData = xPlayer
+end)
+
+RegisterNetEvent('esx:setJob')
+AddEventHandler('esx:setJob', function(job)
+ ESX.PlayerData.job = job
+end)
+
+AddEventHandler('esx_taxijob:hasEnteredMarker', function(zone)
+ if zone == 'VehicleSpawner' then
+ CurrentAction = 'vehicle_spawner'
+ CurrentActionMsg = _U('spawner_prompt')
+ CurrentActionData = {}
+ elseif zone == 'VehicleDeleter' then
+ local playerPed = PlayerPedId()
+ local vehicle = GetVehiclePedIsIn(playerPed, false)
+
+ if IsPedInAnyVehicle(playerPed, false) and GetPedInVehicleSeat(vehicle, -1) == playerPed then
+ CurrentAction = 'delete_vehicle'
+ CurrentActionMsg = _U('store_veh')
+ CurrentActionData = { vehicle = vehicle }
+ end
+ elseif zone == 'TaxiActions' then
+ CurrentAction = 'taxi_actions_menu'
+ CurrentActionMsg = _U('press_to_open')
+ CurrentActionData = {}
+
+ elseif zone == 'Cloakroom' then
+ CurrentAction = 'cloakroom'
+ CurrentActionMsg = _U('cloakroom_prompt')
+ CurrentActionData = {}
+ end
+end)
+
+AddEventHandler('esx_taxijob:hasExitedMarker', function(zone)
+ ESX.UI.Menu.CloseAll()
+ CurrentAction = nil
+end)
+
+RegisterNetEvent('esx_phone:loaded')
+AddEventHandler('esx_phone:loaded', function(phoneNumber, contacts)
+ local specialContact = {
+ name = _U('phone_taxi'),
+ number = 'taxi',
+ base64Icon = 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAGGElEQVR4XsWWW2gd1xWGv7Vn5pyRj47ut8iOYlmyWxw1KSZN4riOW6eFuCYldaBtIL1Ag4NNmt5ICORCaNKXlF6oCy0hpSoJKW4bp7Sk6YNb01RuLq4d0pQ0kWQrshVJ1uX46HJ0zpy5rCKfQYgjCUs4kA+GtTd786+ftW8jqsqHibB6TLZn2zeq09ZTWAIWCxACoTI1E+6v+eSpXwHRqkVZPcmqlBzCApLQ8dk3IWVKMQlYcHG81OODNmD6D7d9VQrTSbwsH73lFKePtvOxXSfn48U+Xpb58fl5gPmgl6DiR19PZN4+G7iODY4liIAACqiCHyp+AFvb7ML3uot1QP5yDUim292RtIqfU6Lr8wFVDVV8AsPKRDAxzYkKm2kj5sSFuUT3+v2FXkDXakD6f+7c1NGS7Ml0Pkah6jq8mhvwUy7Cyijg5Aoks6/hTp+k7vRjDJ73dmw8WHxlJRM2y5Nsb3GPDuzsZURbGMsUmRkoUPByCMrKCG7SobJiO01X7OKq6utoe3XX34BaoLDaCljj3faTcu3j3z3T+iADwzNYEmKIWcGAIAtqqkKAxZa2Sja/tY+59/7y48aveQ8A4Woq4Fa3bj7Q1/EgwWRAZ52NMTYCWAZEwIhBUEQgUiVQ8IpKvqj4kVJCyGRCRrb+hvap+gPAo0DuUhWQfx2q29u+t/vPmarbCLwII7qQTEQRLbUtBJ2PAkZARBADqkLBV/I+BGrhpoSN577FWz3P3XbTvRMvAlpuwC4crv5jwtK9RAFSu46+G8cRwESxQ+K2gESAgCiIASHuA8YCBdSUohdCKGCF0H6iGc3MgrEphvKi+6Wp24HABioSjuxFARGobyJ5OMXEiGHW6iLR0EmifhPJDddj3CoqtuwEZSkCc73/RAvTeEOvU5w8gz/Zj2TfoLFFibZvQrI5EOFiPqgAZmzApTINKKgPiW20ffkXtPXfA9Ysmf5/kHn/T0z8e5rpCS5JVQNUN1ayfn2a+qvT2JWboOOXMPg0ms6C2IAAWTc2ACPeupdbm5yb8XNQczOM90DOB0uoa01Ttz5FZ6IL3Ctg9DUIg7Lto2DZ0HIDFEbAz4AaiBRyxZJe9U7kQg84KYbH/JeJESANXPXwXdWffvzu1p+x5VE4/ST4EyAOoEAI6WsAhdx/AYulhJDqAgRm/hPPEVAfnAboeAB6v88jTw/f98SzU8eAwbgC5IGRg3vsW3E7YewYzJwF4wAhikJURGqvBO8ouAFIxBI0gqgPEp9B86+ASSAIEEHhbEnX7eTgnrFbn3iW5+K82EAA+M2V+d2EeRj9K/izIBYgJZGwCO4Gzm/uRQOwDEsI41PSfPZ+xJsBKwFo6dOwpJvezMU84Md5sSmRCM51uacGbUKvHWEjAKIelXaGJqePyopjzFTdx6Ef/gDbjo3FKEoQKN+8/yEqRt8jf67IaNDBnF9FZFwERRGspMM20+XC64nym9AMhSE1G7fjbb0bCQsISi6vFCdPMPzuUwR9AcmOKQ7cew+WZcq3IGEYMZeb4p13sjjmU4TX7Cfdtp0oDAFBbZfk/37N0MALAKbcAKaY4yPeuwy3t2J8MAKDIxDVd1Lz8Ts599vb8Wameen532GspRWIQmXPHV8k0BquvPP3TOSgsRmiCFRAHWh9420Gi7nl34JaBen7O7UWRMD740AQ7yEf8nW78TIeN+7+PCIsOYaqMJHxqKtpJ++D+DA5ARsawEmASqzv1Cz7FjRpbt951tUAOcAHdNEUC7C5NAJo7Dws03CAFMxlkdSRZmCMxaq8ejKuVwSqIJfzA61LmyIgBoxZfgmYmQazKLGumHitRso0ZVkD0aE/FI7UrYv2WUYXjo0ihNhEatA1GBEUIxEWAcKCHhHCVMG8AETlda0ENn3hrm+/6Zh47RBCtXn+mZ/sAXzWjnPHV77zkiXBgl6gFkee+em1wBlgdnEF8sCF5moLI7KwlSIMwABwgbVT21htMNjleheAfPkShEBh/PzQccexdxBT9IPjQAYYZ+3o2OjQ8cQiPb+kVwBCliENXA3sAm6Zj3E/zaq4fD07HmwEmuKYXsUFcDl6Hz7/B1RGfEbPim/bAAAAAElFTkSuQmCC',
+ }
+
+ TriggerEvent('esx_phone:addSpecialContact', specialContact.name, specialContact.number, specialContact.base64Icon)
+end)
+
+-- Create Blips
+Citizen.CreateThread(function()
+ local blip = AddBlipForCoord(Config.Zones.TaxiActions.Pos.x, Config.Zones.TaxiActions.Pos.y, Config.Zones.TaxiActions.Pos.z)
+
+ SetBlipSprite (blip, 198)
+ SetBlipDisplay(blip, 4)
+ SetBlipScale (blip, 1.0)
+ SetBlipColour (blip, 5)
+ SetBlipAsShortRange(blip, true)
+
+ BeginTextCommandSetBlipName('STRING')
+ AddTextComponentSubstringPlayerName(_U('blip_taxi'))
+ EndTextCommandSetBlipName(blip)
+end)
+
+-- Enter / Exit marker events, and draw markers
+Citizen.CreateThread(function()
+ while true do
+ Citizen.Wait(0)
+
+ if ESX.PlayerData.job and ESX.PlayerData.job.name == 'taxi' then
+ local coords = GetEntityCoords(PlayerPedId())
+ local isInMarker, letSleep, currentZone = false, true
+
+ for k,v in pairs(Config.Zones) do
+ local distance = GetDistanceBetweenCoords(coords, v.Pos.x, v.Pos.y, v.Pos.z, true)
+
+ if v.Type ~= -1 and distance < Config.DrawDistance then
+ letSleep = false
+ DrawMarker(v.Type, v.Pos.x, v.Pos.y, v.Pos.z, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, v.Size.x, v.Size.y, v.Size.z, v.Color.r, v.Color.g, v.Color.b, 100, false, false, 2, v.Rotate, nil, nil, false)
+ end
+
+ if distance < v.Size.x then
+ isInMarker, currentZone = true, k
+ end
+ end
+
+ if (isInMarker and not HasAlreadyEnteredMarker) or (isInMarker and LastZone ~= currentZone) then
+ HasAlreadyEnteredMarker, LastZone = true, currentZone
+ TriggerEvent('esx_taxijob:hasEnteredMarker', currentZone)
+ end
+
+ if not isInMarker and HasAlreadyEnteredMarker then
+ HasAlreadyEnteredMarker = false
+ TriggerEvent('esx_taxijob:hasExitedMarker', LastZone)
+ end
+
+ if letSleep then
+ Citizen.Wait(500)
+ end
+ else
+ Citizen.Wait(1000)
+ end
+ end
+end)
+
+-- Taxi Job
+Citizen.CreateThread(function()
+ while true do
+
+ Citizen.Wait(0)
+ local playerPed = PlayerPedId()
+
+ if OnJob then
+ if CurrentCustomer == nil then
+ DrawSub(_U('drive_search_pass'), 5000)
+
+ if IsPedInAnyVehicle(playerPed, false) and GetEntitySpeed(playerPed) > 0 then
+ local waitUntil = GetGameTimer() + GetRandomIntInRange(30000, 45000)
+
+ while OnJob and waitUntil > GetGameTimer() do
+ Citizen.Wait(0)
+ end
+
+ if OnJob and IsPedInAnyVehicle(playerPed, false) and GetEntitySpeed(playerPed) > 0 then
+ CurrentCustomer = GetRandomWalkingNPC()
+
+ if CurrentCustomer ~= nil then
+ CurrentCustomerBlip = AddBlipForEntity(CurrentCustomer)
+
+ SetBlipAsFriendly(CurrentCustomerBlip, true)
+ SetBlipColour(CurrentCustomerBlip, 2)
+ SetBlipCategory(CurrentCustomerBlip, 3)
+ SetBlipRoute(CurrentCustomerBlip, true)
+
+ SetEntityAsMissionEntity(CurrentCustomer, true, false)
+ ClearPedTasksImmediately(CurrentCustomer)
+ SetBlockingOfNonTemporaryEvents(CurrentCustomer, true)
+
+ local standTime = GetRandomIntInRange(60000, 180000)
+ TaskStandStill(CurrentCustomer, standTime)
+
+ ESX.ShowNotification(_U('customer_found'))
+ end
+ end
+ end
+ else
+ if IsPedFatallyInjured(CurrentCustomer) then
+ ESX.ShowNotification(_U('client_unconcious'))
+
+ if DoesBlipExist(CurrentCustomerBlip) then
+ RemoveBlip(CurrentCustomerBlip)
+ end
+
+ if DoesBlipExist(DestinationBlip) then
+ RemoveBlip(DestinationBlip)
+ end
+
+ SetEntityAsMissionEntity(CurrentCustomer, false, true)
+
+ CurrentCustomer, CurrentCustomerBlip, DestinationBlip, IsNearCustomer, CustomerIsEnteringVehicle, CustomerEnteredVehicle, targetCoords = nil, nil, nil, false, false, false, nil
+ end
+
+ if IsPedInAnyVehicle(playerPed, false) then
+ local vehicle = GetVehiclePedIsIn(playerPed, false)
+ local playerCoords = GetEntityCoords(playerPed)
+ local customerCoords = GetEntityCoords(CurrentCustomer)
+ local customerDistance = #(playerCoords - customerCoords)
+
+ if IsPedSittingInVehicle(CurrentCustomer, vehicle) then
+ if CustomerEnteredVehicle then
+ local targetDistance = #(playerCoords - targetCoords)
+
+ if targetDistance <= 10.0 then
+ TaskLeaveVehicle(CurrentCustomer, vehicle, 0)
+
+ ESX.ShowNotification(_U('arrive_dest'))
+
+ TaskGoStraightToCoord(CurrentCustomer, targetCoords.x, targetCoords.y, targetCoords.z, 1.0, -1, 0.0, 0.0)
+ SetEntityAsMissionEntity(CurrentCustomer, false, true)
+ TriggerServerEvent('esx_taxijob:success')
+ RemoveBlip(DestinationBlip)
+
+ local scope = function(customer)
+ ESX.SetTimeout(60000, function()
+ DeletePed(customer)
+ end)
+ end
+
+ scope(CurrentCustomer)
+
+ CurrentCustomer, CurrentCustomerBlip, DestinationBlip, IsNearCustomer, CustomerIsEnteringVehicle, CustomerEnteredVehicle, targetCoords = nil, nil, nil, false, false, false, nil
+ end
+
+ if targetCoords then
+ DrawMarker(36, targetCoords.x, targetCoords.y, targetCoords.z + 1.1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0, 1.0, 234, 223, 72, 155, false, false, 2, true, nil, nil, false)
+ end
+ else
+ RemoveBlip(CurrentCustomerBlip)
+ CurrentCustomerBlip = nil
+ targetCoords = Config.JobLocations[GetRandomIntInRange(1, #Config.JobLocations)]
+ local distance = #(playerCoords - targetCoords)
+ while distance < Config.MinimumDistance do
+ Citizen.Wait(5)
+
+ targetCoords = Config.JobLocations[GetRandomIntInRange(1, #Config.JobLocations)]
+ distance = #(playerCoords - targetCoords)
+ end
+
+ local street = table.pack(GetStreetNameAtCoord(targetCoords.x, targetCoords.y, targetCoords.z))
+ local msg = nil
+
+ if street[2] ~= 0 and street[2] ~= nil then
+ msg = string.format(_U('take_me_to_near', GetStreetNameFromHashKey(street[1]), GetStreetNameFromHashKey(street[2])))
+ else
+ msg = string.format(_U('take_me_to', GetStreetNameFromHashKey(street[1])))
+ end
+
+ ESX.ShowNotification(msg)
+
+ DestinationBlip = AddBlipForCoord(targetCoords.x, targetCoords.y, targetCoords.z)
+
+ BeginTextCommandSetBlipName('STRING')
+ AddTextComponentSubstringPlayerName('Destination')
+ EndTextCommandSetBlipName(blip)
+ SetBlipRoute(DestinationBlip, true)
+
+ CustomerEnteredVehicle = true
+ end
+ else
+ DrawMarker(36, customerCoords.x, customerCoords.y, customerCoords.z + 1.1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0, 1.0, 234, 223, 72, 155, false, false, 2, true, nil, nil, false)
+
+ if not CustomerEnteredVehicle then
+ if customerDistance <= 40.0 then
+
+ if not IsNearCustomer then
+ ESX.ShowNotification(_U('close_to_client'))
+ IsNearCustomer = true
+ end
+
+ end
+
+ if customerDistance <= 20.0 then
+ if not CustomerIsEnteringVehicle then
+ ClearPedTasksImmediately(CurrentCustomer)
+
+ local maxSeats, freeSeat = GetVehicleMaxNumberOfPassengers(vehicle)
+
+ for i=maxSeats - 1, 0, -1 do
+ if IsVehicleSeatFree(vehicle, i) then
+ freeSeat = i
+ break
+ end
+ end
+
+ if freeSeat then
+ TaskEnterVehicle(CurrentCustomer, vehicle, -1, freeSeat, 2.0, 0)
+ CustomerIsEnteringVehicle = true
+ end
+ end
+ end
+ end
+ end
+ else
+ DrawSub(_U('return_to_veh'), 5000)
+ end
+ end
+ else
+ Citizen.Wait(500)
+ end
+ end
+end)
+
+Citizen.CreateThread(function()
+ while onJob do
+ Citizen.Wait(10000)
+ if ESX.PlayerData.job ~= nil and ESX.PlayerData.job.grade < 3 then
+ if not IsInAuthorizedVehicle() then
+ ClearCurrentMission()
+ OnJob = false
+ ESX.ShowNotification(_U('not_in_taxi'))
+ end
+ end
+ end
+end)
+
+-- Key Controls
+Citizen.CreateThread(function()
+ while true do
+ Citizen.Wait(0)
+
+ if CurrentAction and not IsDead then
+ ESX.ShowHelpNotification(CurrentActionMsg)
+
+ if IsControlJustReleased(0, 38) and ESX.PlayerData.job and ESX.PlayerData.job.name == 'taxi' then
+ if CurrentAction == 'taxi_actions_menu' then
+ OpenTaxiActionsMenu()
+ elseif CurrentAction == 'cloakroom' then
+ OpenCloakroom()
+ elseif CurrentAction == 'vehicle_spawner' then
+ OpenVehicleSpawnerMenu()
+ elseif CurrentAction == 'delete_vehicle' then
+ DeleteJobVehicle()
+ end
+
+ CurrentAction = nil
+ end
+ end
+
+ if IsControlJustReleased(0, 167) and IsInputDisabled(0) and not IsDead and Config.EnablePlayerManagement and ESX.PlayerData.job and ESX.PlayerData.job.name == 'taxi' then
+ OpenMobileTaxiActionsMenu()
+ end
+ end
+end)
+
+AddEventHandler('esx:onPlayerDeath', function()
+ IsDead = true
+end)
+
+AddEventHandler('esx:onPlayerSpawn', function(spawn)
+ IsDead = false
+end)
\ No newline at end of file
diff --git a/_resources/esx_taxijob/config.lua b/_resources/esx_taxijob/config.lua
new file mode 100644
index 00000000..407366d3
--- /dev/null
+++ b/_resources/esx_taxijob/config.lua
@@ -0,0 +1,149 @@
+Config = {}
+
+Config.DrawDistance = 10.0 -- How close do you need to be for the markers to be drawn (in GTA units).
+
+Config.NPCJobEarnings = {min = 300, max = 600}
+Config.MinimumDistance = 3000 -- Minimum NPC job destination distance from the pickup in GTA units, a higher number prevents nearby destionations.
+
+Config.MaxInService = -1 -- How much people can be in service at once?
+Config.EnablePlayerManagement = true -- Enable society managing.
+Config.EnableSocietyOwnedVehicles = false
+
+Config.Locale = 'en'
+
+Config.AuthorizedVehicles = {
+ {model = 'taxi', label = 'Taxi'}
+}
+
+Config.Zones = {
+
+ VehicleSpawner = {
+ Pos = {x = 915.039, y = -162.187, z = 74.5},
+ Size = {x = 1.0, y = 1.0, z = 1.0},
+ Color = {r = 204, g = 204, b = 0},
+ Type = 36, Rotate = true
+ },
+
+ VehicleSpawnPoint = {
+ Pos = {x = 911.108, y = -177.867, z = 74.283},
+ Size = {x = 1.5, y = 1.5, z = 1.0},
+ Type = -1, Rotate = false,
+ Heading = 225.0
+ },
+
+ VehicleDeleter = {
+ Pos = {x = 908.317, y = -183.070, z = 73.201},
+ Size = {x = 3.0, y = 3.0, z = 0.25},
+ Color = {r = 255, g = 0, b = 0},
+ Type = 1, Rotate = false
+ },
+
+ TaxiActions = {
+ Pos = {x = 903.32, y = -170.55, z = 74.0},
+ Size = {x = 1.0, y = 1.0, z = 1.0},
+ Color = {r = 204, g = 204, b = 0},
+ Type = 20, Rotate = true
+ },
+
+ Cloakroom = {
+ Pos = {x = 894.88, y = -180.23, z = 74.5},
+ Size = {x = 1.0, y = 1.0, z = 1.0},
+ Color = {r = 204, g = 204, b = 0},
+ Type = 21, Rotate = true
+ }
+}
+
+Config.JobLocations = {
+ vector3(293.5, -590.2, 42.7),
+ vector3(253.4, -375.9, 44.1),
+ vector3(120.8, -300.4, 45.1),
+ vector3(-38.4, -381.6, 38.3),
+ vector3(-107.4, -614.4, 35.7),
+ vector3(-252.3, -856.5, 30.6),
+ vector3(-236.1, -988.4, 28.8),
+ vector3(-277.0, -1061.2, 25.7),
+ vector3(-576.5, -999.0, 21.8),
+ vector3(-602.8, -952.6, 21.6),
+ vector3(-790.7, -961.9, 14.9),
+ vector3(-912.6, -864.8, 15.0),
+ vector3(-1069.8, -792.5, 18.8),
+ vector3(-1306.9, -854.1, 15.1),
+ vector3(-1468.5, -681.4, 26.2),
+ vector3(-1380.9, -452.7, 34.1),
+ vector3(-1326.3, -394.8, 36.1),
+ vector3(-1383.7, -270.0, 42.5),
+ vector3(-1679.6, -457.3, 39.4),
+ vector3(-1812.5, -416.9, 43.7),
+ vector3(-2043.6, -268.3, 23.0),
+ vector3(-2186.4, -421.6, 12.7),
+ vector3(-1862.1, -586.5, 11.2),
+ vector3(-1859.5, -617.6, 10.9),
+ vector3(-1635.0, -988.3, 12.6),
+ vector3(-1284.0, -1154.2, 5.3),
+ vector3(-1126.5, -1338.1, 4.6),
+ vector3(-867.9, -1159.7, 5.0),
+ vector3(-847.5, -1141.4, 6.3),
+ vector3(-722.6, -1144.6, 10.2),
+ vector3(-575.5, -318.4, 34.5),
+ vector3(-592.3, -224.9, 36.1),
+ vector3(-559.6, -162.9, 37.8),
+ vector3(-535.0, -65.7, 40.6),
+ vector3(-758.2, -36.7, 37.3),
+ vector3(-1375.9, 21.0, 53.2),
+ vector3(-1320.3, -128.0, 48.1),
+ vector3(-1285.7, 294.3, 64.5),
+ vector3(-1245.7, 386.5, 75.1),
+ vector3(-760.4, 285.0, 85.1),
+ vector3(-626.8, 254.1, 81.1),
+ vector3(-563.6, 268.0, 82.5),
+ vector3(-486.8, 272.0, 82.8),
+ vector3(88.3, 250.9, 108.2),
+ vector3(234.1, 344.7, 105.0),
+ vector3(435.0, 96.7, 99.2),
+ vector3(482.6, -142.5, 58.2),
+ vector3(762.7, -786.5, 25.9),
+ vector3(809.1, -1290.8, 25.8),
+ vector3(490.8, -1751.4, 28.1),
+ vector3(432.4, -1856.1, 27.0),
+ vector3(164.3, -1734.5, 28.9),
+ vector3(-57.7, -1501.4, 31.1),
+ vector3(52.2, -1566.7, 29.0),
+ vector3(310.2, -1376.8, 31.4),
+ vector3(182.0, -1332.8, 28.9),
+ vector3(-74.6, -1100.6, 25.7),
+ vector3(-887.0, -2187.5, 8.1),
+ vector3(-749.6, -2296.6, 12.5),
+ vector3(-1064.8, -2560.7, 19.7),
+ vector3(-1033.4, -2730.2, 19.7),
+ vector3(-1018.7, -2732.0, 13.3),
+ vector3(797.4, -174.4, 72.7),
+ vector3(508.2, -117.9, 60.8),
+ vector3(159.5, -27.6, 67.4),
+ vector3(-36.4, -106.9, 57.0),
+ vector3(-355.8, -270.4, 33.0),
+ vector3(-831.2, -76.9, 37.3),
+ vector3(-1038.7, -214.6, 37.0),
+ vector3(1918.4, 3691.4, 32.3),
+ vector3(1820.2, 3697.1, 33.5),
+ vector3(1619.3, 3827.2, 34.5),
+ vector3(1418.6, 3602.2, 34.5),
+ vector3(1944.9, 3856.3, 31.7),
+ vector3(2285.3, 3839.4, 34.0),
+ vector3(2760.9, 3387.8, 55.7),
+ vector3(1952.8, 2627.7, 45.4),
+ vector3(1051.4, 474.8, 93.7),
+ vector3(866.4, 17.6, 78.7),
+ vector3(319.0, 167.4, 103.3),
+ vector3(88.8, 254.1, 108.2),
+ vector3(-44.9, 70.4, 72.4),
+ vector3(-115.5, 84.3, 70.8),
+ vector3(-384.8, 226.9, 83.5),
+ vector3(-578.7, 139.1, 61.3),
+ vector3(-651.3, -584.9, 34.1),
+ vector3(-571.8, -1195.6, 17.9),
+ vector3(-1513.3, -670.0, 28.4),
+ vector3(-1297.5, -654.9, 26.1),
+ vector3(-1645.5, 144.6, 61.7),
+ vector3(-1160.6, 744.4, 154.6),
+ vector3(-798.1, 831.7, 204.4)
+}
diff --git a/_resources/esx_taxijob/esx_taxijob.sql b/_resources/esx_taxijob/esx_taxijob.sql
new file mode 100644
index 00000000..03a4ba19
--- /dev/null
+++ b/_resources/esx_taxijob/esx_taxijob.sql
@@ -0,0 +1,25 @@
+USE `es_extended`;
+
+INSERT INTO `addon_account` (name, label, shared) VALUES
+ ('society_taxi', 'Taxi', 1)
+;
+
+INSERT INTO `datastore` (name, label, shared) VALUES
+ ('society_taxi', 'Taxi', 1)
+;
+
+INSERT INTO `addon_inventory` (name, label, shared) VALUES
+ ('society_taxi', 'Taxi', 1)
+;
+
+INSERT INTO `jobs` (name, label) VALUES
+ ('taxi', 'Taxi')
+;
+
+INSERT INTO `job_grades` (job_name, grade, name, label, salary, skin_male, skin_female) VALUES
+ ('taxi',0,'recrue','Recrue',12,'{"hair_2":0,"hair_color_2":0,"torso_1":32,"bags_1":0,"helmet_2":0,"chain_2":0,"eyebrows_3":0,"makeup_3":0,"makeup_2":0,"tshirt_1":31,"makeup_1":0,"bags_2":0,"makeup_4":0,"eyebrows_4":0,"chain_1":0,"lipstick_4":0,"bproof_2":0,"hair_color_1":0,"decals_2":0,"pants_2":0,"age_2":0,"glasses_2":0,"ears_2":0,"arms":27,"lipstick_1":0,"ears_1":-1,"mask_2":0,"sex":0,"lipstick_3":0,"helmet_1":-1,"shoes_2":0,"beard_2":0,"beard_1":0,"lipstick_2":0,"beard_4":0,"glasses_1":0,"bproof_1":0,"mask_1":0,"decals_1":1,"hair_1":0,"eyebrows_2":0,"beard_3":0,"age_1":0,"tshirt_2":0,"skin":0,"torso_2":0,"eyebrows_1":0,"face":0,"shoes_1":10,"pants_1":24}', '{"hair_2":0,"hair_color_2":0,"torso_1":57,"bags_1":0,"helmet_2":0,"chain_2":0,"eyebrows_3":0,"makeup_3":0,"makeup_2":0,"tshirt_1":38,"makeup_1":0,"bags_2":0,"makeup_4":0,"eyebrows_4":0,"chain_1":0,"lipstick_4":0,"bproof_2":0,"hair_color_1":0,"decals_2":0,"pants_2":1,"age_2":0,"glasses_2":0,"ears_2":0,"arms":21,"lipstick_1":0,"ears_1":-1,"mask_2":0,"sex":1,"lipstick_3":0,"helmet_1":-1,"shoes_2":0,"beard_2":0,"beard_1":0,"lipstick_2":0,"beard_4":0,"glasses_1":5,"bproof_1":0,"mask_1":0,"decals_1":1,"hair_1":0,"eyebrows_2":0,"beard_3":0,"age_1":0,"tshirt_2":0,"skin":0,"torso_2":0,"eyebrows_1":0,"face":0,"shoes_1":49,"pants_1":11}'),
+ ('taxi',1,'novice','Novice',24,'{"hair_2":0,"hair_color_2":0,"torso_1":32,"bags_1":0,"helmet_2":0,"chain_2":0,"eyebrows_3":0,"makeup_3":0,"makeup_2":0,"tshirt_1":31,"makeup_1":0,"bags_2":0,"makeup_4":0,"eyebrows_4":0,"chain_1":0,"lipstick_4":0,"bproof_2":0,"hair_color_1":0,"decals_2":0,"pants_2":0,"age_2":0,"glasses_2":0,"ears_2":0,"arms":27,"lipstick_1":0,"ears_1":-1,"mask_2":0,"sex":0,"lipstick_3":0,"helmet_1":-1,"shoes_2":0,"beard_2":0,"beard_1":0,"lipstick_2":0,"beard_4":0,"glasses_1":0,"bproof_1":0,"mask_1":0,"decals_1":1,"hair_1":0,"eyebrows_2":0,"beard_3":0,"age_1":0,"tshirt_2":0,"skin":0,"torso_2":0,"eyebrows_1":0,"face":0,"shoes_1":10,"pants_1":24}', '{"hair_2":0,"hair_color_2":0,"torso_1":57,"bags_1":0,"helmet_2":0,"chain_2":0,"eyebrows_3":0,"makeup_3":0,"makeup_2":0,"tshirt_1":38,"makeup_1":0,"bags_2":0,"makeup_4":0,"eyebrows_4":0,"chain_1":0,"lipstick_4":0,"bproof_2":0,"hair_color_1":0,"decals_2":0,"pants_2":1,"age_2":0,"glasses_2":0,"ears_2":0,"arms":21,"lipstick_1":0,"ears_1":-1,"mask_2":0,"sex":1,"lipstick_3":0,"helmet_1":-1,"shoes_2":0,"beard_2":0,"beard_1":0,"lipstick_2":0,"beard_4":0,"glasses_1":5,"bproof_1":0,"mask_1":0,"decals_1":1,"hair_1":0,"eyebrows_2":0,"beard_3":0,"age_1":0,"tshirt_2":0,"skin":0,"torso_2":0,"eyebrows_1":0,"face":0,"shoes_1":49,"pants_1":11}'),
+ ('taxi',2,'experimente','Experimente',36,'{"hair_2":0,"hair_color_2":0,"torso_1":26,"bags_1":0,"helmet_2":0,"chain_2":0,"eyebrows_3":0,"makeup_3":0,"makeup_2":0,"tshirt_1":57,"makeup_1":0,"bags_2":0,"makeup_4":0,"eyebrows_4":0,"chain_1":0,"lipstick_4":0,"bproof_2":0,"hair_color_1":0,"decals_2":0,"pants_2":4,"age_2":0,"glasses_2":0,"ears_2":0,"arms":11,"lipstick_1":0,"ears_1":-1,"mask_2":0,"sex":0,"lipstick_3":0,"helmet_1":-1,"shoes_2":0,"beard_2":0,"beard_1":0,"lipstick_2":0,"beard_4":0,"glasses_1":0,"bproof_1":0,"mask_1":0,"decals_1":0,"hair_1":0,"eyebrows_2":0,"beard_3":0,"age_1":0,"tshirt_2":0,"skin":0,"torso_2":0,"eyebrows_1":0,"face":0,"shoes_1":10,"pants_1":24}', '{"hair_2":0,"hair_color_2":0,"torso_1":57,"bags_1":0,"helmet_2":0,"chain_2":0,"eyebrows_3":0,"makeup_3":0,"makeup_2":0,"tshirt_1":38,"makeup_1":0,"bags_2":0,"makeup_4":0,"eyebrows_4":0,"chain_1":0,"lipstick_4":0,"bproof_2":0,"hair_color_1":0,"decals_2":0,"pants_2":1,"age_2":0,"glasses_2":0,"ears_2":0,"arms":21,"lipstick_1":0,"ears_1":-1,"mask_2":0,"sex":1,"lipstick_3":0,"helmet_1":-1,"shoes_2":0,"beard_2":0,"beard_1":0,"lipstick_2":0,"beard_4":0,"glasses_1":5,"bproof_1":0,"mask_1":0,"decals_1":1,"hair_1":0,"eyebrows_2":0,"beard_3":0,"age_1":0,"tshirt_2":0,"skin":0,"torso_2":0,"eyebrows_1":0,"face":0,"shoes_1":49,"pants_1":11}'),
+ ('taxi',3,'uber','Uber',48,'{"hair_2":0,"hair_color_2":0,"torso_1":26,"bags_1":0,"helmet_2":0,"chain_2":0,"eyebrows_3":0,"makeup_3":0,"makeup_2":0,"tshirt_1":57,"makeup_1":0,"bags_2":0,"makeup_4":0,"eyebrows_4":0,"chain_1":0,"lipstick_4":0,"bproof_2":0,"hair_color_1":0,"decals_2":0,"pants_2":4,"age_2":0,"glasses_2":0,"ears_2":0,"arms":11,"lipstick_1":0,"ears_1":-1,"mask_2":0,"sex":0,"lipstick_3":0,"helmet_1":-1,"shoes_2":0,"beard_2":0,"beard_1":0,"lipstick_2":0,"beard_4":0,"glasses_1":0,"bproof_1":0,"mask_1":0,"decals_1":0,"hair_1":0,"eyebrows_2":0,"beard_3":0,"age_1":0,"tshirt_2":0,"skin":0,"torso_2":0,"eyebrows_1":0,"face":0,"shoes_1":10,"pants_1":24}', '{"hair_2":0,"hair_color_2":0,"torso_1":57,"bags_1":0,"helmet_2":0,"chain_2":0,"eyebrows_3":0,"makeup_3":0,"makeup_2":0,"tshirt_1":38,"makeup_1":0,"bags_2":0,"makeup_4":0,"eyebrows_4":0,"chain_1":0,"lipstick_4":0,"bproof_2":0,"hair_color_1":0,"decals_2":0,"pants_2":1,"age_2":0,"glasses_2":0,"ears_2":0,"arms":21,"lipstick_1":0,"ears_1":-1,"mask_2":0,"sex":1,"lipstick_3":0,"helmet_1":-1,"shoes_2":0,"beard_2":0,"beard_1":0,"lipstick_2":0,"beard_4":0,"glasses_1":5,"bproof_1":0,"mask_1":0,"decals_1":1,"hair_1":0,"eyebrows_2":0,"beard_3":0,"age_1":0,"tshirt_2":0,"skin":0,"torso_2":0,"eyebrows_1":0,"face":0,"shoes_1":49,"pants_1":11}'),
+ ('taxi',4,'boss','Patron',0,'{"hair_2":0,"hair_color_2":0,"torso_1":29,"bags_1":0,"helmet_2":0,"chain_2":0,"eyebrows_3":0,"makeup_3":0,"makeup_2":0,"tshirt_1":31,"makeup_1":0,"bags_2":0,"makeup_4":0,"eyebrows_4":0,"chain_1":0,"lipstick_4":0,"bproof_2":0,"hair_color_1":0,"decals_2":0,"pants_2":4,"age_2":0,"glasses_2":0,"ears_2":0,"arms":1,"lipstick_1":0,"ears_1":-1,"mask_2":0,"sex":0,"lipstick_3":0,"helmet_1":-1,"shoes_2":0,"beard_2":0,"beard_1":0,"lipstick_2":0,"beard_4":0,"glasses_1":0,"bproof_1":0,"mask_1":0,"decals_1":0,"hair_1":0,"eyebrows_2":0,"beard_3":0,"age_1":0,"tshirt_2":0,"skin":0,"torso_2":4,"eyebrows_1":0,"face":0,"shoes_1":10,"pants_1":24}', '{"hair_2":0,"hair_color_2":0,"torso_1":57,"bags_1":0,"helmet_2":0,"chain_2":0,"eyebrows_3":0,"makeup_3":0,"makeup_2":0,"tshirt_1":38,"makeup_1":0,"bags_2":0,"makeup_4":0,"eyebrows_4":0,"chain_1":0,"lipstick_4":0,"bproof_2":0,"hair_color_1":0,"decals_2":0,"pants_2":1,"age_2":0,"glasses_2":0,"ears_2":0,"arms":21,"lipstick_1":0,"ears_1":-1,"mask_2":0,"sex":1,"lipstick_3":0,"helmet_1":-1,"shoes_2":0,"beard_2":0,"beard_1":0,"lipstick_2":0,"beard_4":0,"glasses_1":5,"bproof_1":0,"mask_1":0,"decals_1":1,"hair_1":0,"eyebrows_2":0,"beard_3":0,"age_1":0,"tshirt_2":0,"skin":0,"torso_2":0,"eyebrows_1":0,"face":0,"shoes_1":49,"pants_1":11}')
+;
diff --git a/_resources/esx_taxijob/fxmanifest.lua b/_resources/esx_taxijob/fxmanifest.lua
new file mode 100644
index 00000000..4ca75e7c
--- /dev/null
+++ b/_resources/esx_taxijob/fxmanifest.lua
@@ -0,0 +1,37 @@
+fx_version 'adamant'
+
+game 'gta5'
+
+description 'ESX Taxi Job'
+
+version '1.0.2'
+
+client_scripts {
+ '@es_extended/locale.lua',
+ 'locales/de.lua',
+ 'locales/br.lua',
+ 'locales/en.lua',
+ 'locales/es.lua',
+ 'locales/fi.lua',
+ 'locales/fr.lua',
+ 'locales/pl.lua',
+ 'locales/sv.lua',
+ 'config.lua',
+ 'client/main.lua'
+}
+
+server_scripts {
+ '@es_extended/locale.lua',
+ 'locales/de.lua',
+ 'locales/br.lua',
+ 'locales/en.lua',
+ 'locales/es.lua',
+ 'locales/fi.lua',
+ 'locales/fr.lua',
+ 'locales/pl.lua',
+ 'locales/sv.lua',
+ 'config.lua',
+ 'server/main.lua'
+}
+
+dependency 'es_extended'
diff --git a/_resources/esx_taxijob/locales/br.lua b/_resources/esx_taxijob/locales/br.lua
new file mode 100644
index 00000000..21e1b7a1
--- /dev/null
+++ b/_resources/esx_taxijob/locales/br.lua
@@ -0,0 +1,52 @@
+Locales['br'] = {
+ -- cloakroom
+ ['cloakroom_menu'] = 'guarda-roupa',
+ ['cloakroom_prompt'] = 'pressione ~INPUT_CONTEXT~ para abrir o ~y~cloakroom~s~.',
+ ['wear_citizen'] = 'roupa de cidadão',
+ ['wear_work'] = 'roupa de taxista',
+
+ -- garage
+ ['spawner_prompt'] = 'pressione ~INPUT_CONTEXT~ para abrir a ~y~garage~s~.',
+ ['store_veh'] = 'pressione ~INPUT_CONTEXT~ para guardar o veículo',
+ ['spawn_veh'] = 'pegar veículo',
+ ['spawnpoint_blocked'] = 'existe um veículo bloqueando o ponto de spawn!',
+ ['only_taxi'] = 'você só pode guardar taxis.',
+
+ ['taking_service'] = 'pegando serviço: Taxi/Uber',
+ ['full_service'] = 'serviço completo: ',
+ ['amount_invalid'] = 'valor inválido',
+ ['press_to_open'] = 'pressione ~INPUT_CONTEXT~ para acessar o menu',
+ ['billing'] = 'faturamento',
+ ['billing_sent'] = 'a fatura foi enviada!',
+ ['invoice_amount'] = 'valor da fatura',
+ ['no_players_near'] = 'nenhum jogador nas proximidades',
+ ['start_job'] = 'iniciar / parar missão',
+ ['drive_search_pass'] = 'dirigindo em busca de ~y~passageiros',
+ ['customer_found'] = 'você ~g~encontrou~s~ um passageiro, dirija até o destino',
+ ['client_unconcious'] = 'seu passageiro está ~r~insconsciente~s~. Procure por outro.',
+ ['arrive_dest'] = 'você ~g~chegou~s~ ao seu destino',
+ ['take_me_to_near'] = '~s~Leve me para~y~ %s~s~, perto~y~ %s',
+ ['take_me_to'] = '~s~Leve me para~y~ %s',
+ ['close_to_client'] = 'você está perto do passageiro, aproximisse dele',
+ ['return_to_veh'] = 'volte para o seu veículo para continuar a missão',
+ ['must_in_taxi'] = 'você deve estar em um táxi para começar a missão',
+ ['must_in_vehicle'] = 'você deve estar em um veículo para começar a missão',
+ ['not_in_taxi'] = 'You left the taxi while on mission!',
+ ['have_earned'] = 'você ganhou ~g~$%s~s~',
+ ['comp_earned'] = '- sua empresa ganhou ~g~$%s~s~\n- Você ganhou ~g~$%s~s~',
+ ['deposit_stock'] = 'depositar estoque',
+ ['take_stock'] = 'retirar estoque',
+ ['boss_actions'] = 'ações de chefe',
+ ['mission_complete'] = 'missão completa',
+ ['quantity'] = 'quantidade',
+ ['quantity_invalid'] = 'é uma quantidade inválida!',
+ ['inventory'] = 'inventário',
+ ['taxi_client'] = 'cliente do taxi',
+ ['have_withdrawn'] = 'você retirou ~y~x%s~s~ ~b~%s~s~',
+ ['have_deposited'] = 'você depositou ~y~x%s~s~ ~b~%s~s~',
+ ['player_cannot_hold'] = 'você não tem espaço suficiente em seu inventário!',
+ ['blip_taxi'] = 'taxi',
+ ['phone_taxi'] = 'taxi',
+ ['taxi'] = 'taxi',
+ ['taxi_stock'] = 'taxi Stock'
+}
diff --git a/_resources/esx_taxijob/locales/de.lua b/_resources/esx_taxijob/locales/de.lua
new file mode 100644
index 00000000..06a22aa3
--- /dev/null
+++ b/_resources/esx_taxijob/locales/de.lua
@@ -0,0 +1,52 @@
+Locales['de'] = {
+ -- cloakroom
+ ['cloakroom_menu'] = 'cloakroom',
+ ['cloakroom_prompt'] = 'press ~INPUT_CONTEXT~ to open the ~y~cloakroom~s~.',
+ ['wear_citizen'] = 'citizen wear',
+ ['wear_work'] = 'taxi wear',
+
+ -- garage
+ ['spawner_prompt'] = 'press ~INPUT_CONTEXT~ to open the ~y~garage~s~.',
+ ['store_veh'] = 'Drücke ~INPUT_CONTEXT~ um das Fahrzeug zu parken',
+ ['spawn_veh'] = 'Fahrzeug spawnen',
+ ['spawnpoint_blocked'] = 'there is a vehicle blocking the spawnpoint!',
+ ['only_taxi'] = 'Du kannst nur Taxis parken.',
+
+ ['taking_service'] = 'Service annehmen: Taxi/Uber',
+ ['full_service'] = 'Voller Service: ',
+ ['amount_invalid'] = 'Betrag ungültig',
+ ['press_to_open'] = 'Drücke ~INPUT_CONTEXT~ um das Menü zu öffnen',
+ ['billing'] = 'Rechnung',
+ ['billing_sent'] = 'the bill has been registered!',
+ ['invoice_amount'] = 'Rechnugsbetrag',
+ ['no_players_near'] = 'Kein Spieler in der Nähe',
+ ['start_job'] = 'start / stop driving NPC jobs',
+ ['drive_search_pass'] = 'Auf der Suche nach ~y~Passagieren',
+ ['customer_found'] = 'du hast einen Passagier ~g~gefunden~s~ , Fahre in zum Ziel',
+ ['client_unconcious'] = 'dein Passagier ist ~r~bewusstlos~s~. Suche nach einem anderen.',
+ ['arrive_dest'] = 'du bist an deinem Ziel ~g~angekommen~s~',
+ ['take_me_to_near'] = '~s~Bring mich nach~y~ %s~s~, in der Nähe von~y~ %s',
+ ['take_me_to'] = '~s~Bring mich nach~y~ %s',
+ ['close_to_client'] = 'du bist nahe an dem Passagier, du musst noch näher ran',
+ ['return_to_veh'] = 'bitte kehre zu deinem Fahezeug zurück umd die Mission fortzuführen',
+ ['must_in_taxi'] = 'Du musst in einem Taxis sein umd die Mission starten zu können',
+ ['must_in_vehicle'] = 'Du musst in einem Fahrzeug sein um die Mission starten zu können',
+ ['not_in_taxi'] = 'You left the taxi while on mission!',
+ ['have_earned'] = 'verdient ~g~$%s~s~',
+ ['comp_earned'] = '- Die Firma verdient ~g~$\n- Verdient ~g~$%s~s~',
+ ['deposit_stock'] = 'deposit Stock',
+ ['take_stock'] = 'take Stock',
+ ['boss_actions'] = 'boss Actions',
+ ['mission_complete'] = 'mission Completed',
+ ['quantity'] = 'quantity',
+ ['quantity_invalid'] = 'that is an invalid quantity!',
+ ['inventory'] = 'inventory',
+ ['taxi_client'] = 'taxi Client',
+ ['have_withdrawn'] = 'you have withdrawn ~y~x%s~s~ ~b~%s~s~',
+ ['have_deposited'] = 'you have deposited ~y~x%s~s~ ~b~%s~s~',
+ ['player_cannot_hold'] = 'you do ~r~not~s~ have enough ~y~free space~s~ in your inventory!',
+ ['blip_taxi'] = 'taxi',
+ ['phone_taxi'] = 'taxi',
+ ['taxi'] = 'taxi',
+ ['taxi_stock'] = 'taxi Stock'
+}
diff --git a/_resources/esx_taxijob/locales/en.lua b/_resources/esx_taxijob/locales/en.lua
new file mode 100644
index 00000000..4fb29760
--- /dev/null
+++ b/_resources/esx_taxijob/locales/en.lua
@@ -0,0 +1,52 @@
+Locales['en'] = {
+ -- cloakroom
+ ['cloakroom_menu'] = 'cloakroom',
+ ['cloakroom_prompt'] = 'press ~INPUT_CONTEXT~ to access the ~y~Cloakroom~s~.',
+ ['wear_citizen'] = 'citizen wear',
+ ['wear_work'] = 'taxi wear',
+
+ -- garage
+ ['spawner_prompt'] = 'press ~INPUT_CONTEXT~ to access the ~y~Garage~s~.',
+ ['store_veh'] = 'press ~INPUT_CONTEXT~ to store the vehicle',
+ ['spawn_veh'] = 'spawn vehicle',
+ ['spawnpoint_blocked'] = 'there is a vehicle blocking the spawnpoint!',
+ ['only_taxi'] = 'you can only store taxis.',
+
+ ['taking_service'] = 'taking service: Taxi/Uber',
+ ['full_service'] = 'full service: ',
+ ['amount_invalid'] = 'amount invalid',
+ ['press_to_open'] = 'press ~INPUT_CONTEXT~ to access the menu',
+ ['billing'] = 'billing',
+ ['billing_sent'] = 'the bill has been registered!',
+ ['invoice_amount'] = 'invoice amount',
+ ['no_players_near'] = 'no players nearby',
+ ['start_job'] = 'start / stop driving NPC jobs',
+ ['drive_search_pass'] = 'driving in search of ~y~passengers',
+ ['customer_found'] = 'you have ~g~found~s~ a customer, get closer to them',
+ ['client_unconcious'] = 'your client is ~r~unconscious~s~, look for another one',
+ ['arrive_dest'] = 'you have ~g~arrived~s~ at your destination',
+ ['take_me_to_near'] = '~s~Take me to~y~ %s~s~, near ~y~%s',
+ ['take_me_to'] = '~s~Take me to ~y~%s',
+ ['close_to_client'] = 'you are too far from the client, get close to them',
+ ['return_to_veh'] = 'please return to your vehicle to continue the mission',
+ ['must_in_taxi'] = 'you must be in a ~y~taxi~s~ to start the mission',
+ ['must_in_vehicle'] = 'you must be in a vehicle to begin the mission',
+ ['not_in_taxi'] = 'You left the taxi while on mission!',
+ ['have_earned'] = 'you have earned ~g~$%s~s~',
+ ['comp_earned'] = '- your company has earned ~g~$%s~s~\n- you have earned ~g~$%s~s~',
+ ['deposit_stock'] = 'deposit Stock',
+ ['take_stock'] = 'take Stock',
+ ['boss_actions'] = 'boss Actions',
+ ['mission_complete'] = 'mission Completed',
+ ['quantity'] = 'quantity',
+ ['quantity_invalid'] = 'that is an invalid quantity!',
+ ['inventory'] = 'inventory',
+ ['taxi_client'] = 'taxi Client',
+ ['have_withdrawn'] = 'you have withdrawn ~y~x%s~s~ ~b~%s~s~',
+ ['have_deposited'] = 'you have deposited ~y~x%s~s~ ~b~%s~s~',
+ ['player_cannot_hold'] = 'you do ~r~not~s~ have enough ~y~free space~s~ in your inventory!',
+ ['blip_taxi'] = 'downtown Cab Co.',
+ ['phone_taxi'] = 'downtown Cab Co.',
+ ['taxi'] = 'taxi',
+ ['taxi_stock'] = 'taxi Stock'
+}
diff --git a/_resources/esx_taxijob/locales/es.lua b/_resources/esx_taxijob/locales/es.lua
new file mode 100644
index 00000000..36707678
--- /dev/null
+++ b/_resources/esx_taxijob/locales/es.lua
@@ -0,0 +1,54 @@
+-- Traducción by: https://github.com/ItsManueh
+
+Locales['es'] = {
+ -- cloakroom
+ ['cloakroom_menu'] = 'Guardarropa',
+ ['cloakroom_prompt'] = 'Presiona ~INPUT_CONTEXT~ para acceder al ~y~Guardarropa~s~.',
+ ['wear_citizen'] = 'Ropa ciudadana',
+ ['wear_work'] = 'Ropa de taxista',
+
+ -- garage
+ ['spawner_prompt'] = 'Presiona ~INPUT_CONTEXT~ para acceder al ~y~Garaje~s~.',
+ ['store_veh'] = 'Presiona ~INPUT_CONTEXT~ para almacenar el vehículo',
+ ['spawn_veh'] = 'Vehículo de generación',
+ ['spawnpoint_blocked'] = '¡Hay un vehículo bloqueando el punto de generación!',
+ ['only_taxi'] = 'Solo puede almacenar taxis.',
+
+ ['taking_service'] = 'Tomando servicio: Taxi / Uber',
+ ['full_service'] = 'Servicio completo: ',
+ ['amount_invalid'] = 'Cantidad inválida',
+ ['press_to_open'] = 'Presiona ~INPUT_CONTEXT~ para acceder al menú',
+ ['billing'] = 'Facturación',
+ ['billing_sent'] = '¡La factura ha sido registrada!',
+ ['invoice_amount'] = 'Factura inválida',
+ ['no_players_near'] = 'No hay jugadores cerca',
+ ['start_job'] = 'Iniciar / Detener la conducción de trabajos NPC',
+ ['drive_search_pass'] = 'Conduciendo en busca de ~y~pasajeros',
+ ['customer_found'] = 'Has ~g~encontrado~s~ un cliente, acércate a ellos',
+ ['client_unconcious'] = 'Tu cliente es ~r~inconsciente~s~, busca otro',
+ ['arrive_dest'] = 'Has ~g~llegado~s~ al destino correctamente',
+ ['take_me_to_near'] = '~s~Llévame a~y~ %s~s~, cerca ~y~%s',
+ ['take_me_to'] = '~s~Llévame a ~y~%s',
+ ['close_to_client'] = 'Estás demasiado lejos del cliente, acércate a él',
+ ['return_to_veh'] = 'Por favor regrese a su vehículo para continuar la misión',
+ ['must_in_taxi'] = 'Debes estar en un ~y~taxi~s~ para comenzar la misión',
+ ['must_in_vehicle'] = 'Debes estar en un vehículo para comenzar la misión',
+ ['not_in_taxi'] = '¡Dejaste el taxi mientras estabas en misión!',
+ ['have_earned'] = 'Usted ha ganado ~g~$%s~s~',
+ ['comp_earned'] = '- Tu empresa se ha ganado ~g~$%s~s~\n- usted ha ganado ~g~$%s~s~',
+ ['deposit_stock'] = 'Depositar stock',
+ ['take_stock'] = 'Coger Stock',
+ ['boss_actions'] = 'Acciones del jefe',
+ ['mission_complete'] = 'Misión completada',
+ ['quantity'] = 'Cantidad',
+ ['quantity_invalid'] = '¡Esa es una cantidad inválida!',
+ ['inventory'] = 'Inventario',
+ ['taxi_client'] = 'Cliente taxi',
+ ['have_withdrawn'] = 'Has retirado ~y~x%s~s~ ~b~%s~s~',
+ ['have_deposited'] = 'Has depositado ~y~x%s~s~ ~b~%s~s~',
+ ['player_cannot_hold'] = '!Tu ~r~no~s~ tienes suficiente ~y~espacio libre~s~ en tu inventario!',
+ ['blip_taxi'] = 'Downtown Cab Co.',
+ ['phone_taxi'] = 'Downtown Cab Co.',
+ ['taxi'] = 'Taxi',
+ ['taxi_stock'] = 'Taxi Stock'
+}
diff --git a/_resources/esx_taxijob/locales/fi.lua b/_resources/esx_taxijob/locales/fi.lua
new file mode 100644
index 00000000..a1fb5d91
--- /dev/null
+++ b/_resources/esx_taxijob/locales/fi.lua
@@ -0,0 +1,52 @@
+Locales['fi'] = {
+ -- cloakroom
+ ['cloakroom_menu'] = 'cloakroom',
+ ['cloakroom_prompt'] = 'press ~INPUT_CONTEXT~ to open the ~y~cloakroom~s~.',
+ ['wear_citizen'] = 'citizen wear',
+ ['wear_work'] = 'taxi wear',
+
+ -- garage
+ ['spawner_prompt'] = 'press ~INPUT_CONTEXT~ to open the ~y~garage~s~.',
+ ['store_veh'] = 'paina ~INPUT_CONTEXT~ laittaaksesi auto talliin',
+ ['spawn_veh'] = 'spawnaa ajoneuvo',
+ ['spawnpoint_blocked'] = 'there is a vehicle blocking the spawnpoint!',
+ ['only_taxi'] = 'Voit vain tallettaa taxeja',
+
+ ['taking_service'] = 'Aloitetaan työ: Taxi/Uber',
+ ['full_service'] = 'täysi palvelu: ',
+ ['amount_invalid'] = 'virheellinen summa',
+ ['press_to_open'] = 'paina ~INPUT_CONTEXT~ avataksesi valikko',
+ ['billing'] = 'Laskutus',
+ ['billing_sent'] = 'the bill has been registered!',
+ ['invoice_amount'] = 'laskun määrä',
+ ['no_players_near'] = 'ei pelaajia lähellä',
+ ['start_job'] = 'start / stop driving NPC jobs',
+ ['drive_search_pass'] = 'Ajele ympäriinsä etsi uusia ~y~asiakkaita',
+ ['customer_found'] = 'Sinä ~g~löysit~s~ asiakkaan, aja lähemmäksi',
+ ['client_unconcious'] = 'Sinun asiakkaasi on ~r~tajuton~s~. Etsi uusi.',
+ ['arrive_dest'] = 'Sinä ~g~saavuit~s~ kohteeseen',
+ ['take_me_to_near'] = '~s~Vie minut ~y~ %s~s~, lähellä~y~ %s',
+ ['take_me_to'] = '~s~Vie minut~y~ %s',
+ ['close_to_client'] = 'Olet asiakkaan lähellä, mene lähemmäksi',
+ ['return_to_veh'] = 'Mene takaisin ajoneuvoon, jatkaaksesi töitä',
+ ['must_in_taxi'] = 'Sinun pitää olla taxissa että voit alottaa työn',
+ ['must_in_vehicle'] = 'Sinun pitää olla ajoneuvossa että voit alottaa työn',
+ ['not_in_taxi'] = 'You left the taxi while on mission!',
+ ['have_earned'] = 'Sinä tienasit ~g~€%s~s~',
+ ['comp_earned'] = '- Yrityksesi tienasi ~g~€%s~s~\n- Sinä tienasit ~g~€%s~s~',
+ ['deposit_stock'] = 'Talleta varastoon',
+ ['take_stock'] = 'ota varastosta',
+ ['boss_actions'] = 'pomon toiminnot',
+ ['mission_complete'] = 'tehtävä suoritettu',
+ ['quantity'] = 'määrä',
+ ['quantity_invalid'] = 'virheellinen Määrä',
+ ['inventory'] = 'reppu',
+ ['taxi_client'] = 'taxi Asiakas',
+ ['have_withdrawn'] = 'sinä nostit ~y~x%s~s~ ~b~%s~s~',
+ ['have_deposited'] = 'sinä talletit ~y~x%s~s~ ~b~%s~s~',
+ ['player_cannot_hold'] = 'sinulla ~r~ei ole~s~ enempää ~y~vapaata tilaa~s~ repussasi!',
+ ['blip_taxi'] = 'taxi',
+ ['phone_taxi'] = 'taxi',
+ ['taxi'] = 'taxi',
+ ['taxi_stock'] = 'taxi Stock'
+}
diff --git a/_resources/esx_taxijob/locales/fr.lua b/_resources/esx_taxijob/locales/fr.lua
new file mode 100644
index 00000000..56aae71b
--- /dev/null
+++ b/_resources/esx_taxijob/locales/fr.lua
@@ -0,0 +1,52 @@
+Locales['fr'] = {
+ -- cloakroom
+ ['cloakroom_menu'] = 'vestiaire',
+ ['cloakroom_prompt'] = 'appuyez sur ~INPUT_CONTEXT~ pour ouvrir le ~y~cloakroom~s~.',
+ ['wear_citizen'] = 'tenue civile',
+ ['wear_work'] = 'tenue de travail',
+
+ -- garage
+ ['spawner_prompt'] = 'appuyez sur ~INPUT_CONTEXT~ pour ouvrir le ~y~garage~s~.',
+ ['store_veh'] = 'appuyez sur ~INPUT_CONTEXT~ pour ranger le véhicule',
+ ['spawn_veh'] = 'sortir véhicule',
+ ['spawnpoint_blocked'] = 'un véhicule bloque la sortie!!',
+ ['only_taxi'] = 'vous ne pouvez ranger que les taxi',
+
+ ['taking_service'] = 'prise de service : Taxi/Uber',
+ ['full_service'] = 'service complet : ',
+ ['amount_invalid'] = 'montant invalide',
+ ['press_to_open'] = 'appuyez sur ~INPUT_CONTEXT~ pour accéder au menu',
+ ['billing'] = 'facuration',
+ ['billing_sent'] = 'the bill has been registered!',
+ ['invoice_amount'] = 'montant de la facture',
+ ['no_players_near'] = 'aucun joueur à proximité',
+ ['start_job'] = 'start / stop driving NPC jobs',
+ ['drive_search_pass'] = 'conduisez à la recherche de ~y~passagers',
+ ['customer_found'] = 'vous avez ~g~trouvé~s~ un client, conduisez jusqu\'à ce dernier',
+ ['client_unconcious'] = 'votre client est ~r~inconscient~s~. Cherchez-en un autre.',
+ ['arrive_dest'] = 'vous êtes ~g~arrivé~s~ à destination',
+ ['take_me_to_near'] = '~s~Emmenez-moi à~y~ %s~s~, près de~y~ %s',
+ ['take_me_to'] = '~s~Emmenez-moi à~y~ %s',
+ ['close_to_client'] = 'vous êtes à proximité du client, approchez-vous de lui',
+ ['return_to_veh'] = 'veuillez remonter dans votre véhicule pour continuer la mission',
+ ['must_in_taxi'] = 'vous devez être dans un taxi pour commencer la mission',
+ ['must_in_vehicle'] = 'vous devez être dans un véhicule pour commencer la mission',
+ ['not_in_taxi'] = 'You left the taxi while on mission!',
+ ['have_earned'] = 'vous avez gagné ~g~$%s~s~',
+ ['comp_earned'] = '- Votre société a gagné ~g~$%s~s~\n- Vous avez gagné ~g~$%s~s~',
+ ['deposit_stock'] = 'Déposer Stock',
+ ['take_stock'] = 'Prendre Stock',
+ ['boss_actions'] = 'action Patron',
+ ['mission_complete'] = 'Mission terminée',
+ ['quantity'] = 'Quantité',
+ ['quantity_invalid'] = 'Quantité invalide',
+ ['inventory'] = 'Inventaire',
+ ['taxi_client'] = 'client Taxi',
+ ['have_withdrawn'] = 'vous avez pris ~y~x%s~s~ ~b~%s~s~',
+ ['have_deposited'] = 'vous avez déposé ~y~x%s~s~ ~b~%s~s~',
+ ['player_cannot_hold'] = 'vous n\'avez pas assez ~y~de place~s~ dans votre inventaire!',
+ ['blip_taxi'] = 'taxi',
+ ['phone_taxi'] = 'taxi',
+ ['taxi'] = 'taxi',
+ ['taxi_stock'] = 'taxi Stock'
+}
diff --git a/_resources/esx_taxijob/locales/pl.lua b/_resources/esx_taxijob/locales/pl.lua
new file mode 100644
index 00000000..47a8358a
--- /dev/null
+++ b/_resources/esx_taxijob/locales/pl.lua
@@ -0,0 +1,52 @@
+Locales['pl'] = {
+ -- cloakroom
+ ['cloakroom_menu'] = 'szatnia',
+ ['cloakroom_prompt'] = 'naciśnij ~INPUT_CONTEXT~ aby użyć ~y~szatni~s~.',
+ ['wear_citizen'] = 'strój cywilny',
+ ['wear_work'] = 'strój pracownika taxi',
+
+ -- garage
+ ['spawner_prompt'] = 'naciśnij ~INPUT_CONTEXT~ aby otworzyć ~y~garaż~s~.',
+ ['store_veh'] = 'naciśnij ~INPUT_CONTEXT~ aby zdać pojazd',
+ ['spawn_veh'] = 'sprowadź pojazd',
+ ['spawnpoint_blocked'] = 'jakiś pojazd blokuje wyjazd z garażu!',
+ ['only_taxi'] = 'możesz przechowywać tylko taksówki.',
+
+ ['taking_service'] = 'przyjmowanie usługi: Taxi/Uber',
+ ['full_service'] = 'pełny serwis: ',
+ ['amount_invalid'] = 'wartość nieprawidłowa',
+ ['press_to_open'] = 'naciśnij ~INPUT_CONTEXT~ aby wejść do menu',
+ ['billing'] = 'rachunek',
+ ['billing_sent'] = 'rachunek został wystawiony!',
+ ['invoice_amount'] = 'wartość należności',
+ ['no_players_near'] = 'brak graczy w pobliżu',
+ ['start_job'] = 'rozpocznij / zakończ wykonywanie zadań NPC',
+ ['drive_search_pass'] = 'jazda w poszukiwaniu ~y~pasażerów',
+ ['customer_found'] = '~g~Znajdujesz~s~ klienta, jedź do niego',
+ ['client_unconcious'] = 'klient jest ~r~nieprzytomny~s~. Poszukaj innego.',
+ ['arrive_dest'] = '~g~Dojeżdżasz~s~ do celu',
+ ['take_me_to_near'] = '~s~Zabierz mnie do~y~ %s~s~, w pobliżu ~y~ %s',
+ ['take_me_to'] = '~s~Weź mnie do~y~ %s',
+ ['close_to_client'] = 'jesteś blisko klienta, podjedź do niego bliżej',
+ ['return_to_veh'] = 'proszę wróć do swojego pojazdu aby kontynuować misję',
+ ['must_in_taxi'] = 'musisz być w taksówce aby rozpocząć misję',
+ ['must_in_vehicle'] = 'musisz być w pojeździe aby rozpocząć misję',
+ ['not_in_taxi'] = 'You left the taxi while on mission!',
+ ['have_earned'] = 'zarabiasz ~g~$%s~s~',
+ ['comp_earned'] = '- Twoja firma zarobiła ~g~$%s~s~\n- Zarabiasz ~g~$%s~s~',
+ ['deposit_stock'] = 'depozyt',
+ ['take_stock'] = 'weź depozyt',
+ ['boss_actions'] = 'akcje szefa',
+ ['mission_complete'] = 'misja zakończona',
+ ['quantity'] = 'ilość',
+ ['quantity_invalid'] = 'nieprawidłowa ilość',
+ ['inventory'] = 'ekwipunek',
+ ['taxi_client'] = 'klient taksówki',
+ ['have_withdrawn'] = 'wyciągasz ~y~x%s~s~ ~b~%s~s~',
+ ['have_deposited'] = 'deponujesz ~y~x%s~s~ ~b~%s~s~',
+ ['player_cannot_hold'] = '~r~Nie~s~ masz wystarczająco ~y~wolnego miejsca~s~ w swoim ekwipunku!',
+ ['blip_taxi'] = 'taxi',
+ ['phone_taxi'] = 'taxi',
+ ['taxi'] = 'taxi',
+ ['taxi_stock'] = 'taxi Stock'
+}
diff --git a/_resources/esx_taxijob/locales/sv.lua b/_resources/esx_taxijob/locales/sv.lua
new file mode 100644
index 00000000..c703a57c
--- /dev/null
+++ b/_resources/esx_taxijob/locales/sv.lua
@@ -0,0 +1,52 @@
+Locales['sv'] = {
+ -- cloakroom
+ ['cloakroom_menu'] = 'omklädningsrum',
+ ['cloakroom_prompt'] = 'tryck ~INPUT_CONTEXT~ för att öppna ~y~omklädningsrummet~s~.',
+ ['wear_citizen'] = 'civila kläder',
+ ['wear_work'] = 'taxikläder',
+
+ -- garage
+ ['spawner_prompt'] = 'tryck ~INPUT_CONTEXT~ för att öppna ~y~garaget~s~.',
+ ['store_veh'] = 'tryck ~INPUT_CONTEXT~ för att ~y~spara~s~ fordonet.',
+ ['spawn_veh'] = 'plocka ut taxi',
+ ['spawnpoint_blocked'] = 'det är ett fordon som blockerar spawnpointen!',
+ ['only_taxi'] = 'du kan endast lagra ~y~taxi fordon~s~ här..',
+
+ ['taking_service'] = 'du deltog tjänst: Taxi/Uber',
+ ['full_service'] = 'du kan inte delta tjänst: ',
+ ['amount_invalid'] = 'ogiltig mängd!',
+ ['press_to_open'] = 'tryck ~INPUT_CONTEXT~ för att öppna menyn.',
+ ['billing'] = 'skapa räkning',
+ ['billing_sent'] = 'räkningen har registrerats!',
+ ['invoice_amount'] = 'faktureringsbelopp',
+ ['no_players_near'] = 'det finns ingen spelare i närheten!',
+ ['start_job'] = 'starta / sluta köra NPC',
+ ['drive_search_pass'] = 'Åk runt för att hitta ~y~kunder~s~',
+ ['customer_found'] = 'du har ~g~hittat~s~ en kund!',
+ ['client_unconcious'] = 'din kund är ~r~medvetslös~s~. Hitta en ny.',
+ ['arrive_dest'] = 'du har ~g~anlänt~s~ till din destination',
+ ['take_me_to_near'] = '~s~Ta mig till ~y~%s~s~, vid ~y~%s~s~',
+ ['take_me_to'] = '~s~Ta mig till ~y~%s~s~',
+ ['close_to_client'] = 'åk närmare din kund!',
+ ['return_to_veh'] = 'vänligen återvänd till ditt fordon och återuppta körningen.',
+ ['must_in_taxi'] = 'du måste vara i en ~y~taxi~s~ för att starta uppdraget.',
+ ['must_in_vehicle'] = 'du måste vara i ett ~b~fordon~s~ för att starta uppdraget.',
+ ['not_in_taxi'] = 'You left the taxi while on mission!',
+ ['have_earned'] = 'du har tjärnat ~g~%s SEK~s~',
+ ['comp_earned'] = '- ditt företag har tjärnat ~g~%s SEK~s~\n- du har tjärnat ~g~%s SEK~s~',
+ ['deposit_stock'] = 'lagra objekt',
+ ['take_stock'] = 'ta ut objekt',
+ ['boss_actions'] = 'chefmeny',
+ ['mission_complete'] = 'uppdraget har ~y~slutförts~s~!',
+ ['quantity'] = 'mängd',
+ ['quantity_invalid'] = 'det är en ogiltig mängd',
+ ['inventory'] = 'inventory',
+ ['taxi_client'] = 'taxi klient',
+ ['have_withdrawn'] = 'du har tagit ut ~y~x%s~s~ ~b~%s~s~',
+ ['have_deposited'] = 'du har lagrat ~y~x%s~s~ ~b~%s~s~',
+ ['player_cannot_hold'] = 'du har ~r~inte~s~ tillräckligt med ~y~utrymme~s~ för att hålla det!',
+ ['blip_taxi'] = 'taxifirman',
+ ['phone_taxi'] = 'taxi',
+ ['taxi'] = 'taxi',
+ ['taxi_stock'] = 'taxi Stock'
+}
diff --git a/_resources/esx_taxijob/localization/br_esx_taxijob.sql b/_resources/esx_taxijob/localization/br_esx_taxijob.sql
new file mode 100644
index 00000000..556e62e7
--- /dev/null
+++ b/_resources/esx_taxijob/localization/br_esx_taxijob.sql
@@ -0,0 +1,25 @@
+USE `es_extended`;
+
+INSERT INTO `addon_account` (name, label, shared) VALUES
+ ('society_taxi', 'Taxi', 1)
+;
+
+INSERT INTO `datastore` (name, label, shared) VALUES
+ ('society_taxi', 'Taxi', 1)
+;
+
+INSERT INTO `addon_inventory` (name, label, shared) VALUES
+ ('society_taxi', 'Taxi', 1)
+;
+
+INSERT INTO `jobs` (name, label) VALUES
+ ('taxi', 'Taxi')
+;
+
+INSERT INTO `job_grades` (job_name, grade, name, label, salary, skin_male, skin_female) VALUES
+ ('taxi',0,'recrue','Recrutar',12,'{"hair_2":0,"hair_color_2":0,"torso_1":32,"bags_1":0,"helmet_2":0,"chain_2":0,"eyebrows_3":0,"makeup_3":0,"makeup_2":0,"tshirt_1":31,"makeup_1":0,"bags_2":0,"makeup_4":0,"eyebrows_4":0,"chain_1":0,"lipstick_4":0,"bproof_2":0,"hair_color_1":0,"decals_2":0,"pants_2":0,"age_2":0,"glasses_2":0,"ears_2":0,"arms":27,"lipstick_1":0,"ears_1":-1,"mask_2":0,"sex":0,"lipstick_3":0,"helmet_1":-1,"shoes_2":0,"beard_2":0,"beard_1":0,"lipstick_2":0,"beard_4":0,"glasses_1":0,"bproof_1":0,"mask_1":0,"decals_1":1,"hair_1":0,"eyebrows_2":0,"beard_3":0,"age_1":0,"tshirt_2":0,"skin":0,"torso_2":0,"eyebrows_1":0,"face":0,"shoes_1":10,"pants_1":24}', '{"hair_2":0,"hair_color_2":0,"torso_1":57,"bags_1":0,"helmet_2":0,"chain_2":0,"eyebrows_3":0,"makeup_3":0,"makeup_2":0,"tshirt_1":38,"makeup_1":0,"bags_2":0,"makeup_4":0,"eyebrows_4":0,"chain_1":0,"lipstick_4":0,"bproof_2":0,"hair_color_1":0,"decals_2":0,"pants_2":1,"age_2":0,"glasses_2":0,"ears_2":0,"arms":21,"lipstick_1":0,"ears_1":-1,"mask_2":0,"sex":1,"lipstick_3":0,"helmet_1":-1,"shoes_2":0,"beard_2":0,"beard_1":0,"lipstick_2":0,"beard_4":0,"glasses_1":5,"bproof_1":0,"mask_1":0,"decals_1":1,"hair_1":0,"eyebrows_2":0,"beard_3":0,"age_1":0,"tshirt_2":0,"skin":0,"torso_2":0,"eyebrows_1":0,"face":0,"shoes_1":49,"pants_1":11}'),
+ ('taxi',1,'novice','Taxista',24,'{"hair_2":0,"hair_color_2":0,"torso_1":32,"bags_1":0,"helmet_2":0,"chain_2":0,"eyebrows_3":0,"makeup_3":0,"makeup_2":0,"tshirt_1":31,"makeup_1":0,"bags_2":0,"makeup_4":0,"eyebrows_4":0,"chain_1":0,"lipstick_4":0,"bproof_2":0,"hair_color_1":0,"decals_2":0,"pants_2":0,"age_2":0,"glasses_2":0,"ears_2":0,"arms":27,"lipstick_1":0,"ears_1":-1,"mask_2":0,"sex":0,"lipstick_3":0,"helmet_1":-1,"shoes_2":0,"beard_2":0,"beard_1":0,"lipstick_2":0,"beard_4":0,"glasses_1":0,"bproof_1":0,"mask_1":0,"decals_1":1,"hair_1":0,"eyebrows_2":0,"beard_3":0,"age_1":0,"tshirt_2":0,"skin":0,"torso_2":0,"eyebrows_1":0,"face":0,"shoes_1":10,"pants_1":24}', '{"hair_2":0,"hair_color_2":0,"torso_1":57,"bags_1":0,"helmet_2":0,"chain_2":0,"eyebrows_3":0,"makeup_3":0,"makeup_2":0,"tshirt_1":38,"makeup_1":0,"bags_2":0,"makeup_4":0,"eyebrows_4":0,"chain_1":0,"lipstick_4":0,"bproof_2":0,"hair_color_1":0,"decals_2":0,"pants_2":1,"age_2":0,"glasses_2":0,"ears_2":0,"arms":21,"lipstick_1":0,"ears_1":-1,"mask_2":0,"sex":1,"lipstick_3":0,"helmet_1":-1,"shoes_2":0,"beard_2":0,"beard_1":0,"lipstick_2":0,"beard_4":0,"glasses_1":5,"bproof_1":0,"mask_1":0,"decals_1":1,"hair_1":0,"eyebrows_2":0,"beard_3":0,"age_1":0,"tshirt_2":0,"skin":0,"torso_2":0,"eyebrows_1":0,"face":0,"shoes_1":49,"pants_1":11}'),
+ ('taxi',2,'experimente','Taxista Experiente',36,'{"hair_2":0,"hair_color_2":0,"torso_1":26,"bags_1":0,"helmet_2":0,"chain_2":0,"eyebrows_3":0,"makeup_3":0,"makeup_2":0,"tshirt_1":57,"makeup_1":0,"bags_2":0,"makeup_4":0,"eyebrows_4":0,"chain_1":0,"lipstick_4":0,"bproof_2":0,"hair_color_1":0,"decals_2":0,"pants_2":4,"age_2":0,"glasses_2":0,"ears_2":0,"arms":11,"lipstick_1":0,"ears_1":-1,"mask_2":0,"sex":0,"lipstick_3":0,"helmet_1":-1,"shoes_2":0,"beard_2":0,"beard_1":0,"lipstick_2":0,"beard_4":0,"glasses_1":0,"bproof_1":0,"mask_1":0,"decals_1":0,"hair_1":0,"eyebrows_2":0,"beard_3":0,"age_1":0,"tshirt_2":0,"skin":0,"torso_2":0,"eyebrows_1":0,"face":0,"shoes_1":10,"pants_1":24}', '{"hair_2":0,"hair_color_2":0,"torso_1":57,"bags_1":0,"helmet_2":0,"chain_2":0,"eyebrows_3":0,"makeup_3":0,"makeup_2":0,"tshirt_1":38,"makeup_1":0,"bags_2":0,"makeup_4":0,"eyebrows_4":0,"chain_1":0,"lipstick_4":0,"bproof_2":0,"hair_color_1":0,"decals_2":0,"pants_2":1,"age_2":0,"glasses_2":0,"ears_2":0,"arms":21,"lipstick_1":0,"ears_1":-1,"mask_2":0,"sex":1,"lipstick_3":0,"helmet_1":-1,"shoes_2":0,"beard_2":0,"beard_1":0,"lipstick_2":0,"beard_4":0,"glasses_1":5,"bproof_1":0,"mask_1":0,"decals_1":1,"hair_1":0,"eyebrows_2":0,"beard_3":0,"age_1":0,"tshirt_2":0,"skin":0,"torso_2":0,"eyebrows_1":0,"face":0,"shoes_1":49,"pants_1":11}'),
+ ('taxi',3,'uber','Uber',48,'{"hair_2":0,"hair_color_2":0,"torso_1":26,"bags_1":0,"helmet_2":0,"chain_2":0,"eyebrows_3":0,"makeup_3":0,"makeup_2":0,"tshirt_1":57,"makeup_1":0,"bags_2":0,"makeup_4":0,"eyebrows_4":0,"chain_1":0,"lipstick_4":0,"bproof_2":0,"hair_color_1":0,"decals_2":0,"pants_2":4,"age_2":0,"glasses_2":0,"ears_2":0,"arms":11,"lipstick_1":0,"ears_1":-1,"mask_2":0,"sex":0,"lipstick_3":0,"helmet_1":-1,"shoes_2":0,"beard_2":0,"beard_1":0,"lipstick_2":0,"beard_4":0,"glasses_1":0,"bproof_1":0,"mask_1":0,"decals_1":0,"hair_1":0,"eyebrows_2":0,"beard_3":0,"age_1":0,"tshirt_2":0,"skin":0,"torso_2":0,"eyebrows_1":0,"face":0,"shoes_1":10,"pants_1":24}', '{"hair_2":0,"hair_color_2":0,"torso_1":57,"bags_1":0,"helmet_2":0,"chain_2":0,"eyebrows_3":0,"makeup_3":0,"makeup_2":0,"tshirt_1":38,"makeup_1":0,"bags_2":0,"makeup_4":0,"eyebrows_4":0,"chain_1":0,"lipstick_4":0,"bproof_2":0,"hair_color_1":0,"decals_2":0,"pants_2":1,"age_2":0,"glasses_2":0,"ears_2":0,"arms":21,"lipstick_1":0,"ears_1":-1,"mask_2":0,"sex":1,"lipstick_3":0,"helmet_1":-1,"shoes_2":0,"beard_2":0,"beard_1":0,"lipstick_2":0,"beard_4":0,"glasses_1":5,"bproof_1":0,"mask_1":0,"decals_1":1,"hair_1":0,"eyebrows_2":0,"beard_3":0,"age_1":0,"tshirt_2":0,"skin":0,"torso_2":0,"eyebrows_1":0,"face":0,"shoes_1":49,"pants_1":11}'),
+ ('taxi',4,'boss','Taxista Chefe',0,'{"hair_2":0,"hair_color_2":0,"torso_1":29,"bags_1":0,"helmet_2":0,"chain_2":0,"eyebrows_3":0,"makeup_3":0,"makeup_2":0,"tshirt_1":31,"makeup_1":0,"bags_2":0,"makeup_4":0,"eyebrows_4":0,"chain_1":0,"lipstick_4":0,"bproof_2":0,"hair_color_1":0,"decals_2":0,"pants_2":4,"age_2":0,"glasses_2":0,"ears_2":0,"arms":1,"lipstick_1":0,"ears_1":-1,"mask_2":0,"sex":0,"lipstick_3":0,"helmet_1":-1,"shoes_2":0,"beard_2":0,"beard_1":0,"lipstick_2":0,"beard_4":0,"glasses_1":0,"bproof_1":0,"mask_1":0,"decals_1":0,"hair_1":0,"eyebrows_2":0,"beard_3":0,"age_1":0,"tshirt_2":0,"skin":0,"torso_2":4,"eyebrows_1":0,"face":0,"shoes_1":10,"pants_1":24}', '{"hair_2":0,"hair_color_2":0,"torso_1":57,"bags_1":0,"helmet_2":0,"chain_2":0,"eyebrows_3":0,"makeup_3":0,"makeup_2":0,"tshirt_1":38,"makeup_1":0,"bags_2":0,"makeup_4":0,"eyebrows_4":0,"chain_1":0,"lipstick_4":0,"bproof_2":0,"hair_color_1":0,"decals_2":0,"pants_2":1,"age_2":0,"glasses_2":0,"ears_2":0,"arms":21,"lipstick_1":0,"ears_1":-1,"mask_2":0,"sex":1,"lipstick_3":0,"helmet_1":-1,"shoes_2":0,"beard_2":0,"beard_1":0,"lipstick_2":0,"beard_4":0,"glasses_1":5,"bproof_1":0,"mask_1":0,"decals_1":1,"hair_1":0,"eyebrows_2":0,"beard_3":0,"age_1":0,"tshirt_2":0,"skin":0,"torso_2":0,"eyebrows_1":0,"face":0,"shoes_1":49,"pants_1":11}')
+;
diff --git a/_resources/esx_taxijob/localization/de_esx_taxijob.sql b/_resources/esx_taxijob/localization/de_esx_taxijob.sql
new file mode 100644
index 00000000..e674a7f7
--- /dev/null
+++ b/_resources/esx_taxijob/localization/de_esx_taxijob.sql
@@ -0,0 +1,25 @@
+USE `es_extended`;
+
+INSERT INTO `addon_account` (name, label, shared) VALUES
+ ('society_taxi', 'Taxi', 1)
+;
+
+INSERT INTO `datastore` (name, label, shared) VALUES
+ ('society_taxi', 'Taxi', 1)
+;
+
+INSERT INTO `addon_inventory` (name, label, shared) VALUES
+ ('society_taxi', 'Taxi', 1)
+;
+
+INSERT INTO `jobs` (name, label) VALUES
+ ('taxi', 'Taxi')
+;
+
+INSERT INTO `job_grades` (job_name, grade, name, label, salary, skin_male, skin_female) VALUES
+ ('taxi',0,'recrue','Rekrut',12,'{"hair_2":0,"hair_color_2":0,"torso_1":32,"bags_1":0,"helmet_2":0,"chain_2":0,"eyebrows_3":0,"makeup_3":0,"makeup_2":0,"tshirt_1":31,"makeup_1":0,"bags_2":0,"makeup_4":0,"eyebrows_4":0,"chain_1":0,"lipstick_4":0,"bproof_2":0,"hair_color_1":0,"decals_2":0,"pants_2":0,"age_2":0,"glasses_2":0,"ears_2":0,"arms":27,"lipstick_1":0,"ears_1":-1,"mask_2":0,"sex":0,"lipstick_3":0,"helmet_1":-1,"shoes_2":0,"beard_2":0,"beard_1":0,"lipstick_2":0,"beard_4":0,"glasses_1":0,"bproof_1":0,"mask_1":0,"decals_1":1,"hair_1":0,"eyebrows_2":0,"beard_3":0,"age_1":0,"tshirt_2":0,"skin":0,"torso_2":0,"eyebrows_1":0,"face":0,"shoes_1":10,"pants_1":24}', '{"hair_2":0,"hair_color_2":0,"torso_1":57,"bags_1":0,"helmet_2":0,"chain_2":0,"eyebrows_3":0,"makeup_3":0,"makeup_2":0,"tshirt_1":38,"makeup_1":0,"bags_2":0,"makeup_4":0,"eyebrows_4":0,"chain_1":0,"lipstick_4":0,"bproof_2":0,"hair_color_1":0,"decals_2":0,"pants_2":1,"age_2":0,"glasses_2":0,"ears_2":0,"arms":21,"lipstick_1":0,"ears_1":-1,"mask_2":0,"sex":1,"lipstick_3":0,"helmet_1":-1,"shoes_2":0,"beard_2":0,"beard_1":0,"lipstick_2":0,"beard_4":0,"glasses_1":5,"bproof_1":0,"mask_1":0,"decals_1":1,"hair_1":0,"eyebrows_2":0,"beard_3":0,"age_1":0,"tshirt_2":0,"skin":0,"torso_2":0,"eyebrows_1":0,"face":0,"shoes_1":49,"pants_1":11}'),
+ ('taxi',1,'novice','Anfänger',24,'{"hair_2":0,"hair_color_2":0,"torso_1":32,"bags_1":0,"helmet_2":0,"chain_2":0,"eyebrows_3":0,"makeup_3":0,"makeup_2":0,"tshirt_1":31,"makeup_1":0,"bags_2":0,"makeup_4":0,"eyebrows_4":0,"chain_1":0,"lipstick_4":0,"bproof_2":0,"hair_color_1":0,"decals_2":0,"pants_2":0,"age_2":0,"glasses_2":0,"ears_2":0,"arms":27,"lipstick_1":0,"ears_1":-1,"mask_2":0,"sex":0,"lipstick_3":0,"helmet_1":-1,"shoes_2":0,"beard_2":0,"beard_1":0,"lipstick_2":0,"beard_4":0,"glasses_1":0,"bproof_1":0,"mask_1":0,"decals_1":1,"hair_1":0,"eyebrows_2":0,"beard_3":0,"age_1":0,"tshirt_2":0,"skin":0,"torso_2":0,"eyebrows_1":0,"face":0,"shoes_1":10,"pants_1":24}', '{"hair_2":0,"hair_color_2":0,"torso_1":57,"bags_1":0,"helmet_2":0,"chain_2":0,"eyebrows_3":0,"makeup_3":0,"makeup_2":0,"tshirt_1":38,"makeup_1":0,"bags_2":0,"makeup_4":0,"eyebrows_4":0,"chain_1":0,"lipstick_4":0,"bproof_2":0,"hair_color_1":0,"decals_2":0,"pants_2":1,"age_2":0,"glasses_2":0,"ears_2":0,"arms":21,"lipstick_1":0,"ears_1":-1,"mask_2":0,"sex":1,"lipstick_3":0,"helmet_1":-1,"shoes_2":0,"beard_2":0,"beard_1":0,"lipstick_2":0,"beard_4":0,"glasses_1":5,"bproof_1":0,"mask_1":0,"decals_1":1,"hair_1":0,"eyebrows_2":0,"beard_3":0,"age_1":0,"tshirt_2":0,"skin":0,"torso_2":0,"eyebrows_1":0,"face":0,"shoes_1":49,"pants_1":11}'),
+ ('taxi',2,'experimente','Experte',36,'{"hair_2":0,"hair_color_2":0,"torso_1":26,"bags_1":0,"helmet_2":0,"chain_2":0,"eyebrows_3":0,"makeup_3":0,"makeup_2":0,"tshirt_1":57,"makeup_1":0,"bags_2":0,"makeup_4":0,"eyebrows_4":0,"chain_1":0,"lipstick_4":0,"bproof_2":0,"hair_color_1":0,"decals_2":0,"pants_2":4,"age_2":0,"glasses_2":0,"ears_2":0,"arms":11,"lipstick_1":0,"ears_1":-1,"mask_2":0,"sex":0,"lipstick_3":0,"helmet_1":-1,"shoes_2":0,"beard_2":0,"beard_1":0,"lipstick_2":0,"beard_4":0,"glasses_1":0,"bproof_1":0,"mask_1":0,"decals_1":0,"hair_1":0,"eyebrows_2":0,"beard_3":0,"age_1":0,"tshirt_2":0,"skin":0,"torso_2":0,"eyebrows_1":0,"face":0,"shoes_1":10,"pants_1":24}', '{"hair_2":0,"hair_color_2":0,"torso_1":57,"bags_1":0,"helmet_2":0,"chain_2":0,"eyebrows_3":0,"makeup_3":0,"makeup_2":0,"tshirt_1":38,"makeup_1":0,"bags_2":0,"makeup_4":0,"eyebrows_4":0,"chain_1":0,"lipstick_4":0,"bproof_2":0,"hair_color_1":0,"decals_2":0,"pants_2":1,"age_2":0,"glasses_2":0,"ears_2":0,"arms":21,"lipstick_1":0,"ears_1":-1,"mask_2":0,"sex":1,"lipstick_3":0,"helmet_1":-1,"shoes_2":0,"beard_2":0,"beard_1":0,"lipstick_2":0,"beard_4":0,"glasses_1":5,"bproof_1":0,"mask_1":0,"decals_1":1,"hair_1":0,"eyebrows_2":0,"beard_3":0,"age_1":0,"tshirt_2":0,"skin":0,"torso_2":0,"eyebrows_1":0,"face":0,"shoes_1":49,"pants_1":11}'),
+ ('taxi',3,'uber','Schichtführer',48,'{"hair_2":0,"hair_color_2":0,"torso_1":26,"bags_1":0,"helmet_2":0,"chain_2":0,"eyebrows_3":0,"makeup_3":0,"makeup_2":0,"tshirt_1":57,"makeup_1":0,"bags_2":0,"makeup_4":0,"eyebrows_4":0,"chain_1":0,"lipstick_4":0,"bproof_2":0,"hair_color_1":0,"decals_2":0,"pants_2":4,"age_2":0,"glasses_2":0,"ears_2":0,"arms":11,"lipstick_1":0,"ears_1":-1,"mask_2":0,"sex":0,"lipstick_3":0,"helmet_1":-1,"shoes_2":0,"beard_2":0,"beard_1":0,"lipstick_2":0,"beard_4":0,"glasses_1":0,"bproof_1":0,"mask_1":0,"decals_1":0,"hair_1":0,"eyebrows_2":0,"beard_3":0,"age_1":0,"tshirt_2":0,"skin":0,"torso_2":0,"eyebrows_1":0,"face":0,"shoes_1":10,"pants_1":24}', '{"hair_2":0,"hair_color_2":0,"torso_1":57,"bags_1":0,"helmet_2":0,"chain_2":0,"eyebrows_3":0,"makeup_3":0,"makeup_2":0,"tshirt_1":38,"makeup_1":0,"bags_2":0,"makeup_4":0,"eyebrows_4":0,"chain_1":0,"lipstick_4":0,"bproof_2":0,"hair_color_1":0,"decals_2":0,"pants_2":1,"age_2":0,"glasses_2":0,"ears_2":0,"arms":21,"lipstick_1":0,"ears_1":-1,"mask_2":0,"sex":1,"lipstick_3":0,"helmet_1":-1,"shoes_2":0,"beard_2":0,"beard_1":0,"lipstick_2":0,"beard_4":0,"glasses_1":5,"bproof_1":0,"mask_1":0,"decals_1":1,"hair_1":0,"eyebrows_2":0,"beard_3":0,"age_1":0,"tshirt_2":0,"skin":0,"torso_2":0,"eyebrows_1":0,"face":0,"shoes_1":49,"pants_1":11}'),
+ ('taxi',4,'boss','Chef',0,'{"hair_2":0,"hair_color_2":0,"torso_1":29,"bags_1":0,"helmet_2":0,"chain_2":0,"eyebrows_3":0,"makeup_3":0,"makeup_2":0,"tshirt_1":31,"makeup_1":0,"bags_2":0,"makeup_4":0,"eyebrows_4":0,"chain_1":0,"lipstick_4":0,"bproof_2":0,"hair_color_1":0,"decals_2":0,"pants_2":4,"age_2":0,"glasses_2":0,"ears_2":0,"arms":1,"lipstick_1":0,"ears_1":-1,"mask_2":0,"sex":0,"lipstick_3":0,"helmet_1":-1,"shoes_2":0,"beard_2":0,"beard_1":0,"lipstick_2":0,"beard_4":0,"glasses_1":0,"bproof_1":0,"mask_1":0,"decals_1":0,"hair_1":0,"eyebrows_2":0,"beard_3":0,"age_1":0,"tshirt_2":0,"skin":0,"torso_2":4,"eyebrows_1":0,"face":0,"shoes_1":10,"pants_1":24}', '{"hair_2":0,"hair_color_2":0,"torso_1":57,"bags_1":0,"helmet_2":0,"chain_2":0,"eyebrows_3":0,"makeup_3":0,"makeup_2":0,"tshirt_1":38,"makeup_1":0,"bags_2":0,"makeup_4":0,"eyebrows_4":0,"chain_1":0,"lipstick_4":0,"bproof_2":0,"hair_color_1":0,"decals_2":0,"pants_2":1,"age_2":0,"glasses_2":0,"ears_2":0,"arms":21,"lipstick_1":0,"ears_1":-1,"mask_2":0,"sex":1,"lipstick_3":0,"helmet_1":-1,"shoes_2":0,"beard_2":0,"beard_1":0,"lipstick_2":0,"beard_4":0,"glasses_1":5,"bproof_1":0,"mask_1":0,"decals_1":1,"hair_1":0,"eyebrows_2":0,"beard_3":0,"age_1":0,"tshirt_2":0,"skin":0,"torso_2":0,"eyebrows_1":0,"face":0,"shoes_1":49,"pants_1":11}')
+;
diff --git a/_resources/esx_taxijob/localization/en_esx_taxijob.sql b/_resources/esx_taxijob/localization/en_esx_taxijob.sql
new file mode 100644
index 00000000..619f492a
--- /dev/null
+++ b/_resources/esx_taxijob/localization/en_esx_taxijob.sql
@@ -0,0 +1,25 @@
+USE `es_extended`;
+
+INSERT INTO `addon_account` (name, label, shared) VALUES
+ ('society_taxi', 'Taxi', 1)
+;
+
+INSERT INTO `datastore` (name, label, shared) VALUES
+ ('society_taxi', 'Taxi', 1)
+;
+
+INSERT INTO `addon_inventory` (name, label, shared) VALUES
+ ('society_taxi', 'Taxi', 1)
+;
+
+INSERT INTO `jobs` (name, label) VALUES
+ ('taxi', 'Taxi')
+;
+
+INSERT INTO `job_grades` (job_name, grade, name, label, salary, skin_male, skin_female) VALUES
+ ('taxi',0,'recrue','Recruit',12,'{"hair_2":0,"hair_color_2":0,"torso_1":32,"bags_1":0,"helmet_2":0,"chain_2":0,"eyebrows_3":0,"makeup_3":0,"makeup_2":0,"tshirt_1":31,"makeup_1":0,"bags_2":0,"makeup_4":0,"eyebrows_4":0,"chain_1":0,"lipstick_4":0,"bproof_2":0,"hair_color_1":0,"decals_2":0,"pants_2":0,"age_2":0,"glasses_2":0,"ears_2":0,"arms":27,"lipstick_1":0,"ears_1":-1,"mask_2":0,"sex":0,"lipstick_3":0,"helmet_1":-1,"shoes_2":0,"beard_2":0,"beard_1":0,"lipstick_2":0,"beard_4":0,"glasses_1":0,"bproof_1":0,"mask_1":0,"decals_1":1,"hair_1":0,"eyebrows_2":0,"beard_3":0,"age_1":0,"tshirt_2":0,"skin":0,"torso_2":0,"eyebrows_1":0,"face":0,"shoes_1":10,"pants_1":24}', '{"hair_2":0,"hair_color_2":0,"torso_1":57,"bags_1":0,"helmet_2":0,"chain_2":0,"eyebrows_3":0,"makeup_3":0,"makeup_2":0,"tshirt_1":38,"makeup_1":0,"bags_2":0,"makeup_4":0,"eyebrows_4":0,"chain_1":0,"lipstick_4":0,"bproof_2":0,"hair_color_1":0,"decals_2":0,"pants_2":1,"age_2":0,"glasses_2":0,"ears_2":0,"arms":21,"lipstick_1":0,"ears_1":-1,"mask_2":0,"sex":1,"lipstick_3":0,"helmet_1":-1,"shoes_2":0,"beard_2":0,"beard_1":0,"lipstick_2":0,"beard_4":0,"glasses_1":5,"bproof_1":0,"mask_1":0,"decals_1":1,"hair_1":0,"eyebrows_2":0,"beard_3":0,"age_1":0,"tshirt_2":0,"skin":0,"torso_2":0,"eyebrows_1":0,"face":0,"shoes_1":49,"pants_1":11}'),
+ ('taxi',1,'novice','Cabby',24,'{"hair_2":0,"hair_color_2":0,"torso_1":32,"bags_1":0,"helmet_2":0,"chain_2":0,"eyebrows_3":0,"makeup_3":0,"makeup_2":0,"tshirt_1":31,"makeup_1":0,"bags_2":0,"makeup_4":0,"eyebrows_4":0,"chain_1":0,"lipstick_4":0,"bproof_2":0,"hair_color_1":0,"decals_2":0,"pants_2":0,"age_2":0,"glasses_2":0,"ears_2":0,"arms":27,"lipstick_1":0,"ears_1":-1,"mask_2":0,"sex":0,"lipstick_3":0,"helmet_1":-1,"shoes_2":0,"beard_2":0,"beard_1":0,"lipstick_2":0,"beard_4":0,"glasses_1":0,"bproof_1":0,"mask_1":0,"decals_1":1,"hair_1":0,"eyebrows_2":0,"beard_3":0,"age_1":0,"tshirt_2":0,"skin":0,"torso_2":0,"eyebrows_1":0,"face":0,"shoes_1":10,"pants_1":24}', '{"hair_2":0,"hair_color_2":0,"torso_1":57,"bags_1":0,"helmet_2":0,"chain_2":0,"eyebrows_3":0,"makeup_3":0,"makeup_2":0,"tshirt_1":38,"makeup_1":0,"bags_2":0,"makeup_4":0,"eyebrows_4":0,"chain_1":0,"lipstick_4":0,"bproof_2":0,"hair_color_1":0,"decals_2":0,"pants_2":1,"age_2":0,"glasses_2":0,"ears_2":0,"arms":21,"lipstick_1":0,"ears_1":-1,"mask_2":0,"sex":1,"lipstick_3":0,"helmet_1":-1,"shoes_2":0,"beard_2":0,"beard_1":0,"lipstick_2":0,"beard_4":0,"glasses_1":5,"bproof_1":0,"mask_1":0,"decals_1":1,"hair_1":0,"eyebrows_2":0,"beard_3":0,"age_1":0,"tshirt_2":0,"skin":0,"torso_2":0,"eyebrows_1":0,"face":0,"shoes_1":49,"pants_1":11}'),
+ ('taxi',2,'experimente','Experienced',36,'{"hair_2":0,"hair_color_2":0,"torso_1":26,"bags_1":0,"helmet_2":0,"chain_2":0,"eyebrows_3":0,"makeup_3":0,"makeup_2":0,"tshirt_1":57,"makeup_1":0,"bags_2":0,"makeup_4":0,"eyebrows_4":0,"chain_1":0,"lipstick_4":0,"bproof_2":0,"hair_color_1":0,"decals_2":0,"pants_2":4,"age_2":0,"glasses_2":0,"ears_2":0,"arms":11,"lipstick_1":0,"ears_1":-1,"mask_2":0,"sex":0,"lipstick_3":0,"helmet_1":-1,"shoes_2":0,"beard_2":0,"beard_1":0,"lipstick_2":0,"beard_4":0,"glasses_1":0,"bproof_1":0,"mask_1":0,"decals_1":0,"hair_1":0,"eyebrows_2":0,"beard_3":0,"age_1":0,"tshirt_2":0,"skin":0,"torso_2":0,"eyebrows_1":0,"face":0,"shoes_1":10,"pants_1":24}', '{"hair_2":0,"hair_color_2":0,"torso_1":57,"bags_1":0,"helmet_2":0,"chain_2":0,"eyebrows_3":0,"makeup_3":0,"makeup_2":0,"tshirt_1":38,"makeup_1":0,"bags_2":0,"makeup_4":0,"eyebrows_4":0,"chain_1":0,"lipstick_4":0,"bproof_2":0,"hair_color_1":0,"decals_2":0,"pants_2":1,"age_2":0,"glasses_2":0,"ears_2":0,"arms":21,"lipstick_1":0,"ears_1":-1,"mask_2":0,"sex":1,"lipstick_3":0,"helmet_1":-1,"shoes_2":0,"beard_2":0,"beard_1":0,"lipstick_2":0,"beard_4":0,"glasses_1":5,"bproof_1":0,"mask_1":0,"decals_1":1,"hair_1":0,"eyebrows_2":0,"beard_3":0,"age_1":0,"tshirt_2":0,"skin":0,"torso_2":0,"eyebrows_1":0,"face":0,"shoes_1":49,"pants_1":11}'),
+ ('taxi',3,'uber','Uber Cabby',48,'{"hair_2":0,"hair_color_2":0,"torso_1":26,"bags_1":0,"helmet_2":0,"chain_2":0,"eyebrows_3":0,"makeup_3":0,"makeup_2":0,"tshirt_1":57,"makeup_1":0,"bags_2":0,"makeup_4":0,"eyebrows_4":0,"chain_1":0,"lipstick_4":0,"bproof_2":0,"hair_color_1":0,"decals_2":0,"pants_2":4,"age_2":0,"glasses_2":0,"ears_2":0,"arms":11,"lipstick_1":0,"ears_1":-1,"mask_2":0,"sex":0,"lipstick_3":0,"helmet_1":-1,"shoes_2":0,"beard_2":0,"beard_1":0,"lipstick_2":0,"beard_4":0,"glasses_1":0,"bproof_1":0,"mask_1":0,"decals_1":0,"hair_1":0,"eyebrows_2":0,"beard_3":0,"age_1":0,"tshirt_2":0,"skin":0,"torso_2":0,"eyebrows_1":0,"face":0,"shoes_1":10,"pants_1":24}', '{"hair_2":0,"hair_color_2":0,"torso_1":57,"bags_1":0,"helmet_2":0,"chain_2":0,"eyebrows_3":0,"makeup_3":0,"makeup_2":0,"tshirt_1":38,"makeup_1":0,"bags_2":0,"makeup_4":0,"eyebrows_4":0,"chain_1":0,"lipstick_4":0,"bproof_2":0,"hair_color_1":0,"decals_2":0,"pants_2":1,"age_2":0,"glasses_2":0,"ears_2":0,"arms":21,"lipstick_1":0,"ears_1":-1,"mask_2":0,"sex":1,"lipstick_3":0,"helmet_1":-1,"shoes_2":0,"beard_2":0,"beard_1":0,"lipstick_2":0,"beard_4":0,"glasses_1":5,"bproof_1":0,"mask_1":0,"decals_1":1,"hair_1":0,"eyebrows_2":0,"beard_3":0,"age_1":0,"tshirt_2":0,"skin":0,"torso_2":0,"eyebrows_1":0,"face":0,"shoes_1":49,"pants_1":11}'),
+ ('taxi',4,'boss','Lead Cabby',0,'{"hair_2":0,"hair_color_2":0,"torso_1":29,"bags_1":0,"helmet_2":0,"chain_2":0,"eyebrows_3":0,"makeup_3":0,"makeup_2":0,"tshirt_1":31,"makeup_1":0,"bags_2":0,"makeup_4":0,"eyebrows_4":0,"chain_1":0,"lipstick_4":0,"bproof_2":0,"hair_color_1":0,"decals_2":0,"pants_2":4,"age_2":0,"glasses_2":0,"ears_2":0,"arms":1,"lipstick_1":0,"ears_1":-1,"mask_2":0,"sex":0,"lipstick_3":0,"helmet_1":-1,"shoes_2":0,"beard_2":0,"beard_1":0,"lipstick_2":0,"beard_4":0,"glasses_1":0,"bproof_1":0,"mask_1":0,"decals_1":0,"hair_1":0,"eyebrows_2":0,"beard_3":0,"age_1":0,"tshirt_2":0,"skin":0,"torso_2":4,"eyebrows_1":0,"face":0,"shoes_1":10,"pants_1":24}', '{"hair_2":0,"hair_color_2":0,"torso_1":57,"bags_1":0,"helmet_2":0,"chain_2":0,"eyebrows_3":0,"makeup_3":0,"makeup_2":0,"tshirt_1":38,"makeup_1":0,"bags_2":0,"makeup_4":0,"eyebrows_4":0,"chain_1":0,"lipstick_4":0,"bproof_2":0,"hair_color_1":0,"decals_2":0,"pants_2":1,"age_2":0,"glasses_2":0,"ears_2":0,"arms":21,"lipstick_1":0,"ears_1":-1,"mask_2":0,"sex":1,"lipstick_3":0,"helmet_1":-1,"shoes_2":0,"beard_2":0,"beard_1":0,"lipstick_2":0,"beard_4":0,"glasses_1":5,"bproof_1":0,"mask_1":0,"decals_1":1,"hair_1":0,"eyebrows_2":0,"beard_3":0,"age_1":0,"tshirt_2":0,"skin":0,"torso_2":0,"eyebrows_1":0,"face":0,"shoes_1":49,"pants_1":11}')
+;
diff --git a/_resources/esx_taxijob/localization/fi_esx_taxijob.sql b/_resources/esx_taxijob/localization/fi_esx_taxijob.sql
new file mode 100644
index 00000000..03b506f4
--- /dev/null
+++ b/_resources/esx_taxijob/localization/fi_esx_taxijob.sql
@@ -0,0 +1,25 @@
+USE `es_extended`;
+
+INSERT INTO `addon_account` (name, label, shared) VALUES
+ ('society_taxi', 'Taxi', 1)
+;
+
+INSERT INTO `datastore` (name, label, shared) VALUES
+ ('society_taxi', 'Taxi', 1)
+;
+
+INSERT INTO `addon_inventory` (name, label, shared) VALUES
+ ('society_taxi', 'Taxi', 1)
+;
+
+INSERT INTO `jobs` (name, label) VALUES
+ ('taxi', 'Taxi')
+;
+
+INSERT INTO `job_grades` (job_name, grade, name, label, salary, skin_male, skin_female) VALUES
+ ('taxi',0,'recrue','Harjottelija',12,'{"hair_2":0,"hair_color_2":0,"torso_1":32,"bags_1":0,"helmet_2":0,"chain_2":0,"eyebrows_3":0,"makeup_3":0,"makeup_2":0,"tshirt_1":31,"makeup_1":0,"bags_2":0,"makeup_4":0,"eyebrows_4":0,"chain_1":0,"lipstick_4":0,"bproof_2":0,"hair_color_1":0,"decals_2":0,"pants_2":0,"age_2":0,"glasses_2":0,"ears_2":0,"arms":27,"lipstick_1":0,"ears_1":-1,"mask_2":0,"sex":0,"lipstick_3":0,"helmet_1":-1,"shoes_2":0,"beard_2":0,"beard_1":0,"lipstick_2":0,"beard_4":0,"glasses_1":0,"bproof_1":0,"mask_1":0,"decals_1":1,"hair_1":0,"eyebrows_2":0,"beard_3":0,"age_1":0,"tshirt_2":0,"skin":0,"torso_2":0,"eyebrows_1":0,"face":0,"shoes_1":10,"pants_1":24}', '{"hair_2":0,"hair_color_2":0,"torso_1":57,"bags_1":0,"helmet_2":0,"chain_2":0,"eyebrows_3":0,"makeup_3":0,"makeup_2":0,"tshirt_1":38,"makeup_1":0,"bags_2":0,"makeup_4":0,"eyebrows_4":0,"chain_1":0,"lipstick_4":0,"bproof_2":0,"hair_color_1":0,"decals_2":0,"pants_2":1,"age_2":0,"glasses_2":0,"ears_2":0,"arms":21,"lipstick_1":0,"ears_1":-1,"mask_2":0,"sex":1,"lipstick_3":0,"helmet_1":-1,"shoes_2":0,"beard_2":0,"beard_1":0,"lipstick_2":0,"beard_4":0,"glasses_1":5,"bproof_1":0,"mask_1":0,"decals_1":1,"hair_1":0,"eyebrows_2":0,"beard_3":0,"age_1":0,"tshirt_2":0,"skin":0,"torso_2":0,"eyebrows_1":0,"face":0,"shoes_1":49,"pants_1":11}'),
+ ('taxi',1,'novice','Alottelija',24,'{"hair_2":0,"hair_color_2":0,"torso_1":32,"bags_1":0,"helmet_2":0,"chain_2":0,"eyebrows_3":0,"makeup_3":0,"makeup_2":0,"tshirt_1":31,"makeup_1":0,"bags_2":0,"makeup_4":0,"eyebrows_4":0,"chain_1":0,"lipstick_4":0,"bproof_2":0,"hair_color_1":0,"decals_2":0,"pants_2":0,"age_2":0,"glasses_2":0,"ears_2":0,"arms":27,"lipstick_1":0,"ears_1":-1,"mask_2":0,"sex":0,"lipstick_3":0,"helmet_1":-1,"shoes_2":0,"beard_2":0,"beard_1":0,"lipstick_2":0,"beard_4":0,"glasses_1":0,"bproof_1":0,"mask_1":0,"decals_1":1,"hair_1":0,"eyebrows_2":0,"beard_3":0,"age_1":0,"tshirt_2":0,"skin":0,"torso_2":0,"eyebrows_1":0,"face":0,"shoes_1":10,"pants_1":24}', '{"hair_2":0,"hair_color_2":0,"torso_1":57,"bags_1":0,"helmet_2":0,"chain_2":0,"eyebrows_3":0,"makeup_3":0,"makeup_2":0,"tshirt_1":38,"makeup_1":0,"bags_2":0,"makeup_4":0,"eyebrows_4":0,"chain_1":0,"lipstick_4":0,"bproof_2":0,"hair_color_1":0,"decals_2":0,"pants_2":1,"age_2":0,"glasses_2":0,"ears_2":0,"arms":21,"lipstick_1":0,"ears_1":-1,"mask_2":0,"sex":1,"lipstick_3":0,"helmet_1":-1,"shoes_2":0,"beard_2":0,"beard_1":0,"lipstick_2":0,"beard_4":0,"glasses_1":5,"bproof_1":0,"mask_1":0,"decals_1":1,"hair_1":0,"eyebrows_2":0,"beard_3":0,"age_1":0,"tshirt_2":0,"skin":0,"torso_2":0,"eyebrows_1":0,"face":0,"shoes_1":49,"pants_1":11}'),
+ ('taxi',2,'experimente','Kokenut',36,'{"hair_2":0,"hair_color_2":0,"torso_1":26,"bags_1":0,"helmet_2":0,"chain_2":0,"eyebrows_3":0,"makeup_3":0,"makeup_2":0,"tshirt_1":57,"makeup_1":0,"bags_2":0,"makeup_4":0,"eyebrows_4":0,"chain_1":0,"lipstick_4":0,"bproof_2":0,"hair_color_1":0,"decals_2":0,"pants_2":4,"age_2":0,"glasses_2":0,"ears_2":0,"arms":11,"lipstick_1":0,"ears_1":-1,"mask_2":0,"sex":0,"lipstick_3":0,"helmet_1":-1,"shoes_2":0,"beard_2":0,"beard_1":0,"lipstick_2":0,"beard_4":0,"glasses_1":0,"bproof_1":0,"mask_1":0,"decals_1":0,"hair_1":0,"eyebrows_2":0,"beard_3":0,"age_1":0,"tshirt_2":0,"skin":0,"torso_2":0,"eyebrows_1":0,"face":0,"shoes_1":10,"pants_1":24}', '{"hair_2":0,"hair_color_2":0,"torso_1":57,"bags_1":0,"helmet_2":0,"chain_2":0,"eyebrows_3":0,"makeup_3":0,"makeup_2":0,"tshirt_1":38,"makeup_1":0,"bags_2":0,"makeup_4":0,"eyebrows_4":0,"chain_1":0,"lipstick_4":0,"bproof_2":0,"hair_color_1":0,"decals_2":0,"pants_2":1,"age_2":0,"glasses_2":0,"ears_2":0,"arms":21,"lipstick_1":0,"ears_1":-1,"mask_2":0,"sex":1,"lipstick_3":0,"helmet_1":-1,"shoes_2":0,"beard_2":0,"beard_1":0,"lipstick_2":0,"beard_4":0,"glasses_1":5,"bproof_1":0,"mask_1":0,"decals_1":1,"hair_1":0,"eyebrows_2":0,"beard_3":0,"age_1":0,"tshirt_2":0,"skin":0,"torso_2":0,"eyebrows_1":0,"face":0,"shoes_1":49,"pants_1":11}'),
+ ('taxi',3,'uber','Uber',48,'{"hair_2":0,"hair_color_2":0,"torso_1":26,"bags_1":0,"helmet_2":0,"chain_2":0,"eyebrows_3":0,"makeup_3":0,"makeup_2":0,"tshirt_1":57,"makeup_1":0,"bags_2":0,"makeup_4":0,"eyebrows_4":0,"chain_1":0,"lipstick_4":0,"bproof_2":0,"hair_color_1":0,"decals_2":0,"pants_2":4,"age_2":0,"glasses_2":0,"ears_2":0,"arms":11,"lipstick_1":0,"ears_1":-1,"mask_2":0,"sex":0,"lipstick_3":0,"helmet_1":-1,"shoes_2":0,"beard_2":0,"beard_1":0,"lipstick_2":0,"beard_4":0,"glasses_1":0,"bproof_1":0,"mask_1":0,"decals_1":0,"hair_1":0,"eyebrows_2":0,"beard_3":0,"age_1":0,"tshirt_2":0,"skin":0,"torso_2":0,"eyebrows_1":0,"face":0,"shoes_1":10,"pants_1":24}', '{"hair_2":0,"hair_color_2":0,"torso_1":57,"bags_1":0,"helmet_2":0,"chain_2":0,"eyebrows_3":0,"makeup_3":0,"makeup_2":0,"tshirt_1":38,"makeup_1":0,"bags_2":0,"makeup_4":0,"eyebrows_4":0,"chain_1":0,"lipstick_4":0,"bproof_2":0,"hair_color_1":0,"decals_2":0,"pants_2":1,"age_2":0,"glasses_2":0,"ears_2":0,"arms":21,"lipstick_1":0,"ears_1":-1,"mask_2":0,"sex":1,"lipstick_3":0,"helmet_1":-1,"shoes_2":0,"beard_2":0,"beard_1":0,"lipstick_2":0,"beard_4":0,"glasses_1":5,"bproof_1":0,"mask_1":0,"decals_1":1,"hair_1":0,"eyebrows_2":0,"beard_3":0,"age_1":0,"tshirt_2":0,"skin":0,"torso_2":0,"eyebrows_1":0,"face":0,"shoes_1":49,"pants_1":11}'),
+ ('taxi',4,'boss','Pomo',0,'{"hair_2":0,"hair_color_2":0,"torso_1":29,"bags_1":0,"helmet_2":0,"chain_2":0,"eyebrows_3":0,"makeup_3":0,"makeup_2":0,"tshirt_1":31,"makeup_1":0,"bags_2":0,"makeup_4":0,"eyebrows_4":0,"chain_1":0,"lipstick_4":0,"bproof_2":0,"hair_color_1":0,"decals_2":0,"pants_2":4,"age_2":0,"glasses_2":0,"ears_2":0,"arms":1,"lipstick_1":0,"ears_1":-1,"mask_2":0,"sex":0,"lipstick_3":0,"helmet_1":-1,"shoes_2":0,"beard_2":0,"beard_1":0,"lipstick_2":0,"beard_4":0,"glasses_1":0,"bproof_1":0,"mask_1":0,"decals_1":0,"hair_1":0,"eyebrows_2":0,"beard_3":0,"age_1":0,"tshirt_2":0,"skin":0,"torso_2":4,"eyebrows_1":0,"face":0,"shoes_1":10,"pants_1":24}', '{"hair_2":0,"hair_color_2":0,"torso_1":57,"bags_1":0,"helmet_2":0,"chain_2":0,"eyebrows_3":0,"makeup_3":0,"makeup_2":0,"tshirt_1":38,"makeup_1":0,"bags_2":0,"makeup_4":0,"eyebrows_4":0,"chain_1":0,"lipstick_4":0,"bproof_2":0,"hair_color_1":0,"decals_2":0,"pants_2":1,"age_2":0,"glasses_2":0,"ears_2":0,"arms":21,"lipstick_1":0,"ears_1":-1,"mask_2":0,"sex":1,"lipstick_3":0,"helmet_1":-1,"shoes_2":0,"beard_2":0,"beard_1":0,"lipstick_2":0,"beard_4":0,"glasses_1":5,"bproof_1":0,"mask_1":0,"decals_1":1,"hair_1":0,"eyebrows_2":0,"beard_3":0,"age_1":0,"tshirt_2":0,"skin":0,"torso_2":0,"eyebrows_1":0,"face":0,"shoes_1":49,"pants_1":11}')
+;
diff --git a/_resources/esx_taxijob/localization/pl_esx_taxijob.sql b/_resources/esx_taxijob/localization/pl_esx_taxijob.sql
new file mode 100644
index 00000000..105d9baa
--- /dev/null
+++ b/_resources/esx_taxijob/localization/pl_esx_taxijob.sql
@@ -0,0 +1,25 @@
+USE `es_extended`;
+
+INSERT INTO `addon_account` (name, label, shared) VALUES
+ ('society_taxi', 'Taxi', 1)
+;
+
+INSERT INTO `datastore` (name, label, shared) VALUES
+ ('society_taxi', 'Taxi', 1)
+;
+
+INSERT INTO `addon_inventory` (name, label, shared) VALUES
+ ('society_taxi', 'Taxi', 1)
+;
+
+INSERT INTO `jobs` (name, label) VALUES
+ ('taxi', 'Taxi')
+;
+
+INSERT INTO `job_grades` (job_name, grade, name, label, salary, skin_male, skin_female) VALUES
+ ('taxi',0,'recrue','Tymczasowy',12,'{"hair_2":0,"hair_color_2":0,"torso_1":32,"bags_1":0,"helmet_2":0,"chain_2":0,"eyebrows_3":0,"makeup_3":0,"makeup_2":0,"tshirt_1":31,"makeup_1":0,"bags_2":0,"makeup_4":0,"eyebrows_4":0,"chain_1":0,"lipstick_4":0,"bproof_2":0,"hair_color_1":0,"decals_2":0,"pants_2":0,"age_2":0,"glasses_2":0,"ears_2":0,"arms":27,"lipstick_1":0,"ears_1":-1,"mask_2":0,"sex":0,"lipstick_3":0,"helmet_1":-1,"shoes_2":0,"beard_2":0,"beard_1":0,"lipstick_2":0,"beard_4":0,"glasses_1":0,"bproof_1":0,"mask_1":0,"decals_1":1,"hair_1":0,"eyebrows_2":0,"beard_3":0,"age_1":0,"tshirt_2":0,"skin":0,"torso_2":0,"eyebrows_1":0,"face":0,"shoes_1":10,"pants_1":24}', '{"hair_2":0,"hair_color_2":0,"torso_1":57,"bags_1":0,"helmet_2":0,"chain_2":0,"eyebrows_3":0,"makeup_3":0,"makeup_2":0,"tshirt_1":38,"makeup_1":0,"bags_2":0,"makeup_4":0,"eyebrows_4":0,"chain_1":0,"lipstick_4":0,"bproof_2":0,"hair_color_1":0,"decals_2":0,"pants_2":1,"age_2":0,"glasses_2":0,"ears_2":0,"arms":21,"lipstick_1":0,"ears_1":-1,"mask_2":0,"sex":1,"lipstick_3":0,"helmet_1":-1,"shoes_2":0,"beard_2":0,"beard_1":0,"lipstick_2":0,"beard_4":0,"glasses_1":5,"bproof_1":0,"mask_1":0,"decals_1":1,"hair_1":0,"eyebrows_2":0,"beard_3":0,"age_1":0,"tshirt_2":0,"skin":0,"torso_2":0,"eyebrows_1":0,"face":0,"shoes_1":49,"pants_1":11}'),
+ ('taxi',1,'novice','Nowy',24,'{"hair_2":0,"hair_color_2":0,"torso_1":32,"bags_1":0,"helmet_2":0,"chain_2":0,"eyebrows_3":0,"makeup_3":0,"makeup_2":0,"tshirt_1":31,"makeup_1":0,"bags_2":0,"makeup_4":0,"eyebrows_4":0,"chain_1":0,"lipstick_4":0,"bproof_2":0,"hair_color_1":0,"decals_2":0,"pants_2":0,"age_2":0,"glasses_2":0,"ears_2":0,"arms":27,"lipstick_1":0,"ears_1":-1,"mask_2":0,"sex":0,"lipstick_3":0,"helmet_1":-1,"shoes_2":0,"beard_2":0,"beard_1":0,"lipstick_2":0,"beard_4":0,"glasses_1":0,"bproof_1":0,"mask_1":0,"decals_1":1,"hair_1":0,"eyebrows_2":0,"beard_3":0,"age_1":0,"tshirt_2":0,"skin":0,"torso_2":0,"eyebrows_1":0,"face":0,"shoes_1":10,"pants_1":24}', '{"hair_2":0,"hair_color_2":0,"torso_1":57,"bags_1":0,"helmet_2":0,"chain_2":0,"eyebrows_3":0,"makeup_3":0,"makeup_2":0,"tshirt_1":38,"makeup_1":0,"bags_2":0,"makeup_4":0,"eyebrows_4":0,"chain_1":0,"lipstick_4":0,"bproof_2":0,"hair_color_1":0,"decals_2":0,"pants_2":1,"age_2":0,"glasses_2":0,"ears_2":0,"arms":21,"lipstick_1":0,"ears_1":-1,"mask_2":0,"sex":1,"lipstick_3":0,"helmet_1":-1,"shoes_2":0,"beard_2":0,"beard_1":0,"lipstick_2":0,"beard_4":0,"glasses_1":5,"bproof_1":0,"mask_1":0,"decals_1":1,"hair_1":0,"eyebrows_2":0,"beard_3":0,"age_1":0,"tshirt_2":0,"skin":0,"torso_2":0,"eyebrows_1":0,"face":0,"shoes_1":49,"pants_1":11}'),
+ ('taxi',2,'experimente','Etatowy',36,'{"hair_2":0,"hair_color_2":0,"torso_1":26,"bags_1":0,"helmet_2":0,"chain_2":0,"eyebrows_3":0,"makeup_3":0,"makeup_2":0,"tshirt_1":57,"makeup_1":0,"bags_2":0,"makeup_4":0,"eyebrows_4":0,"chain_1":0,"lipstick_4":0,"bproof_2":0,"hair_color_1":0,"decals_2":0,"pants_2":4,"age_2":0,"glasses_2":0,"ears_2":0,"arms":11,"lipstick_1":0,"ears_1":-1,"mask_2":0,"sex":0,"lipstick_3":0,"helmet_1":-1,"shoes_2":0,"beard_2":0,"beard_1":0,"lipstick_2":0,"beard_4":0,"glasses_1":0,"bproof_1":0,"mask_1":0,"decals_1":0,"hair_1":0,"eyebrows_2":0,"beard_3":0,"age_1":0,"tshirt_2":0,"skin":0,"torso_2":0,"eyebrows_1":0,"face":0,"shoes_1":10,"pants_1":24}', '{"hair_2":0,"hair_color_2":0,"torso_1":57,"bags_1":0,"helmet_2":0,"chain_2":0,"eyebrows_3":0,"makeup_3":0,"makeup_2":0,"tshirt_1":38,"makeup_1":0,"bags_2":0,"makeup_4":0,"eyebrows_4":0,"chain_1":0,"lipstick_4":0,"bproof_2":0,"hair_color_1":0,"decals_2":0,"pants_2":1,"age_2":0,"glasses_2":0,"ears_2":0,"arms":21,"lipstick_1":0,"ears_1":-1,"mask_2":0,"sex":1,"lipstick_3":0,"helmet_1":-1,"shoes_2":0,"beard_2":0,"beard_1":0,"lipstick_2":0,"beard_4":0,"glasses_1":5,"bproof_1":0,"mask_1":0,"decals_1":1,"hair_1":0,"eyebrows_2":0,"beard_3":0,"age_1":0,"tshirt_2":0,"skin":0,"torso_2":0,"eyebrows_1":0,"face":0,"shoes_1":49,"pants_1":11}'),
+ ('taxi',3,'uber','Uber',48,'{"hair_2":0,"hair_color_2":0,"torso_1":26,"bags_1":0,"helmet_2":0,"chain_2":0,"eyebrows_3":0,"makeup_3":0,"makeup_2":0,"tshirt_1":57,"makeup_1":0,"bags_2":0,"makeup_4":0,"eyebrows_4":0,"chain_1":0,"lipstick_4":0,"bproof_2":0,"hair_color_1":0,"decals_2":0,"pants_2":4,"age_2":0,"glasses_2":0,"ears_2":0,"arms":11,"lipstick_1":0,"ears_1":-1,"mask_2":0,"sex":0,"lipstick_3":0,"helmet_1":-1,"shoes_2":0,"beard_2":0,"beard_1":0,"lipstick_2":0,"beard_4":0,"glasses_1":0,"bproof_1":0,"mask_1":0,"decals_1":0,"hair_1":0,"eyebrows_2":0,"beard_3":0,"age_1":0,"tshirt_2":0,"skin":0,"torso_2":0,"eyebrows_1":0,"face":0,"shoes_1":10,"pants_1":24}', '{"hair_2":0,"hair_color_2":0,"torso_1":57,"bags_1":0,"helmet_2":0,"chain_2":0,"eyebrows_3":0,"makeup_3":0,"makeup_2":0,"tshirt_1":38,"makeup_1":0,"bags_2":0,"makeup_4":0,"eyebrows_4":0,"chain_1":0,"lipstick_4":0,"bproof_2":0,"hair_color_1":0,"decals_2":0,"pants_2":1,"age_2":0,"glasses_2":0,"ears_2":0,"arms":21,"lipstick_1":0,"ears_1":-1,"mask_2":0,"sex":1,"lipstick_3":0,"helmet_1":-1,"shoes_2":0,"beard_2":0,"beard_1":0,"lipstick_2":0,"beard_4":0,"glasses_1":5,"bproof_1":0,"mask_1":0,"decals_1":1,"hair_1":0,"eyebrows_2":0,"beard_3":0,"age_1":0,"tshirt_2":0,"skin":0,"torso_2":0,"eyebrows_1":0,"face":0,"shoes_1":49,"pants_1":11}'),
+ ('taxi',4,'boss','Właściciel',0,'{"hair_2":0,"hair_color_2":0,"torso_1":29,"bags_1":0,"helmet_2":0,"chain_2":0,"eyebrows_3":0,"makeup_3":0,"makeup_2":0,"tshirt_1":31,"makeup_1":0,"bags_2":0,"makeup_4":0,"eyebrows_4":0,"chain_1":0,"lipstick_4":0,"bproof_2":0,"hair_color_1":0,"decals_2":0,"pants_2":4,"age_2":0,"glasses_2":0,"ears_2":0,"arms":1,"lipstick_1":0,"ears_1":-1,"mask_2":0,"sex":0,"lipstick_3":0,"helmet_1":-1,"shoes_2":0,"beard_2":0,"beard_1":0,"lipstick_2":0,"beard_4":0,"glasses_1":0,"bproof_1":0,"mask_1":0,"decals_1":0,"hair_1":0,"eyebrows_2":0,"beard_3":0,"age_1":0,"tshirt_2":0,"skin":0,"torso_2":4,"eyebrows_1":0,"face":0,"shoes_1":10,"pants_1":24}', '{"hair_2":0,"hair_color_2":0,"torso_1":57,"bags_1":0,"helmet_2":0,"chain_2":0,"eyebrows_3":0,"makeup_3":0,"makeup_2":0,"tshirt_1":38,"makeup_1":0,"bags_2":0,"makeup_4":0,"eyebrows_4":0,"chain_1":0,"lipstick_4":0,"bproof_2":0,"hair_color_1":0,"decals_2":0,"pants_2":1,"age_2":0,"glasses_2":0,"ears_2":0,"arms":21,"lipstick_1":0,"ears_1":-1,"mask_2":0,"sex":1,"lipstick_3":0,"helmet_1":-1,"shoes_2":0,"beard_2":0,"beard_1":0,"lipstick_2":0,"beard_4":0,"glasses_1":5,"bproof_1":0,"mask_1":0,"decals_1":1,"hair_1":0,"eyebrows_2":0,"beard_3":0,"age_1":0,"tshirt_2":0,"skin":0,"torso_2":0,"eyebrows_1":0,"face":0,"shoes_1":49,"pants_1":11}')
+;
diff --git a/_resources/esx_taxijob/localization/sv_esx_taxijob.sql b/_resources/esx_taxijob/localization/sv_esx_taxijob.sql
new file mode 100644
index 00000000..44cf8ef9
--- /dev/null
+++ b/_resources/esx_taxijob/localization/sv_esx_taxijob.sql
@@ -0,0 +1,25 @@
+USE `es_extended`;
+
+INSERT INTO `addon_account` (name, label, shared) VALUES
+ ('society_taxi', 'Taxi', 1)
+;
+
+INSERT INTO `datastore` (name, label, shared) VALUES
+ ('society_taxi', 'Taxi', 1)
+;
+
+INSERT INTO `addon_inventory` (name, label, shared) VALUES
+ ('society_taxi', 'Taxi', 1)
+;
+
+INSERT INTO `jobs` (name, label) VALUES
+ ('taxi', 'Taxi')
+;
+
+INSERT INTO `job_grades` (job_name, grade, name, label, salary, skin_male, skin_female) VALUES
+ ('taxi',0,'recrue','Nyrekryterad',12,'{"hair_2":0,"hair_color_2":0,"torso_1":32,"bags_1":0,"helmet_2":0,"chain_2":0,"eyebrows_3":0,"makeup_3":0,"makeup_2":0,"tshirt_1":31,"makeup_1":0,"bags_2":0,"makeup_4":0,"eyebrows_4":0,"chain_1":0,"lipstick_4":0,"bproof_2":0,"hair_color_1":0,"decals_2":0,"pants_2":0,"age_2":0,"glasses_2":0,"ears_2":0,"arms":27,"lipstick_1":0,"ears_1":-1,"mask_2":0,"sex":0,"lipstick_3":0,"helmet_1":-1,"shoes_2":0,"beard_2":0,"beard_1":0,"lipstick_2":0,"beard_4":0,"glasses_1":0,"bproof_1":0,"mask_1":0,"decals_1":1,"hair_1":0,"eyebrows_2":0,"beard_3":0,"age_1":0,"tshirt_2":0,"skin":0,"torso_2":0,"eyebrows_1":0,"face":0,"shoes_1":10,"pants_1":24}', '{"hair_2":0,"hair_color_2":0,"torso_1":57,"bags_1":0,"helmet_2":0,"chain_2":0,"eyebrows_3":0,"makeup_3":0,"makeup_2":0,"tshirt_1":38,"makeup_1":0,"bags_2":0,"makeup_4":0,"eyebrows_4":0,"chain_1":0,"lipstick_4":0,"bproof_2":0,"hair_color_1":0,"decals_2":0,"pants_2":1,"age_2":0,"glasses_2":0,"ears_2":0,"arms":21,"lipstick_1":0,"ears_1":-1,"mask_2":0,"sex":1,"lipstick_3":0,"helmet_1":-1,"shoes_2":0,"beard_2":0,"beard_1":0,"lipstick_2":0,"beard_4":0,"glasses_1":5,"bproof_1":0,"mask_1":0,"decals_1":1,"hair_1":0,"eyebrows_2":0,"beard_3":0,"age_1":0,"tshirt_2":0,"skin":0,"torso_2":0,"eyebrows_1":0,"face":0,"shoes_1":49,"pants_1":11}'),
+ ('taxi',1,'novice','Skicklig förare',24,'{"hair_2":0,"hair_color_2":0,"torso_1":32,"bags_1":0,"helmet_2":0,"chain_2":0,"eyebrows_3":0,"makeup_3":0,"makeup_2":0,"tshirt_1":31,"makeup_1":0,"bags_2":0,"makeup_4":0,"eyebrows_4":0,"chain_1":0,"lipstick_4":0,"bproof_2":0,"hair_color_1":0,"decals_2":0,"pants_2":0,"age_2":0,"glasses_2":0,"ears_2":0,"arms":27,"lipstick_1":0,"ears_1":-1,"mask_2":0,"sex":0,"lipstick_3":0,"helmet_1":-1,"shoes_2":0,"beard_2":0,"beard_1":0,"lipstick_2":0,"beard_4":0,"glasses_1":0,"bproof_1":0,"mask_1":0,"decals_1":1,"hair_1":0,"eyebrows_2":0,"beard_3":0,"age_1":0,"tshirt_2":0,"skin":0,"torso_2":0,"eyebrows_1":0,"face":0,"shoes_1":10,"pants_1":24}', '{"hair_2":0,"hair_color_2":0,"torso_1":57,"bags_1":0,"helmet_2":0,"chain_2":0,"eyebrows_3":0,"makeup_3":0,"makeup_2":0,"tshirt_1":38,"makeup_1":0,"bags_2":0,"makeup_4":0,"eyebrows_4":0,"chain_1":0,"lipstick_4":0,"bproof_2":0,"hair_color_1":0,"decals_2":0,"pants_2":1,"age_2":0,"glasses_2":0,"ears_2":0,"arms":21,"lipstick_1":0,"ears_1":-1,"mask_2":0,"sex":1,"lipstick_3":0,"helmet_1":-1,"shoes_2":0,"beard_2":0,"beard_1":0,"lipstick_2":0,"beard_4":0,"glasses_1":5,"bproof_1":0,"mask_1":0,"decals_1":1,"hair_1":0,"eyebrows_2":0,"beard_3":0,"age_1":0,"tshirt_2":0,"skin":0,"torso_2":0,"eyebrows_1":0,"face":0,"shoes_1":49,"pants_1":11}'),
+ ('taxi',2,'experimente','Erfaren förare',36,'{"hair_2":0,"hair_color_2":0,"torso_1":26,"bags_1":0,"helmet_2":0,"chain_2":0,"eyebrows_3":0,"makeup_3":0,"makeup_2":0,"tshirt_1":57,"makeup_1":0,"bags_2":0,"makeup_4":0,"eyebrows_4":0,"chain_1":0,"lipstick_4":0,"bproof_2":0,"hair_color_1":0,"decals_2":0,"pants_2":4,"age_2":0,"glasses_2":0,"ears_2":0,"arms":11,"lipstick_1":0,"ears_1":-1,"mask_2":0,"sex":0,"lipstick_3":0,"helmet_1":-1,"shoes_2":0,"beard_2":0,"beard_1":0,"lipstick_2":0,"beard_4":0,"glasses_1":0,"bproof_1":0,"mask_1":0,"decals_1":0,"hair_1":0,"eyebrows_2":0,"beard_3":0,"age_1":0,"tshirt_2":0,"skin":0,"torso_2":0,"eyebrows_1":0,"face":0,"shoes_1":10,"pants_1":24}', '{"hair_2":0,"hair_color_2":0,"torso_1":57,"bags_1":0,"helmet_2":0,"chain_2":0,"eyebrows_3":0,"makeup_3":0,"makeup_2":0,"tshirt_1":38,"makeup_1":0,"bags_2":0,"makeup_4":0,"eyebrows_4":0,"chain_1":0,"lipstick_4":0,"bproof_2":0,"hair_color_1":0,"decals_2":0,"pants_2":1,"age_2":0,"glasses_2":0,"ears_2":0,"arms":21,"lipstick_1":0,"ears_1":-1,"mask_2":0,"sex":1,"lipstick_3":0,"helmet_1":-1,"shoes_2":0,"beard_2":0,"beard_1":0,"lipstick_2":0,"beard_4":0,"glasses_1":5,"bproof_1":0,"mask_1":0,"decals_1":1,"hair_1":0,"eyebrows_2":0,"beard_3":0,"age_1":0,"tshirt_2":0,"skin":0,"torso_2":0,"eyebrows_1":0,"face":0,"shoes_1":49,"pants_1":11}'),
+ ('taxi',3,'uber','Professionell förare',48,'{"hair_2":0,"hair_color_2":0,"torso_1":26,"bags_1":0,"helmet_2":0,"chain_2":0,"eyebrows_3":0,"makeup_3":0,"makeup_2":0,"tshirt_1":57,"makeup_1":0,"bags_2":0,"makeup_4":0,"eyebrows_4":0,"chain_1":0,"lipstick_4":0,"bproof_2":0,"hair_color_1":0,"decals_2":0,"pants_2":4,"age_2":0,"glasses_2":0,"ears_2":0,"arms":11,"lipstick_1":0,"ears_1":-1,"mask_2":0,"sex":0,"lipstick_3":0,"helmet_1":-1,"shoes_2":0,"beard_2":0,"beard_1":0,"lipstick_2":0,"beard_4":0,"glasses_1":0,"bproof_1":0,"mask_1":0,"decals_1":0,"hair_1":0,"eyebrows_2":0,"beard_3":0,"age_1":0,"tshirt_2":0,"skin":0,"torso_2":0,"eyebrows_1":0,"face":0,"shoes_1":10,"pants_1":24}', '{"hair_2":0,"hair_color_2":0,"torso_1":57,"bags_1":0,"helmet_2":0,"chain_2":0,"eyebrows_3":0,"makeup_3":0,"makeup_2":0,"tshirt_1":38,"makeup_1":0,"bags_2":0,"makeup_4":0,"eyebrows_4":0,"chain_1":0,"lipstick_4":0,"bproof_2":0,"hair_color_1":0,"decals_2":0,"pants_2":1,"age_2":0,"glasses_2":0,"ears_2":0,"arms":21,"lipstick_1":0,"ears_1":-1,"mask_2":0,"sex":1,"lipstick_3":0,"helmet_1":-1,"shoes_2":0,"beard_2":0,"beard_1":0,"lipstick_2":0,"beard_4":0,"glasses_1":5,"bproof_1":0,"mask_1":0,"decals_1":1,"hair_1":0,"eyebrows_2":0,"beard_3":0,"age_1":0,"tshirt_2":0,"skin":0,"torso_2":0,"eyebrows_1":0,"face":0,"shoes_1":49,"pants_1":11}'),
+ ('taxi',4,'boss','Företagsägare',0,'{"hair_2":0,"hair_color_2":0,"torso_1":29,"bags_1":0,"helmet_2":0,"chain_2":0,"eyebrows_3":0,"makeup_3":0,"makeup_2":0,"tshirt_1":31,"makeup_1":0,"bags_2":0,"makeup_4":0,"eyebrows_4":0,"chain_1":0,"lipstick_4":0,"bproof_2":0,"hair_color_1":0,"decals_2":0,"pants_2":4,"age_2":0,"glasses_2":0,"ears_2":0,"arms":1,"lipstick_1":0,"ears_1":-1,"mask_2":0,"sex":0,"lipstick_3":0,"helmet_1":-1,"shoes_2":0,"beard_2":0,"beard_1":0,"lipstick_2":0,"beard_4":0,"glasses_1":0,"bproof_1":0,"mask_1":0,"decals_1":0,"hair_1":0,"eyebrows_2":0,"beard_3":0,"age_1":0,"tshirt_2":0,"skin":0,"torso_2":4,"eyebrows_1":0,"face":0,"shoes_1":10,"pants_1":24}', '{"hair_2":0,"hair_color_2":0,"torso_1":57,"bags_1":0,"helmet_2":0,"chain_2":0,"eyebrows_3":0,"makeup_3":0,"makeup_2":0,"tshirt_1":38,"makeup_1":0,"bags_2":0,"makeup_4":0,"eyebrows_4":0,"chain_1":0,"lipstick_4":0,"bproof_2":0,"hair_color_1":0,"decals_2":0,"pants_2":1,"age_2":0,"glasses_2":0,"ears_2":0,"arms":21,"lipstick_1":0,"ears_1":-1,"mask_2":0,"sex":1,"lipstick_3":0,"helmet_1":-1,"shoes_2":0,"beard_2":0,"beard_1":0,"lipstick_2":0,"beard_4":0,"glasses_1":5,"bproof_1":0,"mask_1":0,"decals_1":1,"hair_1":0,"eyebrows_2":0,"beard_3":0,"age_1":0,"tshirt_2":0,"skin":0,"torso_2":0,"eyebrows_1":0,"face":0,"shoes_1":49,"pants_1":11}')
+;
diff --git a/_resources/esx_taxijob/server/main.lua b/_resources/esx_taxijob/server/main.lua
new file mode 100644
index 00000000..932e1b32
--- /dev/null
+++ b/_resources/esx_taxijob/server/main.lua
@@ -0,0 +1,108 @@
+ESX = nil
+local lastPlayerSuccess = {}
+
+TriggerEvent('esx:getSharedObject', function(obj) ESX = obj end)
+
+if Config.MaxInService ~= -1 then
+ TriggerEvent('esx_service:activateService', 'taxi', Config.MaxInService)
+end
+
+TriggerEvent('esx_phone:registerNumber', 'taxi', _U('taxi_client'), true, true)
+TriggerEvent('esx_society:registerSociety', 'taxi', 'Taxi', 'society_taxi', 'society_taxi', 'society_taxi', {type = 'public'})
+
+RegisterNetEvent('esx_taxijob:success')
+AddEventHandler('esx_taxijob:success', function()
+ local xPlayer = ESX.GetPlayerFromId(source)
+ local timeNow = os.clock()
+
+ if xPlayer.job.name == 'taxi' then
+ if not lastPlayerSuccess[source] or timeNow - lastPlayerSuccess[source] > 5 then
+ lastPlayerSuccess[source] = timeNow
+
+ math.randomseed(os.time())
+ local total = math.random(Config.NPCJobEarnings.min, Config.NPCJobEarnings.max)
+
+ if xPlayer.job.grade >= 3 then
+ total = total * 2
+ end
+
+ TriggerEvent('esx_addonaccount:getSharedAccount', 'society_taxi', function(account)
+ if account then
+ local playerMoney = ESX.Math.Round(total / 100 * 30)
+ local societyMoney = ESX.Math.Round(total / 100 * 70)
+
+ xPlayer.addMoney(playerMoney)
+ account.addMoney(societyMoney)
+
+ xPlayer.showNotification(_U('comp_earned', societyMoney, playerMoney))
+ else
+ xPlayer.addMoney(total)
+ xPlayer.showNotification(_U('have_earned', total))
+ end
+ end)
+ end
+ else
+ print(('[esx_taxijob] [^3WARNING^7] %s attempted to trigger success (cheating)'):format(xPlayer.identifier))
+ end
+end)
+
+RegisterNetEvent('esx_taxijob:getStockItem')
+AddEventHandler('esx_taxijob:getStockItem', function(itemName, count)
+ local xPlayer = ESX.GetPlayerFromId(source)
+
+ if xPlayer.job.name == 'taxi' then
+ TriggerEvent('esx_addoninventory:getSharedInventory', 'society_taxi', function(inventory)
+ local item = inventory.getItem(itemName)
+
+ -- is there enough in the society?
+ if count > 0 and item.count >= count then
+ -- can the player carry the said amount of x item?
+ if xPlayer.canCarryItem(itemName, count) then
+ inventory.removeItem(itemName, count)
+ xPlayer.addInventoryItem(itemName, count)
+ xPlayer.showNotification(_U('have_withdrawn', count, item.label))
+ else
+ xPlayer.showNotification(_U('player_cannot_hold'))
+ end
+ else
+ xPlayer.showNotification(_U('quantity_invalid'))
+ end
+ end)
+ else
+ print(('[esx_taxijob] [^3WARNING^7] %s attempted to trigger getStockItem'):format(xPlayer.identifier))
+ end
+end)
+
+ESX.RegisterServerCallback('esx_taxijob:getStockItems', function(source, cb)
+ TriggerEvent('esx_addoninventory:getSharedInventory', 'society_taxi', function(inventory)
+ cb(inventory.items)
+ end)
+end)
+
+RegisterNetEvent('esx_taxijob:putStockItems')
+AddEventHandler('esx_taxijob:putStockItems', function(itemName, count)
+ local xPlayer = ESX.GetPlayerFromId(source)
+
+ if xPlayer.job.name == 'taxi' then
+ TriggerEvent('esx_addoninventory:getSharedInventory', 'society_taxi', function(inventory)
+ local item = inventory.getItem(itemName)
+
+ if item.count >= 0 then
+ xPlayer.removeInventoryItem(itemName, count)
+ inventory.addItem(itemName, count)
+ xPlayer.showNotification(_U('have_deposited', count, item.label))
+ else
+ xPlayer.showNotification(_U('quantity_invalid'))
+ end
+ end)
+ else
+ print(('[esx_taxijob] [^3WARNING^7] %s attempted to trigger putStockItems'):format(xPlayer.identifier))
+ end
+end)
+
+ESX.RegisterServerCallback('esx_taxijob:getPlayerInventory', function(source, cb)
+ local xPlayer = ESX.GetPlayerFromId(source)
+ local items = xPlayer.inventory
+
+ cb({items = items})
+end)