Commit Graph

4297 Commits

Author SHA1 Message Date
RikoDEV 72c4555b55 Merge pull request #7 from rex2630/patch-1
Fix for disconnect
2020-03-25 13:09:46 +01:00
rex2630 66f751f8c2 Fix for disconnect 2020-03-25 13:08:14 +01:00
rex2630 5f43c69987 Fix for disconnect 2020-03-25 13:07:10 +01:00
RikoDEV c3a731155f Fix for English readme. 2020-03-25 10:15:33 +01:00
RikoDEV b49a476fc8 Fix for Polish readme. 2020-03-25 10:14:11 +01:00
RikoDEV 71a7f8bf54 Support for the new version of ESX, again... 2020-03-25 10:11:16 +01:00
Samuel 4253d02d68 Merge pull request #602 from Oldarorn/patch-6
Updated French translations
2020-03-24 19:03:35 +01:00
Oldarorn 2c4d33defa Update fr.lua 2020-03-24 13:49:34 +01:00
ElPumpo 8a6579fd7e Added /setaccountmoney command, closes #558 2020-03-24 10:57:25 +01:00
ElPumpo d41b9a7d90 Minor locale adjustment 2020-03-24 10:52:02 +01:00
ElPumpo 2da17bc123 Support latest esx 2020-03-24 10:33:56 +01:00
ElPumpo 8a586e433c ⚠️⚠️BREAKING COMMIT⚠️⚠️: mapmanager & spawnmanager ditch
Make sure you remove or disable mapmanager and spawnmanager
2020-03-23 13:58:41 +01:00
ElPumpo 0fc8c4d9c5 Added /save <playerId> and /saveall commands 2020-03-23 12:10:25 +01:00
ElPumpo d8e4e8d991 Fixed group not storing on db when saving player 2020-03-23 11:55:55 +01:00
ElPumpo 4cc964b9d5 Updated sponsor url 2020-03-22 14:46:54 +01:00
ElPumpo d91d34670d Added sponsorship with Iceline Hosting❤️ 2020-03-22 14:32:31 +01:00
ElPumpo 29cbe64298 Fixed paying rent with latest ESX and added evict 2020-03-22 11:09:43 +01:00
ElPumpo 986cbfb32a Added missing trailing spaces 2020-03-22 09:47:04 +01:00
ElPumpo 9a1dfa42ca Sync consumed ammo with server properly
No more security issues here!
2020-03-22 09:43:43 +01:00
rex2630 77bd7fa334 vector check fixed 2020-03-21 16:34:36 +01:00
Marvbell110 dcc2aa762f Update de.lua 2020-03-21 14:20:39 +01:00
rex2630 9d81a54b76 vector distance check 2020-03-19 23:03:31 +01:00
rex2630 34df488755 French as default locale 2020-03-19 23:01:19 +01:00
ElPumpo ff9930068f Keep weight stored 2020-03-15 12:20:08 +01:00
Samuel 69fe87300d Updated French translation (#572)
Update fr.lua
2020-03-12 18:08:20 +01:00
Oldarorn 9b97d1ea67 Update fr.lua 2020-03-12 17:17:13 +01:00
MohamedAmrMahdy e712c0158d Add xPlayer.getMaxWeight() (#559)
* Add xPlayer.getMaxWeight()

Add ability to read current maximum weight for player

* Remove the tab indent
2020-03-11 09:53:57 +01:00
ElPumpo a8255ce6e3 Corrected spelling 2020-03-11 09:44:26 +01:00
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