[Release] esx_ownedcarthief

esx_ownedcarthief

Allows stolen & sold vehicles owned by other players.
Player need to contact a mecano to install one of the 3 alarm system on ther car.
Only mecano can buy alarm system in the pawnshop and install it on a car.

Items

-Hammer & wire cutter
This tool can unlock a vehicle with a low rate of success but triggers alarm systems all the time.

-Burglary tools (Illegal)
This tool can unlock a vehicle with a normal pass rate and a low chance of triggering the alarm systems.

-Signal jammer (Illegal)
This tool allows a burglar to shut down advanced alarm systems once released into the vehicle

-Interface of alarm system
This tool allows a police officer to shut down advanced alarm systems.

-Basic alarm system
This system starts an audible alarm when an attempt is made to open a door without the key.

-Alarm system connect to the central
This system starts an audible alarm when an attempt is made to open a door without the key.
This system sends the vehicle’s position to the police officer if an attempt is made to open a door without the key.

-High tech alarm system with GPS
This system starts an audible alarm when an attempt is made to open a door without the key.
This system sends the vehicle’s position to the police officer if an attempt is made to open a door without the key.
This system sends the vehicle’s position in REAL-TIME to the policeman in case of starting the engine without the key.

Installation

  1. Download : Last Release
  2. Extract it with your favorite program.
  3. Copy the project to your ressource folder.
  4. Don’t forget to import the esx_ownedcarthiefEN.sql file to your database.
  5. Add “start esx_ownedcarthief” in your server.cfg

Required resource

  • EssentialMode 5.0.3
  • Async 2.0
  • Esx
  • esx_vehicleshop with the new sql table.

Created by

Here you can find Source Code

15 Likes

Awesome Release , question is there a specific way to install the alarms? also when I try to purchase one of the tools it says I am carrying enough already when I dont have any? Sorry been trying it sense the alpha :slight_smile:

@J_E
The inventory max is based on the sql.

  1. Have you add the ressource sql?
  2. Have you erase your cache and restart your server after add the ressource?
  3. If you have try this you can try this.
    Stop your server.
    go in database and execute this sql command to do a little cleaning
DELETE FROM `addon_inventory_items` WHERE `count` = 0;
DELETE FROM `addon_inventory_items` WHERE `count` < 0;
DELETE FROM `user_inventory` WHERE `count` = 0;
DELETE FROM `user_inventory` WHERE `count` < 0;
OPTIMIZE TABLE `addon_inventory_items`;
OPTIMIZE TABLE `user_inventory`;

Start your server and try again.

Hi,

Yep I have the sql as far as the latest update 14 as well will try your command and will let you know

Thanks

Nice Realese This Script Looks Good :smile:

hmm cool im gona test this

1+

where do you go to buy the alarm systems

@The_Vengeful_One_Fro You need to be mecano job on when you connect to the server.
After this will add the 3 alarm in the PawnShop

You need to be a mecano to install it on car too.

can you update your howto and make sure it includes the mecano job

@The_Vengeful_One_Fro Like that?

esx_ownedcarthief Beta 14

Allows stolen & sold vehicles owned by other players.
Player need to contact a mecano to install one of the 3 alarm system on ther car.
Only mecano can buy alarm system in the pawnshop and install it on a car.

Items

…

much better

New Release
Beta 14c
Fix for sell npc car at vehicleshop price

it has some incompatibility with the esx_nocarjack, or it can use the 2 of good, or the esx_nocarjack is not more necessary

@Shyricaus I have do some test.
1- esx_nocarjack protect car from picklock esx_ownedcarthief no
2- if esx_nocarjack not lock player owned car this work with no problem BUT in my dev server nocarjack lock all car my owned car too…

and why I tested that your script does not block cars like esx_nocarjack, and so everyone can get access to the vehicles without having to break them

The first objective of this ressource is to rob Player Owned Vehicle.
I have add the option for npc if the server owner want to this work with npc car too.

This ressource is not an esx_vehiclelock or an LockSystem.
He give the option to buy tool that can unlock car.

yes yes, I tended now

I think NPC Cars are an awesome idea but should not store the cars in the database and maybe have a cool down timer so it doesn’t get abused. Just a thought and awesome work I am loving how this script is turning out

Thx @J_E

Great release !
But i want to make it so you can get black money , how can that be done ?
thnx