Stable
1.0.6
UPDATE
- Added console command to clear all existing NPC spawn positions.
- In-game console command ch_smuggling_clearnpcs
- Clears all spawns and allows you to start fresh.
- Fixed console error if there's no spawns for NPCs.
Stable
1.0.5
UPDATE
- Fixed a problem with Brick's Server detection for giving XP.
- Added
ObjectHealth
variable to mission packages. - Set it for each mission in
ch_smuggling_config_missions.lua
- Example:
ObjectHealth = { 100, 150 },
or see default config. - Added support for destroying packages for money rewards.
- Criminals, cops or citizens can attack your packages to earn money.
- Enable or disable the feature with
CH_Smuggling.Config.CanShootUpPackage
- Determine money rewarded with config
CH_Smuggling.Config.RewardMoneyPerXP
Stable
1.0.4
Stable
1.0.2
UPDATE
- Added French translation thanks to Kzad
- Added Polish translation thanks to Antek
- Added Turkish translation thanks to Cow Mangler
- Added the required job check before opening the mission menu from NPC.
Stable
1.0.1
UPDATE
- Added language system.
- Added config to determine how many times halo is drawn (less draws can improve FPS).
- Config
CH_Smuggling.Config.HaloPasses
- Set to 0 to disable.
- Added configs to determine X and Y position of mission HUD.
CH_Smuggling.Config.HUDPosX
CH_Smuggling.Config.HUDPosY
- Improved spawning of missions ents to less likely collide.
Stable
1.0.0
Initial version.