Business/house blips & pickups for IV

This commit is contained in:
Vortrex
2022-03-07 07:37:41 -06:00
parent 1350cd1045
commit bdee71440f
7 changed files with 110 additions and 8 deletions

View File

@@ -596,6 +596,12 @@ function onPlayerSpawn(client) {
logToConsole(LOG_DEBUG, `[VRR.Event] Updating all player name tags`);
updateAllPlayerNameTags();
if(!areServerElementsSupported()) {
sendAllBusinessEntrancesToPlayer(client);
sendAllHouseEntrancesToPlayer(client);
//sendAllJobLocationsToPlayer(client);
}
getPlayerData(client).payDayTickStart = sdl.ticks;
//}
}