Skip to content
View in the app

A better way to browse. Learn more.

LCPDFR.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Mr.BigBoy

Members
  • Joined

  • Last visited

Everything posted by Mr.BigBoy

  1. I Mean Like How Do I Get It To Say Yelp,Wail, And Priority? Sorry For Capitalizing Every Word I Will Stop. I can stop now.
  2. Hi, I Need help With ELS. I've Tried All That I Know. I Want To Be Able To Switch Off To Different Sirens Like Wail Yelp And Priority. It Goes To Manual Right Away. I Hate That. Can You Please Show Me How To Fix This. I Used (/) But That Didn't Help.
  3. I Use ELS But I Dont Know Were To Change The Keys. I Will Try Using (/) Though.
  4. I Cannot Manually Switch Sirens Like It Goes Straight To Manual I Cannot Go To Wail, Yelp, Or Priority. Is That How Its Suppose To Be? Please Help. If There Is A Way I Can Fix THis Please Help. Thank You! Thank You And Have A Nice Day! Thank You And Have A Nice Day!
  5. Well I Downloaded Some Called Nstockade Police1,Police 2 Police4,FBI And Thats It I Think
  6. Here It Is... I Think // ----------------------------------------------------------------------------------------------------- // LUXART // By Lt.Caine // © Copyright 2010 Luxart // ----------------------------------------------------------------------------------------------------- // INI SCRIPT CONFIGURATION FILE // For: Emergency Lighting System / ELS (ELS.asi) V6-R1.14-091110 // ----------------------------------------------------------------------------------------------------- // ----------------------------------------------------------------------------------------------------- // INSTRUCTIONS // // - Change the values following the = signs in the [ ] sections below with what you wish. // - Brief explanations have been provided in some sections. // - For keyboard key IDs refer to the reference section at the end of this file. // - For color IDs you must also refer to the reference section. // - Should you want to make the ELS compatible with any other vehicle in GTAIV, simply create // a new section below with the vehicle's name as it appears in vehicles.img or handling.cfg, // and configure it just like the existing vehicle sections. // - Halogen_Only in the vehicle sections refers to whether the car model supports only halogen rotator // primary light flashing patterns. // - Offst_SLights in the vehicle sections refers to the offset position of the secondary environmental // lights relative to the vehicle. A greater value moves the lights further to the rear of the // vehicle, whereas 0 maintains them in their default position. Editing this value is only // really necessary for larger vehicles, such as ambulances, fire trucks and buses. // // ----------------------------------------------------------------------------------------------------- [ CONTROLS ] ToggleLightsPri = 74 // J by default ToggleLightsSec = 75 // K by default ToggleLightsWrn = 76 // L by default BrowseModePri = 85 // U by default -- Info. panel must be toggled on for effect BrowseModeSec = 73 // I by default -- Info. panel must be toggled on for effect BrowseModeWrn = 79 // O by default -- Info. panel must be toggled on for effect ToggleInfoPanel = 77 // M by default -- Alt key must be pressed as well ToggleAutoMode = 84 // T by default -- Alt key must be pressed as well ToggleHazLights = 89 // Y by default -- Alt key must be pressed as well ToggleSirens = 71 // G by default [ GLOBAL VALUES ] Resolution_W = 1920 // Your game resolution width -- Default 1920, do not alter Resolution_H = 1080 // Your game resolution height -- Default 1080, do not alter DisplayLocation = 2 // 0 Off / 1 Only on with info. panel / 2 Always on when in a vehicle Range_LightsF = 7 // Range of headlight environment lights Intens_LightsF = 9 // Intensity headlight environment lights Range_LightsP = 90 // Range of primary environment lights Intens_LightsP = 2 // Intensity of primary environment lights FlashSoundFx = 1 // Enables or disables ticking sound when lights are active FlashDelaySP = 0 // Flash speed delay for ELS lights in SP (in milliseconds) / higher is slower FlashDelayMP = 0 // Flash speed delay for ELS lights in MP (in milliseconds) / higher is slower Ai_ELS_SP = 0 // Toggles ELS on/off for AI in SP Ai_ELS_MP = 0 // Toggles ELS on/off for AI in MP / Not recommended with other players [ AMBULANCE ] Active = 1 Halogen_Only = 0 Color_Light1L = 0 Color_Light2L = 0 Color_Light3R = 0 Color_Light4R = 0 Color_Light7L = 3 Color_Light8C = 3 Color_Light9R = 3 Offst_SLights = 3 [ FBI ] Active = 1 Halogen_Only = 0 Color_Light1L = 0 Color_Light2L = 0 Color_Light3R = 0 Color_Light4R = 0 Color_Light7L = 3 Color_Light8C = 3 Color_Light9R = 3 Offst_SLights = 0 [ FIRETRUCK ] Active = 1 Halogen_Only = 0 Color_Light1L = 0 Color_Light2L = 0 Color_Light3R = 0 Color_Light4R = 0 Color_Light7L = 3 Color_Light8C = 3 Color_Light9R = 3 Offst_SLights = 3 [ NOOSE ] Active = 1 Halogen_Only = 0 Color_Light1L = 0 Color_Light2L = 0 Color_Light3R = 2 Color_Light4R = 0 Color_Light7L = 3 Color_Light8C = 3 Color_Light9R = 3 Offst_SLights = 0 [ NSTOCKADE ] Active = 1 Halogen_Only = 0 Color_Light1L = 0 Color_Light2L = 0 Color_Light3R = 0 Color_Light4R = 0 Color_Light7L = 3 Color_Light8C = 3 Color_Light9R = 3 Offst_SLights = 0 [ POLICE ] Active = 1 Halogen_Only = 0 Color_Light1L = 0 Color_Light2L = 0 Color_Light3R = 0 Color_Light4R = 0 Color_Light7L = 3 Color_Light8C = 3 Color_Light9R = 3 Offst_SLights = 0 [ POLICE2 ] Active = 1 Halogen_Only = 0 Color_Light1L = 0 Color_Light2L = 0 Color_Light3R = 0 Color_Light4R = 0 Color_Light7L = 3 Color_Light8C = 3 Color_Light9R = 3 Offst_SLights = 0 [ POLICE3 ] // EFLC Active = 0 Halogen_Only = 0 Color_Light1L = 0 Color_Light2L = 0 Color_Light3R = 0 Color_Light4R = 0 Color_Light7L = 3 Color_Light8C = 3 Color_Light9R = 3 Offst_SLights = 0 [ POLICE4 ] // EFLC Active = 0 Halogen_Only = 0 Color_Light1L = 0 Color_Light2L = 0 Color_Light3R = 0 Color_Light4R = 0 Color_Light7L = 3 Color_Light8C = 3 Color_Light9R = 3 Offst_SLights = 0 [ POLICEB ] // EFLC Active = 0 Halogen_Only = 0 Color_Light1L = 0 Color_Light2L = 0 Color_Light3R = 0 Color_Light4R = 0 Color_Light7L = 3 Color_Light8C = 3 Color_Light9R = 3 Offst_SLights = 0 [ POLPATRIOT ] Active = 1 Halogen_Only = 0 Color_Light1L = 0 Color_Light2L = 0 Color_Light3R = 0 Color_Light4R = 0 Color_Light7L = 3 Color_Light8C = 3 Color_Light9R = 3 Offst_SLights = 2 [ PSTOCKADE ] Active = 1 Halogen_Only = 0 Color_Light1L = 0 Color_Light2L = 0 Color_Light3R = 0 Color_Light4R = 0 Color_Light7L = 3 Color_Light8C = 3 Color_Light9R = 3 Offst_SLights = 5 // ----------------------------------------------------------------------------------------------------- // REFERENCE // // Active Determines whether the ELS can be enabled on that vehicle / 0 for OFF, 1 for ON // Halogen_Only Determines whether the model is intended for halogen only lighting patterns // Offst_SLights Y axis offset of secondary environment lights relative to vehicle // // Red 0 // Blue 1 // White 2 // Amber 3 // Green 4 // // // 008 Backspace // 009 Tab // 012 Clear // 013 Enter // 016 Shift // 017 Ctrl // 018 Alt // 019 Pause // 020 Caps Lock // 027 Esc // 032 Spacebar // 033 Pg Up // 034 Pg Dn // 035 End // 036 Home // 037 Left // 038 Up // 039 Right // 040 Down // 042 Print // 044 Print Screen // 045 Ins // 046 Del // 047 Help // 048 0 // 049 1 // 050 2 // 051 3 // 052 4 // 053 5 // 054 6 // 055 7 // 056 8 // 057 9 // 065 A // 066 B // 067 C // 068 D // 069 E // 070 F // 071 G // 072 H // 073 I // 074 J // 075 K // 076 L // 077 M // 078 N // 079 O // 080 P // 081 Q // 082 R // 083 S // 084 T // 085 U // 086 V // 087 W // 088 X // 089 Y // 090 Z // 096 Numpad 0 // 097 Numpad 1 // 098 Numpad 2 // 099 Numpad 3 // 100 Numpad 4 // 101 Numpad 5 // 102 Numpad 6 // 103 Numpad 7 // 104 Numpad 8 // 105 Numpad 9 // 106 Multiply // 107 Add // 108 Separator // 109 Subtract // 110 Decimal // 111 Divide // 112 F1 // 113 F2 // 114 F3 // 115 F4 // 116 F5 // 117 F6 // 118 F7 // 119 F8 // 120 F9 // 121 F10 // 122 F11 // 123 F12 // 144 Num Lock // 145 Scroll Lock // 160 Left Shift // 161 Right Shift // 162 Left Ctrl // 163 Right Ctrl // // -----------------------------------------------------------------------------------------------------
  7. I Dont Know How To Check The ELS Slots, And I Get The Error When I Am Chasing Some One (Arresting, Calling For Back^,Ex.) I Gave You The Error Code Above But Ill List It Again. The Error Code Will Be Down Below. BEGIN *SIGNED* LCPD First Response Issue Report Diagnostics Tool Version: 0.4.3 Operating system: Windows7 HomePremium (6.1.1.0 Build: 7601) Service Pack:Service Pack 1 System RAM (GB): 4 CPU cores: 2 NET Framework 4.0 installed: True Visual C++ 2010 Redistributable installed: True GTA IV - Installed: True GTA IV - Install folder: C:Program Files (x86)Rockstar GamesGrand Theft Auto IV GTA IV - Version: 1, 0, 7, 0 GTA IV - Asi loader installed: True GTA IV - Asi loader: DSOUND GTA IV - Asi loader valid: True GTA IV - C++ ScriptHook installed: True GTA IV - C++ ScriptHook valid: True GTA IV - C++ ScriptHook version: 0, 5, 1, 0 GTA IV - ScriptHookDotNet installed: True GTA IV - ScriptHookDotNet valid: True ===============BEGIN .NET SCRIPTHOOK LOG=============== 2012-05-15 17:48:29 - Initializing ScriptHookDotNet v1.7.1.4 BETA (GTA IV version 1.0.7.0) 2012-05-15 17:50:26 - Direct3D device created! 2012-05-15 17:50:26 - SEARCHING FOR SCRIPTS... 2012-05-15 17:50:26 - Loading scripts in Assembly 'scriptsFirstResponse.net.dll' ... 2012-05-15 17:50:27 - ...found script 'FirstResponse.Main.EmergencyLights'! 2012-05-15 17:50:27 - ...found script 'FirstResponse.Main.Start'! 2012-05-15 17:50:27 - ...found script 'CSharp.Engine.Core'! 2012-05-15 17:50:27 - ...found script 'FirstResponse.Debugging'! 2012-05-15 17:50:27 - ...found script 'FirstResponse.DeletionList'! 2012-05-15 17:50:27 - ...found script 'FirstResponse.Hardcore'! 2012-05-15 17:50:27 - ...found script 'FirstResponse.TextDraw'! 2012-05-15 17:50:27 - ...found script 'FirstResponse.LCMD.Main'! 2012-05-15 17:50:27 - ...found script 'FirstResponse.LCMD.Functions'! 2012-05-15 17:50:27 - ...found script 'FirstResponse.LCPD.Carboot'! 2012-05-15 17:50:27 - ...found script 'FirstResponse.LCPD.Disarm'! 2012-05-15 17:50:27 - ...found script 'FirstResponse.LCPD.Frisk'! 2012-05-15 17:50:27 - ...found script 'FirstResponse.LCPD.PullOver'! 2012-05-15 17:50:27 - ...found script 'FirstResponse.LCPD.Actions'! 2012-05-15 17:50:27 - ...found script 'FirstResponse.LCPD.Debug'! 2012-05-15 17:50:27 - ...found script 'FirstResponse.LCPD.Flashlight'! 2012-05-15 17:50:27 - ...found script 'FirstResponse.LCPD.Functions'! 2012-05-15 17:50:27 - ...found script 'FirstResponse.LCPD.Partner'! 2012-05-15 17:50:27 - ...found script 'FirstResponse.LCPD.inputSimulator'! 2012-05-15 17:50:27 - ...found script 'FirstResponse.LCPD.Start'! 2012-05-15 17:50:27 - ...found script 'FirstResponse.LCPD.Various'! 2012-05-15 17:50:27 - Loading scripts in Assembly 'scriptsIVDashCamV2.net.dll' ... 2012-05-15 17:50:27 - ...found script 'IVDashCamV2.Core'! 2012-05-15 17:50:27 - ...found script 'IVDashCamV2.Extra'! 2012-05-15 17:50:27 - Loading scripts in Assembly 'scriptsTrafficFlow.net.dll' ... 2012-05-15 17:50:27 - ...found script 'TrafficFlow.Taxi'! 2012-05-15 17:50:27 - DONE! 24 valid scripts found! 2012-05-15 17:50:27 - STARTING SCRIPTS... 2012-05-15 17:50:27 - Error during GetPhoneNumber (Phone checks will be disabled): System.Exception: Accessing Globals failed! Invalid Memory Address! at unmanaged.MemoryAccess.GetGlobalAddress(Int32 index) at unmanaged.MemoryAccess.GetPhoneNumber() at GTA.NetHook.CheckPhone() 2012-05-15 17:50:27 - ...successfully started script 'TrafficFlow.Taxi'! 2012-05-15 17:50:33 - ...successfully started script 'IVDashCamV2.Extra'! 2012-05-15 17:50:33 - ...successfully started script 'IVDashCamV2.Core'! 2012-05-15 17:50:33 - ...successfully started script 'FirstResponse.LCPD.Various'! 2012-05-15 17:50:33 - ...successfully started script 'FirstResponse.LCPD.Start'! 2012-05-15 17:50:33 - ...successfully started script 'FirstResponse.LCPD.inputSimulator'! 2012-05-15 17:50:33 - ...successfully started script 'FirstResponse.LCPD.Partner'! 2012-05-15 17:50:33 - ...successfully started script 'FirstResponse.LCPD.Functions'! 2012-05-15 17:50:33 - ...successfully started script 'FirstResponse.LCPD.Flashlight'! 2012-05-15 17:50:33 - ...successfully started script 'FirstResponse.LCPD.Debug'! 2012-05-15 17:50:33 - ...successfully started script 'FirstResponse.LCPD.Actions'! 2012-05-15 17:50:33 - ...successfully started script 'FirstResponse.LCPD.PullOver'! 2012-05-15 17:50:33 - ...successfully started script 'FirstResponse.LCPD.Frisk'! 2012-05-15 17:50:33 - ...successfully started script 'FirstResponse.LCPD.Disarm'! 2012-05-15 17:50:33 - ...successfully started script 'FirstResponse.LCPD.Carboot'! 2012-05-15 17:50:33 - ...successfully started script 'FirstResponse.LCMD.Functions'! 2012-05-15 17:50:33 - ...successfully started script 'FirstResponse.LCMD.Main'! 2012-05-15 17:50:34 - ...successfully started script 'FirstResponse.TextDraw'! 2012-05-15 17:50:34 - ...successfully started script 'FirstResponse.Hardcore'! 2012-05-15 17:50:34 - ...successfully started script 'FirstResponse.DeletionList'! 2012-05-15 17:50:34 - ...successfully started script 'FirstResponse.Debugging'! 2012-05-15 17:50:34 - ...successfully started script 'CSharp.Engine.Core'! 2012-05-15 17:50:34 - ...successfully started script 'FirstResponse.Main.Start'! 2012-05-15 17:50:34 - ...successfully started script 'FirstResponse.Main.EmergencyLights'! 2012-05-15 18:03:00 - Direct3D device lost! 2012-05-15 18:03:00 - SCRIPTS TERMINATED! 2012-05-15 18:03:12 - Resetting Direct3D device! 2012-05-15 18:03:12 - Direct3D device created! 2012-05-15 18:03:13 - SEARCHING FOR SCRIPTS... 2012-05-15 18:03:13 - Loading scripts in Assembly 'scriptsFirstResponse.net.dll' ... 2012-05-15 18:03:13 - ...found script 'FirstResponse.Main.EmergencyLights'! 2012-05-15 18:03:13 - ...found script 'FirstResponse.Main.Start'! 2012-05-15 18:03:13 - ...found script 'CSharp.Engine.Core'! 2012-05-15 18:03:13 - ...found script 'FirstResponse.Debugging'! 2012-05-15 18:03:13 - ...found script 'FirstResponse.DeletionList'! 2012-05-15 18:03:13 - ...found script 'FirstResponse.Hardcore'! 2012-05-15 18:03:13 - ...found script 'FirstResponse.TextDraw'! 2012-05-15 18:03:13 - ...found script 'FirstResponse.LCMD.Main'! 2012-05-15 18:03:13 - ...found script 'FirstResponse.LCMD.Functions'! 2012-05-15 18:03:13 - ...found script 'FirstResponse.LCPD.Carboot'! 2012-05-15 18:03:13 - ...found script 'FirstResponse.LCPD.Disarm'! 2012-05-15 18:03:13 - ...found script 'FirstResponse.LCPD.Frisk'! 2012-05-15 18:03:13 - ...found script 'FirstResponse.LCPD.PullOver'! 2012-05-15 18:03:13 - ...found script 'FirstResponse.LCPD.Actions'! 2012-05-15 18:03:13 - ...found script 'FirstResponse.LCPD.Debug'! 2012-05-15 18:03:13 - ...found script 'FirstResponse.LCPD.Flashlight'! 2012-05-15 18:03:13 - ...found script 'FirstResponse.LCPD.Functions'! 2012-05-15 18:03:13 - ...found script 'FirstResponse.LCPD.Partner'! 2012-05-15 18:03:13 - ...found script 'FirstResponse.LCPD.inputSimulator'! 2012-05-15 18:03:13 - ...found script 'FirstResponse.LCPD.Start'! 2012-05-15 18:03:13 - ...found script 'FirstResponse.LCPD.Various'! 2012-05-15 18:03:13 - Loading scripts in Assembly 'scriptsIVDashCamV2.net.dll' ... 2012-05-15 18:03:13 - ...found script 'IVDashCamV2.Core'! 2012-05-15 18:03:13 - ...found script 'IVDashCamV2.Extra'! 2012-05-15 18:03:13 - Loading scripts in Assembly 'scriptsTrafficFlow.net.dll' ... 2012-05-15 18:03:13 - ...found script 'TrafficFlow.Taxi'! 2012-05-15 18:03:13 - DONE! 24 valid scripts found! 2012-05-15 18:03:13 - STARTING SCRIPTS... 2012-05-15 18:03:13 - ...successfully started script 'TrafficFlow.Taxi'! 2012-05-15 18:03:18 - ...successfully started script 'IVDashCamV2.Extra'! 2012-05-15 18:03:18 - ...successfully started script 'IVDashCamV2.Core'! 2012-05-15 18:03:18 - ...successfully started script 'FirstResponse.LCPD.Various'! 2012-05-15 18:03:18 - ...successfully started script 'FirstResponse.LCPD.Start'! 2012-05-15 18:03:18 - ...successfully started script 'FirstResponse.LCPD.inputSimulator'! 2012-05-15 18:03:18 - ...successfully started script 'FirstResponse.LCPD.Partner'! 2012-05-15 18:03:18 - ...successfully started script 'FirstResponse.LCPD.Functions'! 2012-05-15 18:03:18 - ...successfully started script 'FirstResponse.LCPD.Flashlight'! 2012-05-15 18:03:18 - ...successfully started script 'FirstResponse.LCPD.Debug'! 2012-05-15 18:03:18 - ...successfully started script 'FirstResponse.LCPD.Actions'! 2012-05-15 18:03:18 - ...successfully started script 'FirstResponse.LCPD.PullOver'! 2012-05-15 18:03:18 - ...successfully started script 'FirstResponse.LCPD.Frisk'! 2012-05-15 18:03:18 - ...successfully started script 'FirstResponse.LCPD.Disarm'! 2012-05-15 18:03:18 - ...successfully started script 'FirstResponse.LCPD.Carboot'! 2012-05-15 18:03:18 - ...successfully started script 'FirstResponse.LCMD.Functions'! 2012-05-15 18:03:18 - ...successfully started script 'FirstResponse.LCMD.Main'! 2012-05-15 18:03:18 - ...successfully started script 'FirstResponse.TextDraw'! 2012-05-15 18:03:18 - ...successfully started script 'FirstResponse.Hardcore'! 2012-05-15 18:03:18 - ...successfully started script 'FirstResponse.DeletionList'! 2012-05-15 18:03:18 - ...successfully started script 'FirstResponse.Debugging'! 2012-05-15 18:03:18 - ...successfully started script 'CSharp.Engine.Core'! 2012-05-15 18:03:18 - ...successfully started script 'FirstResponse.Main.Start'! 2012-05-15 18:03:18 - ...successfully started script 'FirstResponse.Main.EmergencyLights'! 2012-05-15 18:31:14 - Direct3D device lost! 2012-05-15 18:31:15 - SCRIPTS TERMINATED! 2012-05-15 18:31:32 - Resetting Direct3D device! 2012-05-15 18:31:32 - Direct3D device created! 2012-05-15 18:31:32 - SEARCHING FOR SCRIPTS... 2012-05-15 18:31:32 - Loading scripts in Assembly 'scriptsFirstResponse.net.dll' ... 2012-05-15 18:31:32 - ...found script 'FirstResponse.Main.EmergencyLights'! 2012-05-15 18:31:32 - ...found script 'FirstResponse.Main.Start'! 2012-05-15 18:31:32 - ...found script 'CSharp.Engine.Core'! 2012-05-15 18:31:32 - ...found script 'FirstResponse.Debugging'! 2012-05-15 18:31:32 - ...found script 'FirstResponse.DeletionList'! 2012-05-15 18:31:32 - ...found script 'FirstResponse.Hardcore'! 2012-05-15 18:31:32 - ...found script 'FirstResponse.TextDraw'! 2012-05-15 18:31:32 - ...found script 'FirstResponse.LCMD.Main'! 2012-05-15 18:31:32 - ...found script 'FirstResponse.LCMD.Functions'! 2012-05-15 18:31:32 - ...found script 'FirstResponse.LCPD.Carboot'! 2012-05-15 18:31:32 - ...found script 'FirstResponse.LCPD.Disarm'! 2012-05-15 18:31:32 - ...found script 'FirstResponse.LCPD.Frisk'! 2012-05-15 18:31:32 - ...found script 'FirstResponse.LCPD.PullOver'! 2012-05-15 18:31:32 - ...found script 'FirstResponse.LCPD.Actions'! 2012-05-15 18:31:32 - ...found script 'FirstResponse.LCPD.Debug'! 2012-05-15 18:31:32 - ...found script 'FirstResponse.LCPD.Flashlight'! 2012-05-15 18:31:32 - ...found script 'FirstResponse.LCPD.Functions'! 2012-05-15 18:31:32 - ...found script 'FirstResponse.LCPD.Partner'! 2012-05-15 18:31:32 - ...found script 'FirstResponse.LCPD.inputSimulator'! 2012-05-15 18:31:32 - ...found script 'FirstResponse.LCPD.Start'! 2012-05-15 18:31:32 - ...found script 'FirstResponse.LCPD.Various'! 2012-05-15 18:31:32 - Loading scripts in Assembly 'scriptsIVDashCamV2.net.dll' ... 2012-05-15 18:31:32 - ...found script 'IVDashCamV2.Core'! 2012-05-15 18:31:32 - ...found script 'IVDashCamV2.Extra'! 2012-05-15 18:31:32 - Loading scripts in Assembly 'scriptsTrafficFlow.net.dll' ... 2012-05-15 18:31:32 - ...found script 'TrafficFlow.Taxi'! 2012-05-15 18:31:32 - DONE! 24 valid scripts found! 2012-05-15 18:31:32 - STARTING SCRIPTS... 2012-05-15 18:31:32 - ...successfully started script 'TrafficFlow.Taxi'! 2012-05-15 18:31:40 - ...successfully started script 'IVDashCamV2.Extra'! 2012-05-15 18:31:40 - ...successfully started script 'IVDashCamV2.Core'! 2012-05-15 18:31:40 - ...successfully started script 'FirstResponse.LCPD.Various'! 2012-05-15 18:31:40 - ...successfully started script 'FirstResponse.LCPD.Start'! 2012-05-15 18:31:40 - ...successfully started script 'FirstResponse.LCPD.inputSimulator'! 2012-05-15 18:31:40 - ...successfully started script 'FirstResponse.LCPD.Partner'! 2012-05-15 18:31:40 - ...successfully started script 'FirstResponse.LCPD.Functions'! 2012-05-15 18:31:40 - ...successfully started script 'FirstResponse.LCPD.Flashlight'! 2012-05-15 18:31:40 - ...successfully started script 'FirstResponse.LCPD.Debug'! 2012-05-15 18:31:40 - ...successfully started script 'FirstResponse.LCPD.Actions'! 2012-05-15 18:31:40 - ...successfully started script 'FirstResponse.LCPD.PullOver'! 2012-05-15 18:31:40 - ...successfully started script 'FirstResponse.LCPD.Frisk'! 2012-05-15 18:31:40 - ...successfully started script 'FirstResponse.LCPD.Disarm'! 2012-05-15 18:31:40 - ...successfully started script 'FirstResponse.LCPD.Carboot'! 2012-05-15 18:31:40 - ...successfully started script 'FirstResponse.LCMD.Functions'! 2012-05-15 18:31:40 - ...successfully started script 'FirstResponse.LCMD.Main'! 2012-05-15 18:31:40 - ...successfully started script 'FirstResponse.TextDraw'! 2012-05-15 18:31:40 - ...successfully started script 'FirstResponse.Hardcore'! 2012-05-15 18:31:40 - ...successfully started script 'FirstResponse.DeletionList'! 2012-05-15 18:31:40 - ...successfully started script 'FirstResponse.Debugging'! 2012-05-15 18:31:40 - ...successfully started script 'CSharp.Engine.Core'! 2012-05-15 18:31:40 - ...successfully started script 'FirstResponse.Main.Start'! 2012-05-15 18:31:40 - ...successfully started script 'FirstResponse.Main.EmergencyLights'! 2012-05-15 18:48:00 - Direct3D device lost! 2012-05-15 18:48:01 - Direct3D device created! ===============END .NET SCRIPTHOOK LOG=============== End of *SIGNED* LCPD First Response Issue Report Digital signature: NQ/LO7lgLHA4S232wxhMqw==
  8. This Is My Error Code. Look Below This Line. ---------------------------------------------------- BEGIN *SIGNED* LCPD First Response Issue Report Diagnostics Tool Version: 0.4.3 Operating system: Windows7 HomePremium (6.1.1.0 Build: 7601) Service Pack:Service Pack 1 System RAM (GB): 4 CPU cores: 2 NET Framework 4.0 installed: True Visual C++ 2010 Redistributable installed: True GTA IV - Installed: True GTA IV - Install folder: C:Program Files (x86)Rockstar GamesGrand Theft Auto IV GTA IV - Version: 1, 0, 7, 0 GTA IV - Asi loader installed: True GTA IV - Asi loader: DSOUND GTA IV - Asi loader valid: True GTA IV - C++ ScriptHook installed: True GTA IV - C++ ScriptHook valid: True GTA IV - C++ ScriptHook version: 0, 5, 1, 0 GTA IV - ScriptHookDotNet installed: True GTA IV - ScriptHookDotNet valid: True ===============BEGIN .NET SCRIPTHOOK LOG=============== 2012-05-15 14:25:36 - Initializing ScriptHookDotNet v1.7.1.4 BETA (GTA IV version 1.0.7.0) 2012-05-15 14:28:15 - Direct3D device created! 2012-05-15 14:28:16 - SEARCHING FOR SCRIPTS... 2012-05-15 14:28:16 - Loading scripts in Assembly 'scriptsFirstResponse.net.dll' ... 2012-05-15 14:28:16 - ...found script 'FirstResponse.Main.EmergencyLights'! 2012-05-15 14:28:16 - ...found script 'FirstResponse.Main.Start'! 2012-05-15 14:28:16 - ...found script 'CSharp.Engine.Core'! 2012-05-15 14:28:16 - ...found script 'FirstResponse.Debugging'! 2012-05-15 14:28:16 - ...found script 'FirstResponse.DeletionList'! 2012-05-15 14:28:16 - ...found script 'FirstResponse.Hardcore'! 2012-05-15 14:28:16 - ...found script 'FirstResponse.TextDraw'! 2012-05-15 14:28:16 - ...found script 'FirstResponse.LCMD.Main'! 2012-05-15 14:28:16 - ...found script 'FirstResponse.LCMD.Functions'! 2012-05-15 14:28:16 - ...found script 'FirstResponse.LCPD.Carboot'! 2012-05-15 14:28:16 - ...found script 'FirstResponse.LCPD.Disarm'! 2012-05-15 14:28:16 - ...found script 'FirstResponse.LCPD.Frisk'! 2012-05-15 14:28:16 - ...found script 'FirstResponse.LCPD.PullOver'! 2012-05-15 14:28:16 - ...found script 'FirstResponse.LCPD.Actions'! 2012-05-15 14:28:16 - ...found script 'FirstResponse.LCPD.Debug'! 2012-05-15 14:28:16 - ...found script 'FirstResponse.LCPD.Flashlight'! 2012-05-15 14:28:16 - ...found script 'FirstResponse.LCPD.Functions'! 2012-05-15 14:28:16 - ...found script 'FirstResponse.LCPD.Partner'! 2012-05-15 14:28:16 - ...found script 'FirstResponse.LCPD.inputSimulator'! 2012-05-15 14:28:16 - ...found script 'FirstResponse.LCPD.Start'! 2012-05-15 14:28:16 - ...found script 'FirstResponse.LCPD.Various'! 2012-05-15 14:28:16 - Loading scripts in Assembly 'scriptsIVDashCamV2.net.dll' ... 2012-05-15 14:28:16 - ...found script 'IVDashCamV2.Core'! 2012-05-15 14:28:16 - ...found script 'IVDashCamV2.Extra'! 2012-05-15 14:28:16 - Loading scripts in Assembly 'scriptsTrafficFlow.net.dll' ... 2012-05-15 14:28:16 - ...found script 'TrafficFlow.Taxi'! 2012-05-15 14:28:16 - DONE! 24 valid scripts found! 2012-05-15 14:28:16 - STARTING SCRIPTS... 2012-05-15 14:28:17 - Error during GetPhoneNumber (Phone checks will be disabled): System.Exception: Accessing Globals failed! Invalid Memory Address! at unmanaged.MemoryAccess.GetGlobalAddress(Int32 index) at unmanaged.MemoryAccess.GetPhoneNumber() at GTA.NetHook.CheckPhone() 2012-05-15 14:28:17 - ...successfully started script 'TrafficFlow.Taxi'! 2012-05-15 14:28:24 - ...successfully started script 'IVDashCamV2.Extra'! 2012-05-15 14:28:24 - ...successfully started script 'IVDashCamV2.Core'! 2012-05-15 14:28:24 - ...successfully started script 'FirstResponse.LCPD.Various'! 2012-05-15 14:28:24 - ...successfully started script 'FirstResponse.LCPD.Start'! 2012-05-15 14:28:24 - ...successfully started script 'FirstResponse.LCPD.inputSimulator'! 2012-05-15 14:28:24 - ...successfully started script 'FirstResponse.LCPD.Partner'! 2012-05-15 14:28:24 - ...successfully started script 'FirstResponse.LCPD.Functions'! 2012-05-15 14:28:24 - ...successfully started script 'FirstResponse.LCPD.Flashlight'! 2012-05-15 14:28:24 - ...successfully started script 'FirstResponse.LCPD.Debug'! 2012-05-15 14:28:24 - ...successfully started script 'FirstResponse.LCPD.Actions'! 2012-05-15 14:28:24 - ...successfully started script 'FirstResponse.LCPD.PullOver'! 2012-05-15 14:28:24 - ...successfully started script 'FirstResponse.LCPD.Frisk'! 2012-05-15 14:28:24 - ...successfully started script 'FirstResponse.LCPD.Disarm'! 2012-05-15 14:28:24 - ...successfully started script 'FirstResponse.LCPD.Carboot'! 2012-05-15 14:28:24 - ...successfully started script 'FirstResponse.LCMD.Functions'! 2012-05-15 14:28:24 - ...successfully started script 'FirstResponse.LCMD.Main'! 2012-05-15 14:28:24 - ...successfully started script 'FirstResponse.TextDraw'! 2012-05-15 14:28:24 - ...successfully started script 'FirstResponse.Hardcore'! 2012-05-15 14:28:24 - ...successfully started script 'FirstResponse.DeletionList'! 2012-05-15 14:28:24 - ...successfully started script 'FirstResponse.Debugging'! 2012-05-15 14:28:25 - ...successfully started script 'CSharp.Engine.Core'! 2012-05-15 14:28:25 - ...successfully started script 'FirstResponse.Main.Start'! 2012-05-15 14:28:25 - ...successfully started script 'FirstResponse.Main.EmergencyLights'! 2012-05-15 14:56:53 - Direct3D device lost! 2012-05-15 14:56:53 - SCRIPTS TERMINATED! 2012-05-15 14:57:09 - Resetting Direct3D device! 2012-05-15 14:57:09 - Direct3D device created! 2012-05-15 14:57:10 - SEARCHING FOR SCRIPTS... 2012-05-15 14:57:10 - Loading scripts in Assembly 'scriptsFirstResponse.net.dll' ... 2012-05-15 14:57:10 - ...found script 'FirstResponse.Main.EmergencyLights'! 2012-05-15 14:57:10 - ...found script 'FirstResponse.Main.Start'! 2012-05-15 14:57:10 - ...found script 'CSharp.Engine.Core'! 2012-05-15 14:57:10 - ...found script 'FirstResponse.Debugging'! 2012-05-15 14:57:10 - ...found script 'FirstResponse.DeletionList'! 2012-05-15 14:57:10 - ...found script 'FirstResponse.Hardcore'! 2012-05-15 14:57:10 - ...found script 'FirstResponse.TextDraw'! 2012-05-15 14:57:10 - ...found script 'FirstResponse.LCMD.Main'! 2012-05-15 14:57:10 - ...found script 'FirstResponse.LCMD.Functions'! 2012-05-15 14:57:10 - ...found script 'FirstResponse.LCPD.Carboot'! 2012-05-15 14:57:10 - ...found script 'FirstResponse.LCPD.Disarm'! 2012-05-15 14:57:10 - ...found script 'FirstResponse.LCPD.Frisk'! 2012-05-15 14:57:10 - ...found script 'FirstResponse.LCPD.PullOver'! 2012-05-15 14:57:10 - ...found script 'FirstResponse.LCPD.Actions'! 2012-05-15 14:57:10 - ...found script 'FirstResponse.LCPD.Debug'! 2012-05-15 14:57:10 - ...found script 'FirstResponse.LCPD.Flashlight'! 2012-05-15 14:57:10 - ...found script 'FirstResponse.LCPD.Functions'! 2012-05-15 14:57:10 - ...found script 'FirstResponse.LCPD.Partner'! 2012-05-15 14:57:10 - ...found script 'FirstResponse.LCPD.inputSimulator'! 2012-05-15 14:57:10 - ...found script 'FirstResponse.LCPD.Start'! 2012-05-15 14:57:10 - ...found script 'FirstResponse.LCPD.Various'! 2012-05-15 14:57:10 - Loading scripts in Assembly 'scriptsIVDashCamV2.net.dll' ... 2012-05-15 14:57:10 - ...found script 'IVDashCamV2.Core'! 2012-05-15 14:57:10 - ...found script 'IVDashCamV2.Extra'! 2012-05-15 14:57:10 - Loading scripts in Assembly 'scriptsTrafficFlow.net.dll' ... 2012-05-15 14:57:10 - ...found script 'TrafficFlow.Taxi'! 2012-05-15 14:57:10 - DONE! 24 valid scripts found! 2012-05-15 14:57:10 - STARTING SCRIPTS... 2012-05-15 14:57:10 - ...successfully started script 'TrafficFlow.Taxi'! 2012-05-15 14:57:41 - ...successfully started script 'IVDashCamV2.Extra'! 2012-05-15 14:57:41 - ...successfully started script 'IVDashCamV2.Core'! 2012-05-15 14:57:41 - ...successfully started script 'FirstResponse.LCPD.Various'! 2012-05-15 14:57:41 - ...successfully started script 'FirstResponse.LCPD.Start'! 2012-05-15 14:57:41 - ...successfully started script 'FirstResponse.LCPD.inputSimulator'! 2012-05-15 14:57:41 - ...successfully started script 'FirstResponse.LCPD.Partner'! 2012-05-15 14:57:41 - ...successfully started script 'FirstResponse.LCPD.Functions'! 2012-05-15 14:57:41 - ...successfully started script 'FirstResponse.LCPD.Flashlight'! 2012-05-15 14:57:41 - ...successfully started script 'FirstResponse.LCPD.Debug'! 2012-05-15 14:57:41 - ...successfully started script 'FirstResponse.LCPD.Actions'! 2012-05-15 14:57:41 - ...successfully started script 'FirstResponse.LCPD.PullOver'! 2012-05-15 14:57:41 - ...successfully started script 'FirstResponse.LCPD.Frisk'! 2012-05-15 14:57:41 - ...successfully started script 'FirstResponse.LCPD.Disarm'! 2012-05-15 14:57:41 - ...successfully started script 'FirstResponse.LCPD.Carboot'! 2012-05-15 14:57:41 - ...successfully started script 'FirstResponse.LCMD.Functions'! 2012-05-15 14:57:41 - ...successfully started script 'FirstResponse.LCMD.Main'! 2012-05-15 14:57:41 - ...successfully started script 'FirstResponse.TextDraw'! 2012-05-15 14:57:41 - ...successfully started script 'FirstResponse.Hardcore'! 2012-05-15 14:57:41 - ...successfully started script 'FirstResponse.DeletionList'! 2012-05-15 14:57:41 - ...successfully started script 'FirstResponse.Debugging'! 2012-05-15 14:57:41 - ...successfully started script 'CSharp.Engine.Core'! 2012-05-15 14:57:41 - ...successfully started script 'FirstResponse.Main.Start'! 2012-05-15 14:57:41 - ...successfully started script 'FirstResponse.Main.EmergencyLights'! 2012-05-15 14:57:47 - Direct3D device lost! 2012-05-15 14:57:48 - Direct3D device created! 2012-05-15 14:58:07 - Direct3D device lost! 2012-05-15 14:58:08 - Direct3D device created! 2012-05-15 15:09:01 - Direct3D device lost! 2012-05-15 15:09:02 - SCRIPTS TERMINATED! ===============END .NET SCRIPTHOOK LOG=============== End of *SIGNED* LCPD First Response Issue Report Digital signature: oY+0ZppFNj/ogHXaui5MPQ==
  9. How Do I View The Error Code If It Crashes? And Yes I Am Asking How To Install Skin Mods.
  10. It Says That My GTA IV Has Stopped Working, How Do I Fix This? I Have No Clue On How To, Can Any One Give Me An Idea On How To Fix This. * I Do Have Car Mods Installed* * I Do Have ELS Installed*
  11. I Am Having Trouble Using Skins For My Player And Police Vehicle, Mostly My Police Vehicle But The Player Too. It Would Be Helpful If I Could Get Some Help On This. Also I Am A Fairly New Member. Any Way This Is Also A Problem I Get, Seems Right In The Middle Of A Game I Freeze, In Other Words GTA IV Stopped Working, I Would Be Grateful If You Could Help Me With This. Thank You, ~Mr.BigBoy "Thank You For Helping Me, It Means A Lot To Me, Thank You" "Thank You For Your Help"
  12. I've Tried Multiple Times, But I Think There Not In The Right Folders. I Saw The DSOUND And It Said There Was DSOUND And DSOUND(2). Can AnyOne Make A Video Or Show Me How To Do It? Thanks.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.