Everything posted by download500
-
Traffic Policer (Breathalyzer, Traffic Offences, Speed Detection & more)
Good call I will delete that and see what happens. The error only happens intermittently. Also if they are relevant, here are my plugins and LSPDFR subfolder respectively: This happens now that I deleted that file :(
- 3,646 comments
- 306 reviews
-
Traffic Policer (Breathalyzer, Traffic Offences, Speed Detection & more)
Yes I am using Police Radio. I believe simplecallouts is in lspdfr folder as well, not sure why it's in the main folder. probably drug it there on accident.
- 3,646 comments
- 306 reviews
-
Traffic Policer (Breathalyzer, Traffic Offences, Speed Detection & more)
- 3,646 comments
- 306 reviews
-
Traffic Policer (Breathalyzer, Traffic Offences, Speed Detection & more)
My game crashes 80% of the time when I enter duty mode and I get the attached popup seeming to call out the ablo dll. I have made sure it's unblocked and gave the windows permissions full control to it. not sure what the problem is, i have your latest version installed. HEre is my log:
- 3,646 comments
- 306 reviews
-
Where are we at with getting a police Suburban (to replace granger) and a proper Ford Police Interceptor sedan? Can I bribe someone with PayPal to make it?
ELI5 on the bumper thing?
-
Where are we at with getting a police Suburban (to replace granger) and a proper Ford Police Interceptor sedan? Can I bribe someone with PayPal to make it?
Been waiting for this for a while, wouldn't mind contributing financially if it would motivate some to be made. I'm already willing to pay $50 if someone can get my GTA working with the newest RAGE hook (I offered on RAGEs forum lol).
-
Anyone here actually work in a sworn LEO position?
I am in the Army Reserve as well, I had my AIT at Huachuca if that gives you an indication of my background. What's your opinion on it so far? What to you is surprisingly realistic and what is surprisingly unrealistic (things a lamen wouldn't notice)? Also, what is something not currently modded (humorous or not) that would add to the realism? For example when I pull over X they always seem to have Y on them or do Z, etc. I did manage to make a simple script where the scanner will call out (Race) (Gender) of person and whether they are armed or not, and you have to go to their location and pursue them on foot. Still working the bugs out on it.
-
Anyone here actually work in a sworn LEO position?
I just applied to be a Reserve deputy in my area, not sworn as far as I know but all the same duties as an LEO, I have to buy my own equipment though and am not paid except on details. If I get brought on hopefully I can use my experience to help craft realistic mods. I am already trying to learn C# to assist. Is anyone on this forum, or a mod maker/contributor actual sworn LE?
-
Can someone post some basic code examples for a total noob?
Thanks. Based on my experience, and knowing zero about programming outside advanced VBA in Excel, is it realistic to expect to learn to make callouts relatively quickly by mimicking others work? or is C# too complex for that and I need to read guides on intros to it first?
-
Setting tasks for peds?
Can you show the context as to how this would look in a complete script? I tried pasting it into the callout example verbatim and it crashed.
-
Can someone post some basic code examples for a total noob?
I get paid to wite VBA scripts all day at work but this is my first experience with C# (btw side note, can you write callout mods in VB script?) Anyway, I modified the callout example successfully and removed the vehicle and changed the ped model. Worked like a charm. When I tried to do more than that, however, LSPDFR crashed when loading the callout. I learned VBA myself, by looking at other people's scripts and reverse engineering them (or recording macros and reverse engineering them). Could someone post a few examples of a complete callout script, so that new modders can tinker with it and learn by changing variables? For example if someone made a simple script that would: 1. Spawn ped at any nearby building 2. Have ped do animation X by default 3. Have ped animation change to Y when he spots the player 4. Have ped have a chance to react hostile or compliant etc. Then I could run with this and create 50 different callouts by changing the ped model/animation/callout text etc. This is kind of what I did with the example callout but any time I do more than that I screw it up because I am not that familiar with C#.