Script ALL CODEM SCRIPTS 100 % WORKIND TEST OK

1 Followed
283 Follower

Adrian_chupi

Admin

Aug 13, 2023

3,085 Mesaj

8,186 Reaction

0 Solution

113

First Message

100 Messages

500 Message

1K Message

No reward!

Joined
Aug 13, 2023
Messages
3,085
Reaction score
8,186
Points
113
Location
SPAIN
Credits
1,727
Screenshot(11)_LI.jpg.5f53c507a475bf22f343139f458323eb.jpg


¡
 
Last edited:

Apr 20, 2024

15 Mesaj

13 Reaction

0 Solution

3

First Message

No reward!

No reward!

No reward!

No reward!

Joined
Apr 20, 2024
Messages
15
Reaction score
13
Points
3
Location
UA
Credits
0
who installed this? I have many different errors when using it.
 

Apr 20, 2024

15 Mesaj

13 Reaction

0 Solution

3

First Message

No reward!

No reward!

No reward!

No reward!

Joined
Apr 20, 2024
Messages
15
Reaction score
13
Points
3
Location
UA
Credits
0
What scripts give you errors?

I installed the admin panel, but I can't seem to launch it in the game. I tried using the keys specified in Config.KeyMapping, but nothing happens.

i use last version ESX
 

Apr 20, 2024

15 Mesaj

13 Reaction

0 Solution

3

First Message

No reward!

No reward!

No reward!

No reward!

Joined
Apr 20, 2024
Messages
15
Reaction score
13
Points
3
Location
UA
Credits
0
[ 408485] [ GTAProcess] MainThrd/ __Lua_InvokeNative: execution failed: Argument at index 3 was null.
[ 408485] [ GTAProcess] MainThrd/ ^1SCRIPT ERROR: Execution of native 00000000d7664fd1 in script host failed: Argument at index 3 was null.^7
[ 408485] [ GTAProcess] MainThrd/ ^3> RegisterKeyMapping^7 (^5RegisterKeyMapping.lua^7:10)

this error for Adminmenu
 

Apr 20, 2024

15 Mesaj

13 Reaction

0 Solution

3

First Message

No reward!

No reward!

No reward!

No reward!

Joined
Apr 20, 2024
Messages
15
Reaction score
13
Points
3
Location
UA
Credits
0
[ 1797469] [ GTAProcess] MainThrd/ [^1ERROR^7] Resource ^5codem-banking^7 Used the ^5getSharedObject^7 Event, this event ^1no longer exists!^7 Visit for how to fix!

error for bank script
 

Apr 20, 2024

15 Mesaj

13 Reaction

0 Solution

3

First Message

No reward!

No reward!

No reward!

No reward!

Joined
Apr 20, 2024
Messages
15
Reaction score
13
Points
3
Location
UA
Credits
0
[script:codem-banking] SCRIPT ERROR: @codem-banking/server/main.lua:29: attempt to index a nil value (global 'ESX')
[script:codem-banking] > loadPlayer (@codem-banking/server/main.lua:29)
[script:codem-banking] > handler (@codem-banking/server/main.lua:18)
[script:codem-banking] > loadESXPlayer (@es_extended/server/main.lua:278)
[script:codem-banking] > handler (@es_extended/server/main.lua:33)
[script:codem-banking] > rawExecute (@oxmysql/dist/build.js:26563)

banking
 

Adrian_chupi

Admin

Aug 13, 2023

3,085 Mesaj

8,186 Reaction

0 Solution

113

First Message

100 Messages

500 Message

1K Message

No reward!

Joined
Aug 13, 2023
Messages
3,085
Reaction score
8,186
Points
113
Location
SPAIN
Credits
1,727
[script:codem-banking] SCRIPT ERROR: @codem-banking/server/main.lua:29: attempt to index a nil value (global 'ESX')
[script:codem-banking] > loadPlayer (@codem-banking/server/main.lua:29)
[script:codem-banking] > handler (@codem-banking/server/main.lua:18)
[script:codem-banking] > loadESXPlayer (@es_extended/server/main.lua:278)
[script:codem-banking] > handler (@es_extended/server/main.lua:33)
[script:codem-banking] > rawExecute (@oxmysql/dist/build.js:26563)

