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); }