Mycroft
c8c8ffeb4d
add features
2021-05-03 22:37:02 +01:00
Mycroft
8b55ba4c18
Update commands.lua
2021-05-03 20:41:53 +01:00
Mycroft
6c7b3ecf9e
tweaks
2021-05-03 20:39:18 +01:00
Mycroft
9212219d46
changes
2021-05-03 20:04:39 +01:00
Mycroft
c4add91157
things
2021-04-29 23:04:36 +01:00
Mycroft
4b2d95059c
Updates
2021-04-28 21:42:12 +01:00
Mycroft
bac6cbbb7e
add commands
2021-04-26 19:05:58 +01:00
ElPumpo
8a6579fd7e
Added /setaccountmoney command, closes #558
2020-03-24 10:57:25 +01:00
ElPumpo
0fc8c4d9c5
Added /save <playerId> and /saveall commands
2020-03-23 12:10:25 +01:00
ElPumpo
1d60857a7e
Fixed /setgroup command
2020-03-06 20:46:28 +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
35a726685e
⚠️ ⚠️ BREAKING COMMIT ⚠️ ⚠️ : Complete ES ditch
2020-02-17 15:22:09 +01:00
ElPumpo
48dfa27397
Removed /disc command, closes #464
...
Co-Authored-By: Andrea Passarini <profex1999@users.noreply.github.com >
2020-02-11 21:13:25 +01:00
ElPumpo
f11e97e0a5
Improved ammo label handling, extended weapon configuration file with ammo hash and label
2020-02-11 11:50:59 +01:00
ElPumpo
cd1ce6a849
Don't parse item object to client, added weapon component notifications (more see desc)
...
- Removed xPlayer .displayBank()
- Fixed issues with giving weapon using commands
- Modified ESX.UI.ShowInventoryItemNotification() to take string instead of table
- Minor adjustments and variable renames
- Fixed lower case weapons not droppable
- Removed /disconnect command becasue fivem implemented their own
2020-01-20 14:33:24 +01:00
ElPumpo
17b19893c9
Fixed benzon typo
2020-01-20 13:21:13 +01:00
Søren Eskildsen
4cc9646512
Added Cash support to /giveaccountmoney
...
Just to have a easy way to give cash to a person i have added a check to see if account == cash, just to avoide having more commands.
2020-01-20 06:33:17 +01:00
ElPumpo
91eb2f8505
Removed jobmaster group
2020-01-12 19:18:41 +01:00
ElPumpo
b30e72bdcc
Fixed /givecommandcomponent command, closes #422
2020-01-04 10:55:10 +01:00
ElPumpo
bf9c14ed57
Added /giveweaponcomponent command, easier to understand parms table
2020-01-03 17:56:44 +01:00
ElPumpo
2539e6fa9d
Added missing exception handlers to commands, removed /setmoney command closes #206
2020-01-03 12:49:07 +01:00
ElPumpo
4187675148
/dv command changes (see desc)
...
- Added optional /dv argument for deleting vehicles in proximity
- Use RequestControlOfEntity native to properly delete entities
2019-12-27 14:49:29 +01:00
ElPumpo
2d80e55631
rename _source variable to playerId
2019-12-27 13:49:40 +01:00
ElPumpo
28bcb5ca71
Removed commands: /loadipl /unloadipl /playanim /playemote /spawnped /spawnobject
2019-12-27 13:00:54 +01:00
ElPumpo
f32f44f502
Fixed trailing spaces, and commands.lua use apostrof
2019-11-14 21:25:16 +01:00
ElPumpo
5ab6123b44
Implemented ESX.DoesJobExist()
2019-02-28 12:57:09 +01:00
ElPumpo
28d1ebe9d9
Fixed problems with /clearloadout
2019-01-02 12:51:18 +01:00
ElPumpo
4279cc03f7
added /clearinventory /clearloadout
2018-12-29 14:07:04 +01:00
ElPumpo
c07cdde7c8
Tab indent update
2018-09-01 17:43:35 +02:00
ElPumpo
0cac67ef86
Renamed new command
2018-08-21 21:56:35 +02:00
ElPumpo
d161162190
Car delete now uses player direction, Added /cardelete (same as /dv), removed /dv arg
2018-08-21 21:23:50 +02:00
ElPumpo
6551c4ef03
Removed unneeded chat suggestions for command aliases
2018-07-18 12:29:40 +02:00
ElPumpo
8dad759187
Added /clear /cls for clearing chat, 4 tab indent for inventory
2018-07-01 14:48:37 +02:00
Ben Sherman
f5a9a96f38
Resolved invalid number format
...
Setting jobs on players causes grade check to return an error rather than the check itself.
`if PlayerData.job.grade >= 3 then` returns `Attempt to compare number with string`
2018-05-26 22:51:08 +02:00
ElPumpo
66e7eceddf
Improved paycheck system, added advanced notifications, see desc
...
- Improved paycheck system
- we now take society money if there is any, or else the employees wont get a salary at all
- now using ESX.ShowAdvancedNotifications
2018-05-11 13:57:35 +02:00
ElPumpo
0edf413a99
Exploit fixed: money negative values
2018-04-28 11:34:25 +02:00
ElPumpo
5f93c0a129
Improved i18 formatting, see desc
...
- /giveweapon now takes ammo as an argument
- improved Swedish translation
- hide actions in the inventory menu if they cannot be done.
- general code improvements, cleanup
2018-04-15 22:52:03 +02:00
ElPumpo
36d82c922f
See the description for changes (cleanup)
...
- reworked /setmoney [id] [money type] [amount]
- implemented /disc (/disconnect)
- the give submenu does no longer appear if there's no one nearby
- if you have 0 cash, bank or black money it wont appear in your f2 inventory
- when selecting a item, let the item label be the title of the menu (inventory menu)
- minor improvements
2018-04-15 01:33:33 +02:00
renaiku
6a174821f1
Essential 5.0 compatibility update
2017-10-30 19:59:07 +01:00
Jérémie N'gadi
97adf4f97c
build(submodules): Remove submodules + move everything at root
2017-09-15 14:26:56 +02:00