Clear weapon pickups on enter/exit (for SA)

This commit is contained in:
Vortrex
2022-06-26 14:38:37 -05:00
parent 763241d2ce
commit 2181550618
4 changed files with 25 additions and 1 deletions

View File

@@ -323,6 +323,8 @@ function enterExitPropertyCommand(command, params, client) {
}
}
clearLocalPickupsForPlayer(client);
//setPlayerInCutsceneInterior(client, closestProperty.entranceCutscene);
stopRadioStreamForPlayer(client);
getPlayerData(client).streamingRadioStation = -1;