LEO702
Members
-
Joined
-
Last visited
Reputation Activity
-
LEO702 reacted to Dutch Modifications in EVL/ ELS beta testing Xplicit92enjoy/
-
LEO702 reacted to Madmex in search resultsOk thanks mate but it would be an nice idea if we could do something with the info we get from the search.
-
LEO702 reacted to Stealth22 in [CALLING ALL DEVS] Police Computer IntegrationI've started on the API namespace, and I took a copy of the ped database form, just to use it as a dummy callout form. I committed what I've got to the Git repo. I'm not done with the API classes yet, though.
@AlconH, keep me posted on the server stuff. I can help with the database design.
I've created a channel on Discord to discuss anything related to this project which we want to keep within developers.
PM me for access if you're a developer who is either working on this project, or involved in any planning or discussion. (Albo, I sent you a friend request on Discord)
-
LEO702 reacted to Fiskey111 in [CALLING ALL DEVS] Police Computer IntegrationJust an update - we currently have successfully combined the two modifications together. Within Computer+ lies a reports area where the reports can be written and PoliceNotebook is a tool that will be packaged with the plugin.
I'm not sure on the API as I've been focusing on getting the two plugins to be fluid and fairly consistent (across text, sizes, etc). I just wanted to let you know that we've got a functioning and stable single plugin!
Also, @AlconH will be assisting us with creating/maintaining a dedicated server to host the data from the MDT that will update in real time. This project won't start for a few weeks, but I want to include that in the update as well!
-
LEO702 reacted to Stealth22 in [CALLING ALL DEVS] Police Computer IntegrationEither way works, really. It comes down to personal preference.
But yeah, start on your classes and functions first. Once you've got them built, we'll have a starting point to work from. At a minimum, I would have at least one class (CalloutDetails), one function for passing in details from a callout, and perhaps functions to add entities to the current active callout. For example, as a callout progresses, the developer can pass in more peds, vehicles, or add details to the notes.
The notes property could even be a List of Note objects, which would be a class/struct containing a string for the note text, and maybe a Date for when it was added.
EDIT: If you really want to get fancy (this would be like Phase 10, though), you can re-produce fiskey's report functionality, and each time a player writes a report for a callout, the details of the call, who was involved, who was arrested, etc can all get logged into a SQLite database. SQLite is file-based, and the db would be stored in the LSPDFR directory.
So say you arrest "Bob Smith" for assault, and then pull him over 3 days later, your computer pulls up the details and tells you that Bob Smith has a prior arrest for Assault. Cool, huh?
-
It's about to get a whole lot better too! We've got a central database in progress so you can immediately access other players reports whilst in-game! :D
-
FLs so far!
FIs.zip