Begin tuning system

This commit is contained in:
hydrant
2018-10-21 21:45:11 +02:00
parent 7e66211728
commit d4924ddace
5 changed files with 72 additions and 0 deletions

9
Client/Player/quit.js Normal file
View File

@@ -0,0 +1,9 @@
/**
* @overview Life of German Reallife - Player Quit quit.js
* @author hydrant
* @copyright (c) 2008 - 2018 Life of German
*/
mp.events.add('playerQuit', (player, exitType, reason) => {
mp.game.ui.clearHelp(true);
});