Re-enable chat history + organize client netevents

This commit is contained in:
Vortrex
2022-03-21 23:41:25 -05:00
parent 48acaae105
commit 2412e4a542
4 changed files with 92 additions and 75 deletions

View File

@@ -400,15 +400,6 @@ function isSnowEnabled() {
// ===========================================================================
function playPedSpeech(pedName, speechId) {
logToConsole(LOG_DEBUG, `[VRR.Utilities] Making ${pedName}'s ped talk (${speechId})`);
if(getMultiplayerMod() == VRR_MPMOD_GTAC) {
game.SET_CHAR_SAY(int, int);
}
}
// ===========================================================================
function clearLocalPedState() {
logToConsole(LOG_DEBUG, `[VRR.Utilities] Clearing local ped state`);
localPlayer.clearObjective();