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]

Popersk1

New member

0

0%

Status

Offline

Posts

32

Likes

4

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)
a
 

Popersk1

New member

0

0%

Status

Offline

Posts

32

Likes

4

Rep

0

Bits

2

Years of Service

LEVEL 1
1000 XP
Ps. dont change or enable the loadingscreen is breaks the whole base thats how great it is. but has some good stuff
I think its possible to change you just need to see where is the problem it probbably makes problem when u join server nothing is loaded am i right?
 

twtettte

New member

0

0%

Status

Offline

Posts

32

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)
+
 

Power

Member

0

0%

Status

Offline

Posts

79

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)
 

GTinTV

New member

0

0%

Status

Offline

Posts

22

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)
+1
 

Bobkata

New member

0

0%

Status

Offline

Posts

57

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)
.
 

Lynch

New member

0

0%

Status

Offline

Posts

40

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

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)
 

0

0%

Status

Offline

Posts

77

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)
 

Gideon

New member

0

0%

Status

Offline

Posts

22

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)
 

empty

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)
WWW
 

Gamburg

New member

0

0%

Status

Offline

Posts

60

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)
 

Poxel

New member

0

0%

Status

Offline

Posts

54

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)
 

Cheathh

New member

0

0%

Status

Offline

Posts

10

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)
hum im gonna try
 

1,358

325

7,589

Top