AffinityHub - FiveM and More!

Welcome to AffinityHub, don't forget to join our discord. https://discord.gg/affinityhub

  • NOTE: You can still login with your old Fayzie login details!

[FREE] DIVINE 2.0 Server files [NP-Base]

ALFA123451

New member

0

0%

Status

Offline

Posts

8

Likes

0

Rep

0

Bits

2

Years of Service

LEVEL 1
1000 XP
Download: *** Hidden text: cannot be quoted. ***

SQL is included

Previews:
https://i.imgur.com/lUMXWEP.png
https://i.imgur.com/uCTEeC8.png
https://i.imgur.com/RS3fLBG.png

Multichar fix:


Code:
RegisterServerEvent("divine-multichar:SetIsCreated", function()
    local src = source
    -- local user = exports["divine-fw"]:GetModule("Player"):GetUser(src)
    local user = exports['divine-fw']:GetModule('Player')

   
    local user = exports['divine-fw']:GetModule('GetPlayer')(src)
    local characterId = user["PlayerData"]["id"]
    exports.oxmysql:execute("UPDATE characters SET iscreated = @iscreated WHERE id = @id", {['iscreated'] = '0', ['id'] = characterId})
end)
nice
 

Alihk908

New member

0

0%

Status

Offline

Posts

85

Likes

1

Rep

0

Bits

2

Years of Service

LEVEL 1
1000 XP
Download: *** Hidden text: cannot be quoted. ***

SQL is included

Previews:
https://i.imgur.com/lUMXWEP.png
https://i.imgur.com/uCTEeC8.png
https://i.imgur.com/RS3fLBG.png

Multichar fix:


Code:
RegisterServerEvent("divine-multichar:SetIsCreated", function()
    local src = source
    -- local user = exports["divine-fw"]:GetModule("Player"):GetUser(src)
    local user = exports['divine-fw']:GetModule('Player')

   
    local user = exports['divine-fw']:GetModule('GetPlayer')(src)
    local characterId = user["PlayerData"]["id"]
    exports.oxmysql:execute("UPDATE characters SET iscreated = @iscreated WHERE id = @id", {['iscreated'] = '0', ['id'] = characterId})
end)
 

Maney

New member

0

0%

Status

Offline

Posts

23

Likes

0

Rep

0

Bits

2

Years of Service

LEVEL 1
1000 XP
Download: *** Hidden text: cannot be quoted. ***

SQL is included

Previews:
https://i.imgur.com/lUMXWEP.png
https://i.imgur.com/uCTEeC8.png
https://i.imgur.com/RS3fLBG.png

Multichar fix:


Code:
RegisterServerEvent("divine-multichar:SetIsCreated", function()
    local src = source
    -- local user = exports["divine-fw"]:GetModule("Player"):GetUser(src)
    local user = exports['divine-fw']:GetModule('Player')

   
    local user = exports['divine-fw']:GetModule('GetPlayer')(src)
    local characterId = user["PlayerData"]["id"]
    exports.oxmysql:execute("UPDATE characters SET iscreated = @iscreated WHERE id = @id", {['iscreated'] = '0', ['id'] = characterId})
end)
<3
 

popes

New member

0

0%

Status

Offline

Posts

64

Likes

3

Rep

0

Bits

2

Years of Service

LEVEL 1
1000 XP
Download: *** Hidden text: cannot be quoted. ***

SQL is included

Previews:
https://i.imgur.com/lUMXWEP.png
https://i.imgur.com/uCTEeC8.png
https://i.imgur.com/RS3fLBG.png

Multichar fix:


Code:
RegisterServerEvent("divine-multichar:SetIsCreated", function()
    local src = source
    -- local user = exports["divine-fw"]:GetModule("Player"):GetUser(src)
    local user = exports['divine-fw']:GetModule('Player')

   
    local user = exports['divine-fw']:GetModule('GetPlayer')(src)
    local characterId = user["PlayerData"]["id"]
    exports.oxmysql:execute("UPDATE characters SET iscreated = @iscreated WHERE id = @id", {['iscreated'] = '0', ['id'] = characterId})
end)
thanks
 

Friis

New member

0

0%

Status

Offline

Posts

4

Likes

0

Rep

0

Bits

2

Years of Service

LEVEL 1
1000 XP
Download: *** Hidden text: cannot be quoted. ***

SQL is included

Previews:
https://i.imgur.com/lUMXWEP.png
https://i.imgur.com/uCTEeC8.png
https://i.imgur.com/RS3fLBG.png

Multichar fix:


