Send client their enter property key for biz info labels
This commit is contained in:
@@ -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