Add return func call for spawned veh

This commit is contained in:
Vortrex
2022-08-12 11:59:50 -05:00
parent 88779b3229
commit 2e6c0b05f5

View File

@@ -1890,4 +1890,10 @@ function isPlayerInVehicleDriverSeat(client) {
return false;
}
// ===========================================================================
function vehicleSpawnedByPlayer(client, vehicleIndex, networkId) {
getVehicleData(vehicleIndex).ivNetworkId = networkId;
}
// ===========================================================================