ElPumpo
dae665f77a
Cron job use async to not kill server paying rent
2020-02-12 10:59:01 +01:00
ElPumpo
5c37ab654e
Merge branch 'master' of https://github.com/ESX-Org/esx_vehicleshop
2020-02-08 20:05:01 +01:00
ElPumpo
5c1feb05ad
Fixed missing plate
2020-02-08 19:52:41 +01:00
rex2630
637fe9e80b
Added czech locale ( #236 )
...
* Create cs.lua
* Update fxmanifest.lua
2020-02-08 14:54:17 +01:00
ElPumpo
b623f11a73
Sort vehicles in chronological order, dont open shop menu if vehicle list is empty
2020-02-08 12:54:45 +01:00
ElPumpo
14fbc69357
Major improvements, see desc
...
- Fixed selling same vehicle multiple times
- Fixed selling <no> vehicle
- Major security improvements
- Removed buying vehicle for society
- Code cleanup
- Fixed depopping vehicle not working (not respecting network owner)
2020-02-08 12:36:18 +01:00
rex2630
5e6cd29ca8
Replace __resource.lua with fxmanifest.lua
2020-01-19 17:04:01 +01:00
Samuel
654f9fb013
Merge pull request #228 from maiconkkl/master
...
Improved Portuguese translation
2020-01-15 20:51:06 +01:00
maiconkkl
40e4a009f1
Correcting and improving translation
2020-01-05 23:09:13 -03:00
rex2630
68a9f126eb
Support for new ESX weight system ( #224 )
...
* Support for new ESX
* Fix
* Fix 2 and removed sourceItem variable
2019-11-12 20:55:27 +01:00
ElPumpo
956fe5f183
Minor code cleanup
2019-11-09 17:25:41 +01:00
ElPumpo
967cde347e
Fix spawned vehicles not unloading from memory, closes #142
...
Co-Authored-By: Alex Garcio <redalex@users.noreply.github.com >
2019-05-31 12:35:09 +02:00
ElPumpo
3705e6b654
Reencode base64 phone logo, minor indent changes
2019-05-20 23:02:21 +02:00
ElPumpo
466ca0a399
Proper cb usage
2019-05-05 09:51:18 +02:00
ElPumpo
ccf027261b
Default 'job' to empty string instead of null, fixes #147
2019-03-04 21:48:07 +01:00
ElPumpo
3cbe635fdc
Sorround reserved keyword with backticks
2019-01-04 13:21:34 +01:00
ElPumpo
107d6993db
Fixed #126
2019-01-03 13:20:14 +01:00
ElPumpo
5bf24e50b5
New code for job vehicles
2018-12-30 23:37:55 +01:00
ElPumpo
94852ee1e6
Add job column
2018-12-30 16:20:25 +01:00
ElPumpo
210a5a84bd
New owned_vehicles columns
2018-12-30 16:15:21 +01:00
ElPumpo
2706c28ace
Fixed selling society owned vehicles too
2018-12-08 15:44:09 +01:00
ElPumpo
f79f8df02e
Fixed vehicle model mismatch error, closes #113
2018-12-08 15:43:03 +01:00
ElPumpo
5cf117f274
Added warning message if plate is inproperly setup
2018-12-02 20:57:48 +01:00
ElPumpo
5466568b58
onResourceStop: close menu if opened
2018-12-02 17:01:15 +01:00
ElPumpo
9fabb62be3
Await vehicle to load, resolves #80
2018-12-02 16:54:32 +01:00
ElPumpo
84fc20d1f6
Make sure all vehicles exist
2018-12-02 16:49:12 +01:00
ElPumpo
27439734fc
Merge branch 'master' of https://github.com/ESX-Org/esx_vehicleshop
2018-12-02 14:26:06 +01:00
ElPumpo
2d4fa6dd73
Implemented check for car license, resolves #101
2018-12-02 14:24:35 +01:00
Samuel
25173c66d7
Merge pull request #108 from Santagain/patch-1
...
Correct issue#81 when using br language
2018-12-02 11:18:57 +01:00
Dione Batista
859b178b42
Correct issue#81 when using br language
2018-12-01 23:10:16 -02:00
ElPumpo
db50acd322
Merge branch 'master' of https://github.com/ESX-Org/esx_vehicleshop
2018-11-28 20:12:19 +01:00
ElPumpo
dd0c4b8fdd
Updated sql files
2018-11-28 20:11:44 +01:00
Cédric Lecomte
9f9fe62c6e
Fix i18n FR ( #104 )
...
* Fix i18n FR
* Fix locales
- New locales available
- Don't start with uppercase
2018-11-28 20:06:52 +01:00
ElPumpo
70aa96da0b
Fixed invalid sql file
2018-11-28 19:51:46 +01:00
ElPumpo
6c570cee98
Added sold vehicles list
2018-11-25 15:54:19 +01:00
ElPumpo
592083b2ae
Security improvement, resolves #36
2018-11-20 21:00:29 +01:00
ElPumpo
8e76143a7b
Removed PV command, closes #97 , closes #90 , closes #
2018-11-20 11:48:53 +01:00
ElPumpo
2da763bfbd
Resolves #55 , very final commit v1.1.0
2018-11-20 11:25:11 +01:00
ElPumpo
43adf49df9
Final commit v1.1.0
2018-11-20 11:18:42 +01:00
ElPumpo
f6d28a86ad
Added dependency
2018-11-20 11:18:15 +01:00
ElPumpo
11e58a247d
Removed unused locale strings
2018-11-20 11:16:36 +01:00
ElPumpo
feb0b05406
Proper string formatting, no more hardcoded $ signs
2018-11-20 11:02:16 +01:00
ElPumpo
45e6ce5f7d
4 tab indent update
2018-11-11 12:50:48 +01:00
ElPumpo
092adc0578
Removed un-needed assets, closes #14
2018-11-08 21:33:39 +01:00
ElPumpo
3921a46d60
mysql-async v3.0.1 support
2018-09-24 17:34:19 +02:00
Samuel
bea0e7e1a5
Merge pull request #60 from lilfuchs/master
...
Fixed outdated SQL files
2018-08-11 13:43:18 +02:00
Samuel
6fade6b522
Merge pull request #52 from deviljin112/master
...
Polish Translation
2018-08-11 13:40:25 +02:00
nearbyplayer
6100cb2c87
Repo Update
2018-08-10 00:56:16 -04:00
ElPumpo
5711214fd1
Corrected swedish locales
2018-08-04 23:55:58 +02:00
Unknown
e88554e4ff
fix sv sql
2018-07-30 08:54:34 -04:00