Send client their enter property key for biz info labels
This commit is contained in:
@@ -43,4 +43,6 @@ let controlsEnabled = true;
|
||||
|
||||
let streamingRadio = null;
|
||||
|
||||
let enterPropertyKey = null;
|
||||
|
||||
// ===========================================================================
|
||||
@@ -888,4 +888,8 @@ function setVehicleLightsState(vehicle, state) {
|
||||
triggerNetworkEvent("ag.veh.lights", null, vehicle.id, state);
|
||||
}
|
||||
|
||||
// ===========================================================================
|
||||
// ===========================================================================
|
||||
|
||||
function sendPlayerEnterPropertyKey(client, key) {
|
||||
triggerNetworkEvent("ag.enterPropertyKey", client, key);
|
||||
}
|
||||
Reference in New Issue
Block a user