Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/httpRick/lockpick
https://github.com/httpRick/lockpick
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/httpRick/lockpick
- Owner: httpRick
- Created: 2021-10-13T23:06:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-13T23:38:37.000Z (over 3 years ago)
- Last Synced: 2023-11-02T20:29:56.102Z (about 1 year ago)
- Language: Lua
- Size: 60.5 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-mta-sa - lockpick - Lockpicking mechanics like from other games. (Resources)
README
# MTA Lockpicking Mechanic
Lockpicking mechanics like from other games
Authors
========================================================================- Rick
- Payro <3D Graphic/Modeller>The content of the repository
========================================================================
* Client side LUA code
* Original modelsINSTALLATION
========================================================================
```
1. PUT THE DIRECTORY CONTENT IN THE TARGET SERVER RESOURCE PATH
2. Enter the commmand `refresh` or `start lockpick`
```CONTROL
=========================================================================
```
D KEY - ROTATES LOCK CLICK OF STEPS
Use the mouse to move the pick lock
```Events
=========================================================================
```
onClientPlayerStartlockpicking
This event is triggered when the player starts the lockpicking mechanic
``````
onClientPlayerStoplockpicking
This event triggers when the player stop the mechanic
parameters: boolean successsuccess - means whether the player has opened the lock
```