Change copyright, consts, and net events prefix
This commit is contained in:
2
third-party/mexui/mexui.js
vendored
2
third-party/mexui/mexui.js
vendored
@@ -65,7 +65,7 @@ mexui.bindEvents = function () {
|
||||
});
|
||||
|
||||
{
|
||||
var eventName = (game.game == AGRP_GAME_GTA_SA || game.game == AGRP_GAME_MAFIA_ONE) ? 'onDrawnHUD' : 'onBeforeDrawHUD';
|
||||
var eventName = (game.game == V_GAME_GTA_SA || game.game == V_GAME_MAFIA_ONE) ? 'onDrawnHUD' : 'onBeforeDrawHUD';
|
||||
addEventHandler(eventName, function (event) {
|
||||
mexui.render();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user