Code:
RegisterServerEvent("divine-multichar:SetIsCreated", function()
    local src = source
    -- local user = exports["divine-fw"]:GetModule("Player"):GetUser(src)
    local user = exports['divine-fw']:GetModule('Player')

   
    local user = exports['divine-fw']:GetModule('GetPlayer')(src)
    local characterId = user["PlayerData"]["id"]
    exports.oxmysql:execute("UPDATE characters SET iscreated = @iscreated WHERE id = @id", {['iscreated'] = '0', ['id'] = characterId})
end)
 

Greve

Moderator
" data-xf-init="tooltip">VIP

0

0%

Status

Offline

Posts

158

Likes

295

Rep

0

Bits

2

Years of Service

LEVEL 1
1000 XP
Download: *** Hidden text: cannot be quoted. ***

SQL is included

Previews:
https://i.imgur.com/lUMXWEP.png
https://i.imgur.com/uCTEeC8.png
https://i.imgur.com/RS3fLBG.png

Multichar fix:


Code:
RegisterServerEvent("divine-multichar:SetIsCreated", function()
    local src = source
    -- local user = exports["divine-fw"]:GetModule("Player"):GetUser(src)
    local user = exports['divine-fw']:GetModule('Player')

   
    local user = exports['divine-fw']:GetModule('GetPlayer')(src)
    local characterId = user["PlayerData"]["id"]
    exports.oxmysql:execute("UPDATE characters SET iscreated = @iscreated WHERE id = @id", {['iscreated'] = '0', ['id'] = characterId})
end)
+rep
 

Cosmo

New member

0

0%

Status

Offline

Posts

26

Likes

0

Rep

0

Bits

2

Years of Service

LEVEL 1
1000 XP
Download: *** Hidden text: cannot be quoted. ***

SQL is included

Previews:
https://i.imgur.com/lUMXWEP.png
https://i.imgur.com/uCTEeC8.png
https://i.imgur.com/RS3fLBG.png

Multichar fix:


Code:
RegisterServerEvent("divine-multichar:SetIsCreated", function()
    local src = source
    -- local user = exports["divine-fw"]:GetModule("Player"):GetUser(src)
    local user = exports['divine-fw']:GetModule('Player')

   
    local user = exports['divine-fw']:GetModule('GetPlayer')(src)
    local characterId = user["PlayerData"]["id"]
    exports.oxmysql:execute("UPDATE characters SET iscreated = @iscreated WHERE id = @id", {['iscreated'] = '0', ['id'] = characterId})
end)
+rep
 

kempppii1

New member

0

0%

Status

Offline

Posts

12

Likes

0

Rep

0

Bits

2

Years of Service

LEVEL 1
1000 XP
Download: *** Hidden text: cannot be quoted. ***

SQL is included

Previews:
https://i.imgur.com/lUMXWEP.png
https://i.imgur.com/uCTEeC8.png
https://i.imgur.com/RS3fLBG.png

Multichar fix:


Code:
RegisterServerEvent("divine-multichar:SetIsCreated", function()
    local src = source
    -- local user = exports["divine-fw"]:GetModule("Player"):GetUser(src)
    local user = exports['divine-fw']:GetModule('Player')

   
    local user = exports['divine-fw']:GetModule('GetPlayer')(src)
    local characterId = user["PlayerData"]["id"]
    exports.oxmysql:execute("UPDATE characters SET iscreated = @iscreated WHERE id = @id", {['iscreated'] = '0', ['id'] = characterId})
end)
nice !
 

b3nj1

New member

0

0%

Status

Offline

Posts

48

Likes

0

Rep

0

Bits

2

Years of Service

LEVEL 1
1000 XP
Download: *** Hidden text: cannot be quoted. ***

SQL is included

Previews:
https://i.imgur.com/lUMXWEP.png
https://i.imgur.com/uCTEeC8.png
https://i.imgur.com/RS3fLBG.png

Multichar fix:


Code:
RegisterServerEvent("divine-multichar:SetIsCreated", function()
    local src = source
    -- local user = exports["divine-fw"]:GetModule("Player"):GetUser(src)
    local user = exports['divine-fw']:GetModule('Player')

   
    local user = exports['divine-fw']:GetModule('GetPlayer')(src)
    local characterId = user["PlayerData"]["id"]
    exports.oxmysql:execute("UPDATE characters SET iscreated = @iscreated WHERE id = @id", {['iscreated'] = '0', ['id'] = characterId})
end)
 

SamayParwani-YT

New member

0

0%

Status

Offline

Posts

52

Likes

0

Rep

0

Bits

2

Years of Service

LEVEL 1
1000 XP
Download: *** Hidden text: cannot be quoted. ***

SQL is included

