LUCKYXD
New member
2
Years of Service
LEVEL 1
1000 XP
Nice
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)