Author Topic: Police Codes  (Read 10349 times)

Say /codes  and a list of police codes will show. I will place the code below, request more codes. Be sure the code is how it would be IRL, along with what it means. Not much, and basic, use it for roleplays.

Credit to Zeblote for fixing the script.


Download
http://www.mediafire.com/?9q1n947djapir74



Code: [Select]
function serverCmdCodes(%client, %a, %b, %c)
{
messageClient(%client, '', "10-0 Caution");
messageClient(%client, '', "10-15 Prisoner in custody");
messageClient(%client, '', "10-16 Pick up prisoner");
messageClient(%client, '', "10-29F Subject wanted, felonyn");
messageClient(%client, '', "10-29V Vehicle wanted");
messageClient(%client, '', "10-45 Condition of patient?");
messageClient(%client, '', "10-43 Call a doctor");
messageClient(%client, '', "10-45A Good");
messageClient(%client, '', "10-45A Critical");
messageClient(%client, '', "10-45A Dead");
messageClient(%client, '', "10-51 Drunk");
messageClient(%client, '', "10-50 Under influence of drugs");
messageClient(%client, '', "Code 11 SWAT Call up");
messageClient(%client, '', "Code 6 Stay out of area");
messageClient(%client, '', "Code 5 Stakeout");
messageClient(%client, '', "Code 3 Use lights and siren");
messageClient(%client, '', "Code 2 Urgent - no light or siren");
messageClient(%client, '', "23103 Reckless driver");
messageClient(%client, '', "22350 Speeding");
messageClient(%client, '', "20001 Hit and run - Felony");
messageClient(%client, '', "10851 Auto theft");
messageClient(%client, '', "Code Purple Gang Activity");
messageClient(%client, '', "417 Person with a gun");
messageClient(%client, '', "417A Person with a knife");
messageClient(%client, '', "459 Burglary");
messageClient(%client, '', "240 Assault");
messageClient(%client, '', "261 Rape");
messageClient(%client, '', "207 Kidnapping");
}





It is basic, but who else would do this? Think about it, and all of the people who have no idea how to do this, would want this.



This could have been done with events easier than you could have coded it.

Not impressed at all. If I was you I'd make something where some players are able to have a role which allocates the code to the user's head, by creating a variable within the client's object. This is useless otherwise and I'm sure the RP servers would find this pretty damn hard to control with the amount of handicaps who don't play 'RP' games properly. Think before you release these things dude.
« Last Edit: July 30, 2013, 01:05:47 PM by nerraD »

This could have been done with events easier than you could have coded it.

Not impressed at all. If I was you I'd make something where some players are able to have a role which allocates the code to the user's head, by creating a variable within the client's object. This is useless otherwise and I'm sure the RP servers would find this pretty damn hard to control with the amount of handicaps who don't play 'RP' games properly. Think before you release these things dude.
Some people actually LIKE to RP.  To event would need to be in one spot, this is an on-the-go code checker.

I thought you were going to do something useful with this code
What

Some people actually LIKE to RP.  To event would need to be in one spot, this is an on-the-go code checker.

I'm one step ahead of you lol. I've already got something similar to this implemented in my CRPG mod, I think you'll like it if you're into RPing. I'm trying not to keep it a deathmatch, maybe I can actually get people to RP lol.

I'm one step ahead of you lol. I've already got something similar to this implemented in my CRPG mod, I think you'll like it if you're into RPing. I'm trying not to keep it a deathmatch, maybe I can actually get people to RP lol.
This is most likely the only CRPG I would be interested in lol

Where's the shooty stealy?

Credit to Zeblote for fixing the script.
You mean you had trouble making this?
Also, what do the %a %b and %c arguements do?
function serverCmdCodes(%client, %a, %b, %c)
{

You mean you had trouble making this?
Also, what do the %a %b and %c arguements do?
function serverCmdCodes(%client, %a, %b, %c)
{

That is for the /dothis  command, where you say /dothis Bear Chicken Whatever
and it would print back to you A=BEAR  and so on.

That is for the /dothis  command, where you say /dothis Bear Chicken Whatever
and it would print back to you A=BEAR  and so on.
What's the point of that? Also, this command is totally different. What are %a %b and %c for?

What's the point of that? Also, this command is totally different. What are %a %b and %c for?

You should just tell him how to correct his mistake instead of constantly asking him why it's there. You did realized that he didn't know what he was doing there right? Lol.

the arguments serve no purpose since they're never used

Im impressed ima download fur when i get internet but also if i could provide some sounds for all the codes could you script in?