banking
Your problem (or at least one of them) is that you're not starting ESX. Place this at the top of your client file:

ESX = nil

Citizen.CreateThread(function()
while ESX == nil do
TriggerEvent('esx:getSharedObject', function(obj) ESX = obj end)
Citizen.Wait(0)
End

Citizen.Wait(5000)
PlayerData = ESX. GetPlayerData()
end)


This should be at the top of your server file:

ESX = nil

TriggerEvent('esx:getSharedObject', function(obj) ESX = obj end)
 

Apr 20, 2024

15 Mesaj

13 Reaction

0 Solution

3

First Message

No reward!

No reward!

No reward!

No reward!

Joined
Apr 20, 2024
Messages
15
Reaction score
13
Points
3
Location
UA
Credits
0
Your problem (or at least one of them) is that you're not starting ESX. Place this at the top of your client file:

ESX = nil

Citizen.CreateThread(function()
while ESX == nil do
TriggerEvent('esx:getSharedObject', function(obj) ESX = obj end)
Citizen.Wait(0)
End

Citizen.Wait(5000)
PlayerData = ESX. GetPlayerData()
end)


This should be at the top of your server file:

ESX = nil

TriggerEvent('esx:getSharedObject', function(obj) ESX = obj end)
I have this code set by default

This error in consloe now
[script:codem-banking] SCRIPT ERROR: @codem-banking/server/main.lua:155: attempt to index a nil value (global 'ESX')

[script:codem-banking] SCRIPT ERROR: @codem-banking/server/main.lua:29: attempt to index a nil value (global 'ESX')
[script:codem-banking] > loadPlayer (@codem-banking/server/main.lua:29)
[script:codem-banking] > handler (@codem-banking/server/main.lua:18)
[script:codem-banking] > loadESXPlayer (@es_extended/server/main.lua:278)
[script:codem-banking] > ref (@es_extended/server/main.lua:94)
[script:codem-banking] > rawExecute (@oxmysql/dist/build.js:26563)
[script:codem-banking] > processTicksAndRejections (node:internal/process/task_queues:96)
 
Last edited:

xNunes

Uye

Aug 30, 2024

1 Mesaj

0 Reaction

0 Solution

1

First Message

No reward!

No reward!

No reward!

No reward!

Joined
Aug 30, 2024
Messages
1
Reaction score
0
Points
1
Location
Brazil
Credits
0

Apr 17, 2024

4 Mesaj

0 Reaction

0 Solution

1

First Message

No reward!

No reward!

No reward!

No reward!

Joined
Apr 17, 2024
Messages
4
Reaction score
0
Points
1
Location
India
Credits
91

Adrian_chupi

Admin

Aug 13, 2023

3,085 Mesaj

8,186 Reaction

0 Solution

113

First Message

100 Messages

500 Message

1K Message

No reward!

Joined
Aug 13, 2023
Messages
3,085
Reaction score
8,186
Points
113
Location
SPAIN
Credits
1,727
The link is now updated
 

kg420

Uye

Jan 14, 2025

4 Mesaj

0 Reaction

0 Solution

1

First Message

No reward!

No reward!

No reward!

No reward!

Joined
Jan 14, 2025
Messages
4
Reaction score
0
Points
1
Location
united kingdom
Credits
5

Adrian_chupi

Admin

Aug 13, 2023

3,085 Mesaj

8,186 Reaction

0 Solution

113

First Message

100 Messages

500 Message

1K Message

No reward!

Joined
Aug 13, 2023
Messages
3,085
Reaction score
8,186
Points
113
Location
SPAIN
Credits
1,727
Updated link
 

Topics

5,143

Messages

8,730

Members

50,021

Latest member

lauris112

Top