Hello guys, I've decided to learn modding for LSPDFR. As I'm a C# .NET developer, I was happy really about the API, so this shouldn't be the problem. Here are some thoughts of what I'm planning to do: Most of the time I'm playing as a federal agent (FIB or IAA) but the callouts don't really fit at the moment. With the Traffic Policer mod I had a callout to stop a guy who has associations with IS, which perfectly fit as I was an FIB agent. Now I wanted to do following things: Spawn suspects (with or without weapons) only in LS or maybe the surrounding villages in the county (so no random ped in the middle of the highway)This leads of course to a longer ETA (intended)Agency dependent callouts, e.g. terrorist associations for FIB/IAA, drug stuff for DOA like if(Player.Agency == Agencies.FIB)
{
RegisterTerroristCallout();
}Peds who just stroll like every other peds (looks stupid when the suspect is waiting for you) So do you guys have examples or tips on that? Is this even possible at the moment or should I create a request on GitHub? Best regards, Mythos