Security HUD
System Watchdog
×
Threads Scanned
-- / --
SYS. LOAD --%
AI SHIELD ACTIVE
DMCA Policy
×

📋 DMCA Compliance

This platform and community fully complies with the Digital Millennium Copyright Act (DMCA) and international copyright laws. We take all copyright protection seriously.

🛡️ Copyright Protection

If you believe a posted item belongs to you or violates your copyright, you may file a DMCA takedown request through our official channels. Upon receiving a valid claim, the infringing content will be removed within 24 hours.

What's new
×
Fiveguard

Script okokBanking

keanu1337

Member
Joined
Jan 17, 2022
Messages
1
Reaction score
0
Points
151
Location
Afghanistan
[ script:eek:kokBanking] SCRIPT ERROR: @okokBanking/server.lua:8: attempt to index a nil value (local 'xPlayer')

?? Need help pls
 

Manu_54p

Member
Joined
Oct 21, 2021
Messages
2
Reaction score
2
Points
146
Location
Madrid
I am not responsible for any act by this file.

Here is the script okokBanking + SQL

The SQL is in the 'README.md' file
There you have everything to configure it ;)
 

Attachments

  • okokBanking.zip
    443.9 KB · Views: 450

gtnik

Silver Elite
Joined
Mar 8, 2021
Messages
81
Solutions
1
Reaction score
20
Points
156
Yo.
I need help with this script, bcs when i want withdraw my money from bank, they are not in my inventory.
In console, it shows me this error:

[ script:es_extended] SCRIPT ERROR: @es_extended/server/classes/player.lua:299: attempt to index a nil value (local ‘account’)
[ script:es_extended] > ref (@es_extended/server/classes/player.lua:299)
[ script:es_extended] > handler (@okokBanking/server.lua:95)
its for v1 final you need to fix it if you want it for older esx versions
 

viper4242

Silver Elite
Joined
Jan 25, 2022
Messages
21
Reaction score
7
Points
166
Location
Norway
doesn't work
 

Attachments

  • image_2022-02-13_001119.png
    image_2022-02-13_001119.png
    18.4 KB · Views: 220

Trottti

Member
Joined
Jan 15, 2022
Messages
8
Reaction score
1
Points
156
Location
Portugal
My problem is that when I try to deposit or withdraw money nothing happens anyone knows how to solve it?
 

Devotion0527

Silver Elite
Joined
Mar 14, 2022
Messages
19
Reaction score
10
Points
156
Location
Dutch
xPlayer.addAccountMoney('money', amount)

Change to

xPlayer.addMoney(amount)

And

xPlayer.removeAccountMoney('money', amount)

Change to

xPlayer.removeMoney(amount)
hiya
is that the line 299 on extended or at okokbanking/server?, bcs i have the same problem with the withdraw

[ script:es_extended] SCRIPT ERROR: @es_extended/server/classes/player.lua:299: attempt to index a nil value (local 'account')
[ script:es_extended] > ref (@es_extended/server/classes/player.lua:299)
[ script:es_extended] > handler (@okokBanking/server.lua:94)
 

Deki

Member
Joined
Mar 12, 2022
Messages
1
Reaction score
0
Points
156
Location
Schweiz
I did everything and also inserted the SQL, but I get the following error: Server callback "okokBanking:GetPlayerInfo" does not exist. Please Check The Server File for Errors!
 
Top