Commit Graph

4619 Commits

Author SHA1 Message Date
ElPumpo 83914926b2 Removed old invalid command handler 2020-03-09 13:08:34 +01:00
ElPumpo e0d561649b Added invalid command handler 2020-03-09 13:05:33 +01:00
ElPumpo 7efcf85abb Fixed indent mistake 2020-03-09 12:35:40 +01:00
Samuel e0672840ce Merge pull request #557 from MaLaGeBe/patch-1
Fix give weapon ammo on esx:giveInventoryItem
2020-03-07 14:00:47 +01:00
麻辣戈壁 086f280a77 Fix give weapon ammo on esx:giveInventoryItem 2020-03-07 19:59:45 +08:00
RikoDEV eef971c08b The user_accounts table has been moved...
...to users in the latest es_extended update.
2020-03-07 11:17:14 +01:00
ElPumpo dc242b97c3 Added Spanish translation thanks to @JuannmaCh
Co-Authored-By: JuannmaCh <juannmach@users.noreply.github.com>
2020-03-06 21:08:39 +01:00
Samuel fed4f4c527 Merge pull request #69 from Ffrankys/master
Fixed German sql file
2020-03-06 21:03:47 +01:00
ElPumpo cf23d9c2ed Update README.md 2020-03-06 21:03:15 +01:00
Oldarorn 829994dd9c Updated French translations (#551)
* Update fr.lua

* Fix indent
2020-03-06 20:59:18 +01:00
ElPumpo 1d60857a7e Fixed /setgroup command 2020-03-06 20:46:28 +01:00
ElPumpo 3ba2ed150f Save accounts as encoded json text, migrate script found in development discord 2020-03-06 20:41:37 +01:00
Marvbell110 d477fce1d5 Update de.lua 2020-03-04 19:59:44 +01:00
ElPumpo e31077efbb Update README.md 2020-03-04 13:03:19 +01:00
ElPumpo a2308dec59 Implemented starting balance, closes #537 2020-03-04 13:01:46 +01:00
ElPumpo 4e4ebfff7b Re-done locale names for commands, moved hardcoded strings to locale and added /setgroup command 2020-03-04 12:41:57 +01:00
ElPumpo c4655598f9 Removed ES leftover code 2020-03-04 11:28:34 +01:00
ElPumpo 8c719dcb23 Added missing crutial add_principal use to server configuration file 2020-03-04 11:23:01 +01:00
ElPumpo 7e9cee19a8 Security improvement and minor cleanup 2020-03-04 11:05:31 +01:00
ElPumpo 4d9af4e1ab Improved saving loadouts (see desc)
- Only save weapon components if needed, wont save default clip anymore, and if no other component is available then its not saved at all

- Tint index not stored if not above 0
- Weapon label not saved in database since its useless
- Validate weapon on player load
2020-03-01 10:54:03 +01:00
ElPumpo 79d53a5550 ESX.Game.GetPedMugshot() second argument transparent 2020-02-28 20:05:27 +01:00
rex2630 aefe034d6c Moved all coords to vector3 types 2020-02-27 13:35:26 +01:00
rex2630 fe041c05b8 Moved all coords to vector3 types 2020-02-27 13:30:13 +01:00
RikoDEV d90553cfa5 Add respawn fix to readme. 2020-02-26 17:10:20 +01:00
RikoDEV 4a8339b0f6 Update readme.md 2020-02-26 17:09:47 +01:00
Samuel f9a719da73 Merge pull request #56 from medina102/patch-1
Fixed typo
2020-02-26 15:24:35 +01:00
rex2630 6a0e69e9a1 Support for newest ESX + Minor cleanup (#29)
* Support for newest ESX

* Minor cleanup

* Moved all coords to vector3 types

* Moved all coords to vector3 types
2020-02-26 13:46:39 +01:00
ElPumpo 24a9defca4 Removed xPlayer.removeWeapon() second argument 2020-02-25 15:54:38 +01:00
Samuel 6b75c157c0 Merge pull request #244 from rex2630/patch-1
Minor cleanup
2020-02-25 11:38:22 +01:00
ElPumpo 998b91e971 Fixed leftover ES code 2020-02-24 21:43:50 +01:00
medina102 ad4f678399 Update en.lua
Typo corrected.
2020-02-24 07:13:06 +01:00
ElPumpo 22b88b59b5 Update README.md 2020-02-23 20:57:29 +01:00
Dione Batista 8927aebae1 Updated Portuguese translation (#523)
* Update br.lua

* uppercase "corrections"
2020-02-23 18:48:37 +01:00
RikoDEV e52ae32036 Delete README.md 2020-02-23 12:13:24 +01:00
RikoDEV b67530799f [IMPORTANT] Creating characters fix. 2020-02-23 12:09:09 +01:00
RikoDEV be07044b53 Creating characters fix. 2020-02-23 12:07:34 +01:00
RikoDEV feafbe61f8 Create FUNDING.yml 2020-02-22 16:41:11 +01:00
RikoDEV 06dd900e0f Update README.md 2020-02-22 16:39:09 +01:00
RikoDEV 0bab6a2604 Update readme.md 2020-02-22 16:38:18 +01:00
RikoDEV 366e16eaf4 Update README.md 2020-02-22 16:33:33 +01:00
RikoDEV 6d0abfc71f Update main.lua 2020-02-22 16:31:49 +01:00
RikoDEV 640a322853 Update main.lua 2020-02-22 16:30:32 +01:00
RikoDEV 083b545300 Update main.lua 2020-02-22 16:12:40 +01:00
RikoDEV eb2a274d70 We need the entire identifier, string.sub is unnecessary. 2020-02-22 15:58:37 +01:00
RikoDEV ecf073ef61 Fix issues with identifiers... 2020-02-22 15:54:12 +01:00
RikoDEV 8171f9f483 Update main.lua 2020-02-22 15:42:40 +01:00
RikoDEV c22733bb4c Update main.lua 2020-02-22 15:41:58 +01:00
RikoDEV acd4e30fea Fix GetPlayerIdentifiers 2020-02-22 15:41:38 +01:00
RikoDEV 2d63e61e32 Update and rename __resource.lua to fxmanifest.lua 2020-02-22 15:10:26 +01:00
RikoDEV f2612dc872 Add support for latest ESX (2/2) 2020-02-22 15:04:26 +01:00