Everything posted by HeyPalu
-
ExternalPoliceComputer
EPC is a police computer. Not more. That won’t be added. And I wouldn’t even know how to. In version 1.3.2, I added an UI to customize EPC, including arrest and citation options. also if you have further questions or suggestions, please join the Discord as this will make communication easier.
- 217 comments
- 22 reviews
-
ExternalPoliceComputer
No it's just an image. Again, quite difficult and I don't know if showing the location of others is very realistic. EPC doesn't control AI spawning. That's an issue within LSPDFR or STP/UB
- 217 comments
- 22 reviews
-
ExternalPoliceComputer
Okay guys relax 😂. I have a vague idea on how to implement this. I do have some other features I want to implement first though. I'll also need to do some digging into animations and stuff. Edit: This doesn't mean that it will definitely work. So there is a slim chance it won't be implemented
- 217 comments
- 22 reviews
-
ExternalPoliceComputer
The server file itself is the index.js file. You’ll have to download node.js to execute js code on your machine outside of a browser Sadly not. At least not at the moment
- 217 comments
- 22 reviews
-
ExternalPoliceComputer
- 217 comments
- 22 reviews
-
ExternalPoliceComputer
- 217 comments
- 22 reviews
-
[Solved] Time interval
Solution Thanks to @Echooo I finally got it working GameFiber IntervalFiber = GameFiber.StartNew(Interval); private static void Interval() { // CurrentlyOnDuty is updated in the duty change handler while (CurrentlyOnDuty) { doStuff(); GameFiber.Wait(30000); } }
-
ExternalPoliceComputer
- 217 comments
- 22 reviews
-
Charges Reborn
- 49 comments
- 4 reviews
-
ExternalPoliceComputer
That's a good idea. I don't know if any of these plugins provide an API to interact with though. If you do, let me know! I don't know how you would use EPC and CompuLite simultaneously, but I'm gonna leave that up to you 🙂
- 217 comments
- 22 reviews
-
ExternalPoliceComputer
EPC probably won't work with IE at all. If you want to scroll the map you can use one of these options: 1st: If you use a device that supports touch input, you can use that to move the map around 2nd: If you're device has a track pad, you can use it to move the map around 3rd: You can use the scroll wheel on your mouse; To scroll horizontally hold down your Shift key while scrolling In conclusion: Just use any scroll function The map is only an image and doesn't have any features, as of right now If you need further support, please join the Discord server
- 217 comments
- 22 reviews
-
Search Items Reborn
- 34 comments
- 14 reviews
-
Charges Reborn
Really great and realistic. It's basically a must have for EPC, I feel stupid for what I came up with. 😅
- 49 comments
- 4 reviews
-
ExternalPoliceComputer
- 217 comments
- 22 reviews
-
ExternalPoliceComputer
- 217 comments
- 22 reviews
-
Ped Headshot to Base64
Thanks for your response. Is there any way to export that in-game texture?
-
Ped Headshot to Base64
Hi everyone, Is there any way to convert a Ped Headshot to a base64 string? I'm using this code to create the Headshot: int pedHeadShot = NativeFunction.Natives.REGISTER_PEDHEADSHOT<int>(ped); while (!NativeFunction.Natives.IS_PEDHEADSHOT_READY<bool>(pedHeadShot)) { GameFiber.Yield(); } string pedHeadShotString = NativeFunction.Natives.GET_PEDHEADSHOT_TXD_STRING<string>(pedHeadShot); NativeFunction.Natives.UNREGISTER_PEDHEADSHOT(pedHeadShot); This only returned "pedmugshot_33" while testing. I don't want to display the headshot as a notification. I need it as a string. Thanks in advance!
-
ExternalPoliceComputer
- 217 comments
- 22 reviews
-
ExternalPoliceComputer
- 217 comments
- 22 reviews
-
ExternalPoliceComputer
- 217 comments
- 22 reviews
-
ExternalPoliceComputer
- 217 comments
- 22 reviews
-
ExternalPoliceComputer
EPC shows different results than other plugins like CompuLite because the LSDPFR API doesn't supply some parameters like the owner. Registration and Insurance will also be different.
- 217 comments
- 22 reviews
-
ExternalPoliceComputer
- 217 comments
- 22 reviews
-
ExternalPoliceComputer
No. First reason: It's not possible with the way the plugin is built rn. It could be possible with a Traffic Stop (or maybe even when asking for ID if you're not using StopThePed) but it would be pretty bad, buggy and cause lag. Second reason: It's more realistic to type the name yourself. In real life the names won't show up automatically when stopping someone. This was bugging me with ComputLite and actually one of the reasons I created this plugin. But nevertheless, thank you for the suggestion. I hope it's not a complete deal breaker for you. I know what you mean; It's annoying me too. Maybe there's a plugin that will show the ID of the stopped ped onscreen. I think I've seen it on FiveM before. I will! If you want to see what's coming next, you can join the Discord server.
- 217 comments
- 22 reviews
-
ExternalPoliceComputer
No, it doesn't. It's a standalone plugin. I just need CalloutInterface as it turns traffic stops into callouts, which will then update all files (this is a bug currently as I can't get an interval to work) If I ever get an interval to work without crashing GTA, this might work but will probably cause a lot of lag. It is a nice idea, but I doubt that it will be added as it already exists in CalloutInterface too. It's not that bad. Most people who ask just tend to not answer after asking for screenshot or what their exact problem is. I'm pretty sure it's worse if your plugin has more than a million downloads 😅
- 217 comments
- 22 reviews