Finished migration to TypeScript, temporary disabled char creator
This commit is contained in:
10
ReallifeGamemode.Client/Player/quit.ts
Normal file
10
ReallifeGamemode.Client/Player/quit.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
/**
|
||||
* @overview Life of German Reallife - Player Quit quit.js
|
||||
* @author hydrant
|
||||
* @copyright (c) 2008 - 2018 Life of German
|
||||
*/
|
||||
export default function quitHandler() {
|
||||
mp.events.add('playerQuit', (player, exitType, reason) => {
|
||||
mp.game.ui.clearHelp(true);
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user