Send all payphones on spawn
This commit is contained in:
@@ -616,6 +616,7 @@ function onPlayerSpawn(client) {
|
|||||||
logToConsole(LOG_DEBUG, `[V.RP.Event] Sending properties, jobs, and vehicles to ${getPlayerDisplayForConsole(client)} (no server elements)`);
|
logToConsole(LOG_DEBUG, `[V.RP.Event] Sending properties, jobs, and vehicles to ${getPlayerDisplayForConsole(client)} (no server elements)`);
|
||||||
sendAllBusinessesToPlayer(client);
|
sendAllBusinessesToPlayer(client);
|
||||||
sendAllHousesToPlayer(client);
|
sendAllHousesToPlayer(client);
|
||||||
|
sendAllPayPhonesToPlayer(client);
|
||||||
if (getGame() != V_GAME_GTA_IV) {
|
if (getGame() != V_GAME_GTA_IV) {
|
||||||
sendAllJobsToPlayer(client);
|
sendAllJobsToPlayer(client);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user