LMSDev / LSPDFR-API

The official LSPDFR API repository maintained by the LSPDFR team and our awesome community. Dedicated to provide examples for API integration as well as useful helper classes for plugin development.
43 stars 15 forks source link

Few functions that would be helpful #22

Open Patrinus opened 8 years ago

Patrinus commented 8 years ago

Some "bugs" (things that give trouble for me):

pnwparksfan commented 8 years ago

You should separate out the bugs into separate individual posts, and tag them as bugs. Keep feature requests and bugs separate from each other to allow more accurate tagging and tracking.

Stealth22PD commented 8 years ago

For "IsPlayerArresting", you can write your own by calling GetPedArrestingOfficer, and comparing the result to Game.LocalPlayer.Character.

And yeah, as Parks said, you should separate these into their own posts.

Patrinus commented 8 years ago

I added them here, cause they technically aren't bugs, but they create problems when other plugins change variables etc.