Creating Warrant System
#2

Hi, create a MySQL table, structure it - example;

warrantId - warrantActive - warrantIssuer - warrantName - warrantReason

As soon as you add somebody to the suspect list, insert a query and set it to active (this basically means that the warrant is still active).

Once the suspect gets arrested, loop through all of his warrants and set the active to null, 0 (basically means that the warrant isn't active anymore, but is still in the database as history, so you can grab the data anytime you want, mdc for example).

Pretty simple really, if you're still having trouble, please PM me and link this topic.
Reply


Messages In This Thread
Creating Warrant System - by lwilson - 11.06.2016, 07:53
Re: Creating Warrant System - by d1git - 11.06.2016, 11:11

Forum Jump:


Users browsing this thread: 1 Guest(s)