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.

Faracus

Members
  • Joined

  • Last visited

Everything posted by Faracus

  1. with ELS 7 try CRZ mode.
  2. Faracus replied to Faracus's topic in Media
    I do believe I'm using the siren that came with this car pack, but I could be wrong, it had messed a few things up such as my extra cars.
  3. Faracus posted a topic in Media
    Here is what happens as soon as I start my shift lol.
  4. Hello everyone, I would like to thank you all for taking the time to read this post. My Computer Database (link in sig) has always been focused on delivering what the public want, and with V2.0 in development I am redesigning many of the basic features and adding support for clans to help them advertise and recruit new members. Previously clans where a paid feature before even being able to register your clan, but with V2.0 clans will be able to register for free and add on the more advanced features for a small fee per addon. Today it has been brought to my attention that offering private databases might be a idea that I should revisit and take more consideration on, previously I had thought about this option but the demand for my computer database was not as high as it is today. There are two possible options, the first is hosting it on my server for a small fee, the other option is the ability to set up your own database to allow remote connections and then have the computer database send all your clan members reports and everything to your database. The changes won't be made until after V2.0 is finished and released, I don't want to make such major changes to the old database now as that would take away my time from working on the new database. Now that you are more informed on the situation please answer the poll and feel free to leave any of your ideas or suggestions down below.
  5. I use to play FSX lots, I'm a pilot for Canadian Xpress VA on the Vatsim network, but I've lost my disk and flight stick so I'm in the process of getting new ones. http://store.madcatz.com/brands/saitek/Saitek-PRO-flight-commercial-pilot-bundle-for-PC.html thats the new set up I'm looking to buy. I'm also a controller on Vatsim so I'm online every now and then.
  6. Ok so I found that 2/05/2014 11:30PM is totally different than 02/05/2014 11:30 PM, a slight oversight on my part I'm sorry about that, everything should be working now. I am able to add and view my blips, so I think I have everything working properly. Please let me know how it works.
  7. Ok I believe that I have found the problem so please try using the script again, it was a server side fix so I did not have to change any of the script, so there is no need to download a new version.
  8. ok I'll take a look in to this issue
  9. For Facebook created accounts there are a few steps that I had to go through to find out how to log in. I did already post them here: I hope this still works :)
  10. Ever wondered what it looks like to script for GTA IV? Come watch me live as I do some bug fixing for my ADMS script and I will answer questions posted in the YouTube comments! http://www.youtube.com/watch?v=-bPviVm976Q
  11. Actually default is set to manual updates only, so double check when starting press Q to activate, then E to manual send or num keys 1-9 at the tob of the keyboard (not num keys) and then check the site. When you hit Q it just registers you it will not make a location report.
  12. Ok that is a problem, what time of day where you using it? Are you using manual or automatic updates?
  13. Ok just a heads up 0.1.5.0 was supposed to be the release of the GPS function, but due to so many errors with the 0.1.4.0 script's addition of the blips (and most of the GPS functions) it will be mostly a fix, there has been a few steps towards getting the GPS function added, but I want everything else working fully before I add all GPS function. 0.1.6.0 will feature the initial release of the GPS function and then it will be bug fixes and then 1.0 will be released after all bugs have been squashed. This has been quite a bold and long script to build and test, and it's been a lot of fun and frustration trying to find testers to help make sure that everything works. I hope that once everything is released that this script becomes a replacement for DAS as that is what I had in mind when I started to design this script. I had two goals when I started to make this script. 1) Add support for EMS and Firefighter's as the LCPD:FR community has grown beyond just police. 2) Fix the temperamental GPS feature that DAS has.
  14. That could be because no one is using the script right now.
  15. http://www.youtube.com/watch?v=5kxGrj9mthE
  16. Faracus posted a topic in Media
    Fired up LCPD:FR for the first time, watch us play around! http://www.youtube.com/watch?v=YpqUWfrfaJw
  17. So as the title says I'm looking for anyone interested in playing some Civilization IV with me online. I do have the Original game, Warlords, and Beyond the Sword expansion packs. I'll be looking to play on the weekend where I don't have to work.
  18. <video class="video-stream html5-main-video" x-webkit-airplay="allow" data-youtube-id="Baa_7p9HWR8" src="blob:http%3A//www.youtube.com/8066815a-e6f6-4ef4-b70d-1c09353a7e2d" style="width: 854px; height: 480px; left: 0px; top: 0px; -webkit-transform: none;"></video> So HTML5 is a lot more messy to sift through as all the style information and everything has to be included in the pages code unlike the shockwave player where it's already been pre-coded, but after some digging I have found the line of code that loads the specific video. (the source address is not directly the video) Also in HTML5's video player the controls and video player are separate. As a correction to my previous post YouTube does not conver to .flv (I do believe that this use to be the standard, but now everything is encoded H.264 (MPEG 4 (.mp4)), even if you upload in a .mp4 your video still undergoes encoding, to their more specific standards (frame rate, and that stuff) but it's a quicker encoding time.
  19. Yes, but again it still follows the same encoding to a .flv, just because thats how YouTube runs, but HTML5 players will run other file types.
  20. YouTube "Videos" are done virtually the same way, just with player controls enabled. Sure the file that you upload maybe a .avi, .wmv or .mp4 but they are all then converted in to .flv files (This is why some videos take a while to appear, and even longer for higher quality) so that the .swf file of YouTubes player can play it. So for all purposes that image could have been any file type that has just been converted to work with a .swf embeddable player, even though HTML5 players are becoming more popular. In example you can see that the YouTube video is opening up a Shockware Flash player, and just a slight tweak to the flashvars section tells the player which video to load, the .swf file itself is just the player not the actual video. <embed name="movie_player" id="movie_player" width="100%" height="100%" tabindex="0" type="application/x-shockwave-flash" src="http://s.ytimg.com/yts/swfbin/player-vflZKI7PB/watch_as3.swf" allowscriptaccess="always" bgcolor="#000000" allowfullscreen="true" flashvars="autoplay=0&amp;enablejsapi=1&amp;fexp=941257%2C936100%2C934223%2C938630%2C936910%2C936913%2C907231%2C907240%2C921090%2C3300011%2C3300118%2C3300130%2C3300137%2C3300161%2C3310366%2C3310598%2C3310870&amp;hl&amp;cr&amp;eurl=http%3A%2F%2Fwww.youtube.com%2F&amp;playerapiid=player2">
  21. to fix the bugs an update will be required, it will just take some time for the dev team to isolate the bugs, fix them and compile an update/installer, which with a small crew could take some time.
  22. If you play online a lot then I have a Public BETA for my ADMS script, just check out the link in my signature.
  23. Ah Elder Scrolls Online. I'm curious about it lol. It has good potential if they don't ruin it with micro transactions and junk like that.
  24. I only just got myself the Skyrim Legendary Edition when it was on the Steam Flash Sale for like $20 for the base game and all 3 DLC's. I played it lots on the PS3, but my PC hours are little.
  25. so what is everyone's favorite mode to play (for those who already own the game)? Mine is Verses. It's fun becoming the infected and taking down the players.

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.