From 9a09dcbe3cb21ca269dfb0ff127cc7f797f7ea34 Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Tue, 8 Mar 2022 15:01:36 -0600 Subject: [PATCH] Testing --- scripts/server/subaccount.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/server/subaccount.js b/scripts/server/subaccount.js index e9a16789..af332474 100644 --- a/scripts/server/subaccount.js +++ b/scripts/server/subaccount.js @@ -375,6 +375,11 @@ function selectCharacter(client, characterId = -1) { spawnPlayer(client, spawnPosition, spawnHeading, getGameConfig().skins[getGame()][skin][0], spawnInterior, spawnDimension); } else if(getGame() == VRR_GAME_GTA_IV) { spawnPlayer(client, spawnPosition, spawnHeading, getGameConfig().skins[getGame()][skin][0], spawnInterior, spawnDimension); + //setPlayerSkin(client, skin); + //setPlayerPosition(client, spawnPosition); + //setPlayerHeading(client, spawnHeading); + //setPlayerInterior(client, spawnInterior); + //setPlayerDimension(client, spawnDimension); } else if(getGame() >= VRR_GAME_MAFIA_ONE) { spawnPlayer(client, getGameConfig().skins[getGame()][skin][0], spawnPosition, spawnHeading); }