Jim Shield
35c95f500d
Merge pull request #49 from Dude495/patch-2
2025-10-22 16:38:26 +01:00
Jim Shield
0da4cfb191
Merge pull request #48 from Dude495/patch-1
2025-10-22 16:37:33 +01:00
Dude495
f723d6f444
Update charge.lua
...
fixed spacing
2025-10-17 17:59:10 -05:00
Dude495
26cf5f4cc9
Update charge.lua
...
updated function spawnCustomRegisters() to include custom images from Config.CustomCashRegisters
2025-10-17 17:45:40 -05:00
Dude495
f90161b82d
Update config.lua
...
added img field to CustomCashRegisters to fix broken image display when using them
2025-10-17 17:42:26 -05:00
Jim Shield
c6ef0897fc
Release Notifier Push
2025-09-24 18:18:57 +01:00
Jim Shield
afe79273d5
Update notify-discord.yml
2025-09-04 17:00:39 +01:00
Jim Shield
bc694fa850
Create release.yml
...
Automate release zips and make them generate the folder name correctly
This helps users download a correctly named script so they dont end up with a script with a version number in the title
2025-09-01 10:23:35 +01:00
Jim Shield
8cf3257da9
Set Usebzzz to false in default config
...
Left this on when testing, sorry :(
2025-07-28 12:40:53 +01:00
Jim Shield
4e80be9b30
Update notify-discord.yml
2025-07-27 18:48:55 +01:00
Jim Shield
c657beb323
Update README.md
2025-07-24 22:52:34 +01:00
Jim Shield
be43ade5fb
Version Bump
...
`3.0.04` - `3.0.05`
v3.0.05
2025-06-10 00:43:45 +01:00
Jim Shield
5a3556ad2c
swap phone charging to jim_bridge function
2025-06-08 22:38:07 +01:00
Jim Shield
597e8d9336
Add new feature "lookAtCharge"
...
New feature added, and set to default
Allows for simply looking at a player to get their server id and start charging them instead of creating a list or asking their user id.
2025-06-08 22:37:46 +01:00
Jim Shield
874eee530c
add extra check for if playerdata exists or not
2025-06-03 02:22:25 +01:00
Jim Shield
ee11d79fa6
Version Bump
...
`3.0.03` - `3.0.04`
v3.0.04
2025-06-01 21:48:25 +01:00
Jim Shield
784d13914f
Separate and fix ped loading for tickets/banks
...
I unified the bank locations and ticket cash in locations and forgot that people disable the banking part of the script
Now, if Banks and `CashInAnywhere` is disabled, it creates a separate ped for tickets only (default location is pacific bank)
If Banks are enabled, but `CashInAnywhere` is disabled, it creates the separate ped also
If Banks are enabled AND `CashInAnywhere` is enabled, the separate ped won't be used and the bank peds will share the target options
2025-06-01 21:44:29 +01:00
Jim Shield
10f14f846e
Fix typo for Gabz default cash in location
2025-06-01 21:38:56 +01:00
Jim Shield
1ca2e45a37
add workaround for if onlineList is nil
2025-05-26 18:59:10 +01:00
Jim Shield
2e3fef8846
fix job/gang lock of custom cash registers
2025-05-26 18:58:17 +01:00
Jim Shield
1b69b44f5c
fix custom cash registers spawn offset location
2025-05-26 18:51:18 +01:00
Jim Shield
d252ce6a02
Version Bump
...
`3.0.02` - `3.0.03`
v3.0.03
2025-05-21 11:00:23 +01:00
Jim Shield
4bc2aaa95f
Re-add terminal item and info
2025-05-21 10:59:07 +01:00
Jim Shield
fdf92fde64
fix custom cash register function
2025-05-21 10:49:14 +01:00
Jim Shield
954b208016
add if statement to prop removal, just incase
2025-05-19 15:20:26 +01:00
Jim Shield
51265681c1
Update README.md
2025-05-19 15:16:53 +01:00
Jim Shield
6ab839e2a3
Unify cashregister and terminal commands
...
This makes `/cashregister` and `/terminal` the same, since they were already.
(I kept both as not to confuse people if one went missing)
`/terminal` originally was added to make use of the `bzzz_terminal` prop and anim, but now it works with both commands if enabled in the config
2025-05-19 15:04:28 +01:00
Jim Shield
9eb2e987d4
Version Bump
...
`3.0.01` - `3.0.02`
v3.0.02
2025-05-14 20:25:05 +01:00
Jim Shield
e73520a10c
Tidy up the double check for commPercent
...
Left in the old code for commission calculation
I don't think it was making a difference but it wasn't needed
2025-05-14 20:24:47 +01:00
Jim Shield
f869c682c1
fix missing variable for polcharge
...
Fixes missing variable when using /polcharge and the confirmation option
2025-05-14 20:23:41 +01:00
Jim Shield
ca625c50e2
fix duplicate text entry for charging users
...
Apparently missed this completely, removed the duplicate text entry when not using the list option
this should fix any issues with this
2025-05-14 20:23:03 +01:00
Jim Shield
49f4d404e3
place start functions behind onResourceStart()
...
ESX helper
2025-05-12 22:49:28 +01:00
Jim Shield
2b92f749b5
Refactor a couple files for readability
2025-05-12 10:49:00 +01:00
Jim Shield
5e80192cef
Update fxmanifest.lua to new format
...
Removes core loading in `fxmanifest.lua` in favour of more "verbose" file loader in jim_bridge v`2.0.08+`
2025-05-10 20:08:03 +01:00
Jim Shield
2eff1996c2
Version bump
...
`3.0` - `3.0.01`
v3.0.01
2025-05-07 23:33:10 +01:00
Jim Shield
29b3b2ffb9
Hopefully fix the error when charging
...
I think if you had alot of players, it would overload itself and slip in a nil value when checking for player info
This checks if it is a real source number being sent and also adds a slightly delay to help load easier
2025-05-07 15:58:03 +01:00
Jim Shield
5cc7b60a1f
fix discord bot yml
2025-05-01 13:37:46 +01:00
Jim Shield
41e146e35a
add gitbot yml
2025-05-01 00:19:37 +01:00
Jim Shield
70fefa2a74
Merge pull request #47 from jimathy/v3.0
v3.0.0
2025-04-28 18:20:00 +01:00
Jim Shield
f2b82e0b8c
Create FUNDING.yml
2025-04-13 13:23:37 +01:00
Jim Shield
cbc202f101
Create FUNDING.yml + delay loading
2025-04-13 13:14:20 +01:00
Jim Shield
ecebdc801e
adjust what can and cant be done on other frameworks for now
2025-03-08 21:05:07 +00:00
Jim Shield
10f477982d
make use of jim_bridge new banking functions
2025-03-07 13:36:24 +00:00
Jim Shield
62e8242d9e
(Beta) Fixes for multiframework features
2025-03-01 12:57:11 +00:00
Jim Shield
ef6b664890
Add files via upload
2025-02-22 13:23:43 +00:00
Jim Shield
2ebfeff554
Update 3.0 beta
2025-02-21 13:54:49 +00:00
Jim Shield
38f360fc26
Check for job commission info
2024-01-28 12:29:14 +00:00
Jim Shield
a21ea9f1db
Add /polcharge support
2024-01-28 12:27:47 +00:00
Jim Shield
0905c7489c
v3.0 Beta Push
2024-01-27 21:57:05 +00:00
Jim Shield
84a7f0611e
Fix notification error in client.lua
2024-01-17 17:19:10 +00:00