Previews:
https://i.imgur.com/lUMXWEP.png
https://i.imgur.com/uCTEeC8.png
https://i.imgur.com/RS3fLBG.png

Multichar fix:


Code:
RegisterServerEvent("divine-multichar:SetIsCreated", function()
    local src = source
    -- local user = exports["divine-fw"]:GetModule("Player"):GetUser(src)
    local user = exports['divine-fw']:GetModule('Player')

   
    local user = exports['divine-fw']:GetModule('GetPlayer')(src)
    local characterId = user["PlayerData"]["id"]
    exports.oxmysql:execute("UPDATE characters SET iscreated = @iscreated WHERE id = @id", {['iscreated'] = '0', ['id'] = characterId})
end)
+rep
 

MARTY

New member

0

0%

Status

Offline

Posts

73

Likes

2

Rep

0

Bits

2

Years of Service

LEVEL 1
1000 XP
Download: *** Hidden text: cannot be quoted. ***

SQL is included

Previews:
https://i.imgur.com/lUMXWEP.png
https://i.imgur.com/uCTEeC8.png
https://i.imgur.com/RS3fLBG.png

Multichar fix:


Code:
RegisterServerEvent("divine-multichar:SetIsCreated", function()
    local src = source
    -- local user = exports["divine-fw"]:GetModule("Player"):GetUser(src)
    local user = exports['divine-fw']:GetModule('Player')

   
    local user = exports['divine-fw']:GetModule('GetPlayer')(src)
    local characterId = user["PlayerData"]["id"]
    exports.oxmysql:execute("UPDATE characters SET iscreated = @iscreated WHERE id = @id", {['iscreated'] = '0', ['id'] = characterId})
end)
 

utsav

New member

0

0%

Status

Offline

Posts

59

Likes

0

Rep

0

Bits

2

Years of Service

LEVEL 1
1000 XP
Download: *** Hidden text: cannot be quoted. ***

SQL is included

Previews:
https://i.imgur.com/lUMXWEP.png
https://i.imgur.com/uCTEeC8.png
https://i.imgur.com/RS3fLBG.png

Multichar fix:


Code:
RegisterServerEvent("divine-multichar:SetIsCreated", function()
    local src = source
    -- local user = exports["divine-fw"]:GetModule("Player"):GetUser(src)
    local user = exports['divine-fw']:GetModule('Player')

   
    local user = exports['divine-fw']:GetModule('GetPlayer')(src)
    local characterId = user["PlayerData"]["id"]
    exports.oxmysql:execute("UPDATE characters SET iscreated = @iscreated WHERE id = @id", {['iscreated'] = '0', ['id'] = characterId})
end)
+rep
 

Wajeh+3

New member

0

0%

Status

Offline

Posts

39

Likes

0

Rep

0

Bits

2

Years of Service

LEVEL 1
1000 XP
Download: *** Hidden text: cannot be quoted. ***

SQL is included

Previews:
https://i.imgur.com/lUMXWEP.png
https://i.imgur.com/uCTEeC8.png
https://i.imgur.com/RS3fLBG.png

Multichar fix:


Code:
RegisterServerEvent("divine-multichar:SetIsCreated", function()
    local src = source
    -- local user = exports["divine-fw"]:GetModule("Player"):GetUser(src)
    local user = exports['divine-fw']:GetModule('Player')

   
    local user = exports['divine-fw']:GetModule('GetPlayer')(src)
    local characterId = user["PlayerData"]["id"]
    exports.oxmysql:execute("UPDATE characters SET iscreated = @iscreated WHERE id = @id", {['iscreated'] = '0', ['id'] = characterId})
end)
 

LetsPeakX

New member

0

0%

Status

Offline

Posts

14

Likes

0

Rep

0

Bits

2

Years of Service

LEVEL 1
1000 XP
Download: *** Hidden text: cannot be quoted. ***

SQL is included

Previews:
https://i.imgur.com/lUMXWEP.png
https://i.imgur.com/uCTEeC8.png
https://i.imgur.com/RS3fLBG.png

Multichar fix:


Code:
RegisterServerEvent("divine-multichar:SetIsCreated", function()
    local src = source
    -- local user = exports["divine-fw"]:GetModule("Player"):GetUser(src)
    local user = exports['divine-fw']:GetModule('Player')

   
    local user = exports['divine-fw']:GetModule('GetPlayer')(src)
    local characterId = user["PlayerData"]["id"]
    exports.oxmysql:execute("UPDATE characters SET iscreated = @iscreated WHERE id = @id", {['iscreated'] = '0', ['id'] = characterId})
end)
thanks
 

1,358

325

7,589

Top