https://github.com/httpRick/lockpick
https://github.com/httpRick/lockpick
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/httpRick/lockpick
- Owner: httpRick
- Created: 2021-10-13T23:06:56.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-13T23:38:37.000Z (about 4 years ago)
- Last Synced: 2024-10-26T06:53:17.952Z (about 1 year ago)
- Language: Lua
- Size: 60.5 KB
- Stars: 2
- 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 models
INSTALLATION
========================================================================
```
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 success
success - means whether the player has opened the lock
```