Advertisement
Guest User

Untitled

a guest
Jul 30th, 2016
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.80 KB | None | 0 0
  1. /* Wanted System Settings *
  2. /* crimes[] = {String, Bounty, Code} */
  3. crimes[] = {
  4. {"STR_Crime_187V","60000","187V"}, //Vehicular Manslaughter
  5. {"STR_Crime_187","60000","187"}, //Manslaughter
  6. {"STR_Crime_901","80000","901"}, //Escaping Jail
  7. {"STR_Crime_215","25000","215"}, //Attempted Auto Theft
  8. {"STR_Crime_213","1000","213"}, //Use of illegal explosives
  9. {"STR_Crime_211","70000","211"}, //Robbery
  10. {"STR_Crime_207","70000","207"}, //Kidnapping
  11. {"STR_Crime_207A","35000","207A"}, //Attempted Kidnapping
  12. {"STR_Crime_390","5000","390"}, //Public Intoxication
  13. {"STR_Crime_487","10000","487"}, //Grand Theft
  14. {"STR_Crime_488","3500","488"}, //Petty Theft
  15. {"STR_Crime_480","35000","480"}, //Hit and run
  16. {"STR_Crime_481","25000","481"}, //Drug Possession
  17. {"STR_Crime_482","7500","482"}, //Intent to distribute
  18. {"STR_Crime_483","30000","483"}, //Drug Trafficking
  19. {"STR_Crime_459","60000","459"}, //Burglary
  20. {"STR_Crime_666","1500","666"}, //Tax Evasion
  21. {"STR_Crime_667","100000","667"}, //Terrorism
  22. {"STR_Crime_668","1500","668"}, //Unlicensed Hunting
  23. {"STR_Crime_1","5000","1"}, //Driving without license
  24. {"STR_Crime_2","5000","2"}, //Driving in the wrong way of the street
  25. {"STR_Crime_3","3500","3"}, //Not respecting the signalizations
  26. {"STR_Crime_4","7500","4"}, //Speeding
  27. {"STR_Crime_5","1000","5"}, //No headlight in the night
  28. {"STR_Crime_6","3500","6"}, //Driving kart without helmet
  29. {"STR_Crime_7","150","7"}, //Badly parked vehicle
  30. {"STR_Crime_8","50000","8"}, //Rebel vehicle (Not armed)
  31. {"STR_Crime_9","15000","9"}, //Grand Theft (Civilian Vehicle)
  32. {"STR_Crime_10","50000","10"}, //Grand Theft (Military Vehicle)
  33. {"STR_Crime_11","50000","11"}, //Armored Vehicle
  34. {"STR_Crime_12","10000","12"}, //Flying over the city without authorization
  35. {"STR_Crime_13","10000","13"}, //Closing the street without authorization
  36. {"STR_Crime_14","3000","14"}, //Open carry in city (Legal Weapon)
  37. {"STR_Crime_15","30000","15"}, //Rebel weapon
  38. {"STR_Crime_16","10000","16"}, //Illegal clothing Seizure
  39. {"STR_Crime_17","10000","17"}, //Hiding face (Mask)
  40. {"STR_Crime_18","3000","18"}, //Refuses to cooperate
  41. {"STR_Crime_19","25000","19"}, //Hit and run
  42. {"STR_Crime_20","4500","20"}, //Insulting a civilian
  43. {"STR_Crime_21","500","21"}, //Insulting a soldier
  44. {"STR_Crime_22","30000","22"}, //Drug dealing
  45. {"STR_Crime_23","120000","23"}, //Federal Reserve breaking
  46. {"STR_Crime_24","80000","24"}, //Killing of a civilian
  47. {"STR_Crime_25","20000","25"} //Killing of a soldier
  48. };
  49. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement