More initial game setup for IV
This commit is contained in:
@@ -814,15 +814,26 @@ function setUpInitialGame() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if(getGame() == VRR_GAME_GTA_IV) {
|
if(getGame() == VRR_GAME_GTA_IV) {
|
||||||
natives.allowEmergencyServices(false);
|
natives.allowEmergencyServices(true);
|
||||||
natives.setCreateRandomCops(true);
|
natives.setCreateRandomCops(true);
|
||||||
natives.setMaxWantedLevel(0);
|
natives.setMaxWantedLevel(0);
|
||||||
natives.setWantedMultiplier(0.0);
|
natives.setWantedMultiplier(0.0);
|
||||||
natives.allowPlayerToCarryNonMissionObjects(natives.getPlayerId(), true);
|
natives.allowPlayerToCarryNonMissionObjects(natives.getPlayerId(), true);
|
||||||
|
|
||||||
natives.setPlayerTeam(natives.getPlayerId(), 0);
|
natives.setPlayerTeam(natives.getPlayerId(), 0);
|
||||||
natives.usePlayerColourInsteadOfTeamColour(true);
|
|
||||||
natives.loadAllObjectsNow();
|
natives.loadAllObjectsNow();
|
||||||
|
natives.setCellphoneRanked(false);
|
||||||
|
natives.setOverrideNoSprintingOnPhoneInMultiplayer(false);
|
||||||
|
natives.setPlayersDropMoneyInNetworkGame(false);
|
||||||
|
natives.setSyncWeatherAndGameTime(false);
|
||||||
|
natives.usePlayerColourInsteadOfTeamColour(true);
|
||||||
|
natives.setDisplayPlayerNameAndIcon(false);
|
||||||
|
natives.removeTemporaryRadarBlipsForPickups();
|
||||||
|
natives.setPickupsFixCars(false);
|
||||||
|
natives.displayCash(true);
|
||||||
|
natives.displayAmmo(true);
|
||||||
|
natives.displayHud(true);
|
||||||
|
natives.displayAreaName(true);
|
||||||
|
natives.setPoliceRadarBlips(false);
|
||||||
|
|
||||||
natives.requestAnims("DANCING");
|
natives.requestAnims("DANCING");
|
||||||
return true;
|
return true;
|
||||||
|
|||||||
Reference in New Issue
Block a user