Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/httpRick/lockpick


https://github.com/httpRick/lockpick

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

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
```