CarSteal.png
(0)

Merchant: j1r4
Price: $7.00
Framework: RocketMod
By purchasing this product you agree END-USER AGREEMENT

Car Steal

A plugin which focuses on more realistic roleplay experience and allows players to steal cars using lockpick and wiring kit. Players can also protect their cars with having a security lock in their trunk. Originally created for Hypnotic: Life RP | Uploaded here with owner's permission

Features

  • Changeable time (To update UI time DM me on discord)
  • Configurable chances
  • Discord Webhooks
  • Police announcements once a car is broken into
  • Vehicle blacklist
  • Custom UI
  • Messages for players after joining and their car being stolen

Dependencies

  • You need to install 0harmony, UniTask, Webhooks and RocketExtentions libraries on your server in order to run this plugin. They can be found in "Libraries" folder.

Workshop

  • You can get unitypackage with all assets after asking me on discord.
  • You are not allowed to re-upload the workshop assets without my direct permission.
  • To update the timing in UI contact me on discord.

Commands

  • Command: /breakin > Use lockpick to get in the car
  • Command: /hotwire > Use hotwire kit to start the car's engine

Permissions

  • Permission for: /hotwire and /breakin > "yoinkcar.player"

Contact

If you have issues with the plugin, feel free to DM me on discord: j1r4

LPSuccessChanceAlarm => Chance to alert police after successfull lockpicking
WIRINGSuccessChanceAlarm => Chance to alert police after successfull wiring
AlertPoliceChance => Chance to alert police when you fail lockpicking or wiring

