Send all payphones on spawn

This commit is contained in:
Vortrex
2023-02-25 04:41:54 -06:00
parent 085173d807
commit 796072daab

View File

@@ -616,6 +616,7 @@ function onPlayerSpawn(client) {
logToConsole(LOG_DEBUG, `[V.RP.Event] Sending properties, jobs, and vehicles to ${getPlayerDisplayForConsole(client)} (no server elements)`);
sendAllBusinessesToPlayer(client);
sendAllHousesToPlayer(client);
sendAllPayPhonesToPlayer(client);
if (getGame() != V_GAME_GTA_IV) {
sendAllJobsToPlayer(client);
}