Clear weapon pickups on enter/exit (for SA)
This commit is contained in:
@@ -1231,4 +1231,10 @@ function sendPlayerLocaleStrings(client) {
|
||||
}
|
||||
}
|
||||
|
||||
// ==========================================================================
|
||||
|
||||
function clearLocalPickupsForPlayer(client) {
|
||||
sendNetworkEventToPlayer(client, "vrr.clearPickups");
|
||||
}
|
||||
|
||||
// ==========================================================================
|
||||
Reference in New Issue
Block a user