```
<?xml version="1.0" encoding="utf-8"?>
<Config xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <LockpickUIId>31750</LockpickUIId>
  <WireUIId>31751</WireUIId>
  <LockpickID>1353</LockpickID>
  <WiringId>65</WiringId>
  <AlarmID>0</AlarmID>
  <UseAnimationInsteadCommandBreakIn>false</UseAnimationInsteadCommandBreakIn>
  <LockPickSuccessChance>50</LockPickSuccessChance>
  <LPSuccessChanceAlarm>15</LPSuccessChanceAlarm>
  <LockpickingTime>30</LockpickingTime>
  <WiringSuccessChance>50</WiringSuccessChance>
  <WIRINGSuccessChanceAlarm>15</WIRINGSuccessChanceAlarm>
  <WiringTime>30</WiringTime>
  <AlertPoliceChance>100</AlertPoliceChance>
  <LockCarBackTime>180</LockCarBackTime>
  <Range>10</Range>
  <PolicePerm>police.alert</PolicePerm>
  <Webhook>webhookURL</Webhook>
  <customLockPicks>
    <CustomLockPick LockPickID="0" SuccessChance="0" SuccessAlarmChance="0" FailAlertPDChance="0" SuccessAlertPDChance="0" />
  </customLockPicks>
  <customWiringTools>
    <CustomWiringTool WiringToolID="0" SuccessChance="0" SuccessAlarmChance="0" FailAlertPDChance="0" />
  </customWiringTools>
  <BlacklistedVehicles>
    <unsignedShort>1</unsignedShort>
    <unsignedShort>2</unsignedShort>
  </BlacklistedVehicles>
  <BlacklistedVehiclesGUID>
    <string>96a348cc310b4e5982f8d2cfcd9e9180</string>
  </BlacklistedVehiclesGUID>
</Config>
```
<?xml version="1.0" encoding="utf-8"?>
<Translations xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Translation Id="no_item" Value="<color=#E30B5C>[CarTheft] <color=#C41E3A>You do not have the required item equipped! Item: {0} | {1}" />
  <Translation Id="not_locked" Value="<color=#E30B5C>[CarTheft] <color=#C41E3A>Vehicle isn't locked!" />
  <Translation Id="no_car" Value="<color=#E30B5C>[CarTheft] <color=#C41E3A>Couldn't find a vehicle!" />
  <Translation Id="no_car_hotwire" Value="<color=#E30B5C>[CarTheft] <color=#C41E3A>You need to be sitting inside a vehicle on driver's seat in order to start the engine!" />
  <Translation Id="start_unlock" Value="<color=#E30B5C>[CarTheft] <color=#F4C430>Starting to unlock vehicle!" />
  <Translation Id="where_lockpick" Value="<color=#E30B5C>[CarTheft] <color=#C41E3A>How did you lose your lockpick while lockpicking? Try again without de-equipping it!" />
  <Translation Id="lose_chance" Value="<color=#E30B5C>[CarTheft] <color=#C41E3A>Lockpicking failed!" />
  <Translation Id="lose_chance_wire" Value="<color=#E30B5C>[CarTheft] <color=#C41E3A>Hotwiring failed!" />
  <Translation Id="pd_alert" Value="<color=#E30B5C>[CarTheft] <color=#F4C430>Someone is trying to steal a vehicle! Vehicle's position is marked on GPS!" />
  <Translation Id="success_lockpick" Value="<color=#E30B5C>[CarTheft] <color=#50C878>Lockpicking was successfull! Get inside the car and use /hotwire to start the engine!" />
  <Translation Id="has_passenger" Value="<color=#E30B5C>[CarTheft] <color=#C41E3A>Car has passenger inside! Cannot lockpick a car with passenger!" />
  <Translation Id="cannot_lock" Value="<color=#E30B5C>[CarTheft] <color=#C41E3A>Vehicle cannot be locked! Use /hotwire first!" />
  <Translation Id="already_unlocking" Value="<color=#E30B5C>[CarTheft] <color=#C41E3A>You are already lockpicking!" />
  <Translation Id="not_driver" Value="<color=#E30B5C>[CarTheft] <color=#C41E3A>You need to sit on driver's seat in order to hotwire the vehicle! " />
  <Translation Id="already_wiring" Value="<color=#E30B5C>[CarTheft] <color=#C41E3A>You are already hotwiring!" />
  <Translation Id="your_veh_steal" Value="<color=#E30B5C>[CarTheft] <color=#F4C430>Someone is trying to steal your car! Vehicle's position is marked on GPS!" />
  <Translation Id="where_wiring" Value="<color=#E30B5C>[CarTheft] <color=#C41E3A>How did you lose your wiring kit while hotwiring? Try again without dropping it!" />
  <Translation Id="no_wiring" Value="<color=#E30B5C>[CarTheft] <color=#C41E3A>This car's engine is running, no need to re-wire wires to make it work!" />
  <Translation Id="success_wiring" Value="<color=#E30B5C>[CarTheft] <color=#50C878>Successfully started vehicle engine!" />
  <Translation Id="lockpick_not_allowed" Value="<color=#E30B5C>[CarTheft] <color=#C41E3A>You are not allowed to use lockpick this way! Use /breakin command !" />
  <Translation Id="too_far" Value="<color=#E30B5C>[CarTheft] <color=#C41E3A>You need to stay closer to the car! Lockpicking failed!" />
  <Translation Id="locked_vehicle" Value="<color=#E30B5C>[CarTheft] <color=#C41E3A>Vehicle needs to be unlocked!" />
  <Translation Id="time_run_out" Value="<color=#E30B5C>[CarTheft] <color=#C41E3A>Your time to re-wire the wires ran out!" />
  <Translation Id="start_unlock_wire" Value="<color=#E30B5C>[CarTheft] <color=#F4C430>Trying to start the engine using wiring kit..." />
  <Translation Id="vehicle_robbed" Value="<color=#E30B5C>[CarTheft] <color=#F4C430>Your vehicle [{0}] have been robbed, robbers didn't manage to start the engine, however your trunk might be empty! Vehicle's location is marked on your GPS" />
  <Translation Id="vehicle_robbed_full" Value="<color=#E30B5C>[CarTheft] <color=#F4C430>Your vehicle [{0}] have been robbed, robbers managed to start the engine, your vehicle might be gone! Vehicle's LAST KNOWN location is marked on your GPS" />
  <Translation Id="vehicle_robbed_second" Value="<color=#E30B5C>[CarTheft] <color=#F4C430>Vehicle's location is marked on your GPS" />
  <Translation Id="vehicle_robbed_secondpart" Value="<color=#E30B5C>[CarTheft] <color=#F4C430>Vehicle's LAST KNOWN location is marked on your GPS" />
  <Translation Id="lose_chance_security" Value="<color=#E30B5C>[CarTheft] <color=#C41E3A>Lockpicking failed! This car has security system, your chance was smaller than normal!" />
  <Translation Id="lose_chance_wire_secure" Value="<color=#E30B5C>[CarTheft] <color=#C41E3A>HotWiring failed! This car has security system, your chance was smaller than normal!" />
  <Translation Id="blacklisted_car" Value="<color=#E30B5C>[CarTheft] <color=#C41E3A>This car is blacklisted and cannot be broken-into!" />
</Translations>

Not found

No reviews were found.