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 streamingRadio = null;
|
||||||
|
|
||||||
|
let enterPropertyKey = null;
|
||||||
|
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
@@ -889,3 +889,7 @@ function setVehicleLightsState(vehicle, state) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
|
|
||||||
|
function sendPlayerEnterPropertyKey(client, key) {
|
||||||
|
triggerNetworkEvent("ag.enterPropertyKey", client, key);
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user