mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Update readme.md
This commit is contained in:
parent
04d4d5b9ec
commit
09eb5d6c65
@ -17,22 +17,22 @@ Custom keys (one key will only open a specific vehicle and nothing else)
|
||||
`ACE_key_indp`
|
||||
`ACE_key_civ`
|
||||
|
||||
#### Magazine added (should never be manualy added, needs to be 'programed' to work on a vehicle):
|
||||
`ACE_key_customKeyMagazine`
|
||||
#### Magazine added:
|
||||
`ACE_key_customKeyMagazine` (should never be manualy added, needs to be 'programed' to work on a vehicle)
|
||||
|
||||
#### For Mission Makers:
|
||||
## For Mission Makers:
|
||||
|
||||
#### Modules:
|
||||
Vehicle Lock Setup - Settings for lockpick strength and initial vehicle lock state.
|
||||
Vehicle Key Assign - Sync with vehicles and players. Will handout custom keys to players for every synced vehicle.
|
||||
* Vehicle Lock Setup - Settings for lockpick strength and initial vehicle lock state.
|
||||
* Vehicle Key Assign - Sync with vehicles and players. Will handout custom keys to players for every synced vehicle.
|
||||
|
||||
#### Global Variable:
|
||||
`ACE_VehicleLock_DefaultLockpickStrength` - Time in seconds to lock pick globaly, can also set per-vehicle (-1 would disable)
|
||||
* `ACE_VehicleLock_DefaultLockpickStrength` - Time in seconds to lock pick globaly, can also set per-vehicle (-1 would disable)
|
||||
|
||||
#### Vehicle setVariables:
|
||||
`ACE_lock_side` - SIDE: overrides a vehicle's side, allows indfor to use little-bird's with indp keys
|
||||
`ACE_vehicleLock_pickStr` - NUMBER: secons, determines how long lockpicking with take, overrides ACE_VehicleLock_DefaultLockpickStrength
|
||||
`ACE_lock_customKeys` - ARRAY: array of strings of magazinesDetails, use the following function to modify
|
||||
* `ACE_lock_side` - SIDE: overrides a vehicle's side, allows indfor to use little-bird's with indp keys
|
||||
* `ACE_vehicleLock_pickStr` - NUMBER: secons, determines how long lockpicking with take, overrides ACE_VehicleLock_DefaultLockpickStrength
|
||||
* `ACE_lock_customKeys` - ARRAY: array of strings of magazinesDetails, use the following function to modify
|
||||
|
||||
`[bob, car1, true] call ACE_VehicleLock_fnc_addKeyForVehicle;`
|
||||
will add a `ACE_magazine_customKey` to bob and program it to work on car1
|
||||
@ -41,4 +41,4 @@ will add a `ACE_magazine_customKey` to bob and program it to work on car1
|
||||
|
||||
The people responsible for merging changes to this component or answering potential questions.
|
||||
|
||||
- [PabstMirror](https://github.com/PabstMirror)
|
||||
- [PabstMirror](https://github.com/PabstMirror)
|
||||
|
Loading…
Reference in New Issue
Block a user