-
Notifications
You must be signed in to change notification settings - Fork 2
/
version
15 lines (15 loc) · 900 Bytes
/
version
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<0.4>
- this commits adds security to lockpicking and door opening to prevent cheating
- refactored the open door, it uses callbacks before trying to open a door
- have also implemented support for double doors
- refactored open door animation so ped doesn't move while opening door
<0.3>
- added support to decay items
- added new exports for client and server to dynamically add permissions to doors or remove
- added unique permissions support that use charidentifiers , the system will look for both job + grade and charidentfier so one door can be locked to multiple
- update all files including fxmanifest.lua
<0.2>
- added support for grades this allows to lock/unlock certain doors to certain grades
- config was changed it now uses numbers instead of booleans if you add grade 0 then anyone above or with grade 0 can open the door and close
- update all files including fxmanifest.lua
<0.1>