what do you mean? like install the mods or making them?
M
Mrkilla
View profile on GTA5-Mods.com »
0
Reputation
3
Posts
203
Profile views
0
Followers
0
Following
Posts made by Mrkilla
-
RE: Soeomene help?
-
coding??!
im making an ingame mod, and i was thinking if this would make the game read the licenses from my sql database, with this code?
RegisterNetEvent function CheckLicense(target, type, cb)
local identifier = GetPlayerIdentifier(target, 0)MySQL.Async.fetchALL('SELECT COUNT(*) as count FROM user_license WHERE type = @type AND owner = @owner', { ['@type'] = type, ['@owner'] = identifier }, function(result) if tonumber(result[1].count) > 0 then cb(true) else cb(false) end end)
end
-
someone know how to install dlc.rpf to FiveM online server
hey, im look for someone to help me install some dlc.rpf onto a fivem server thats rented, i read the read me files in the addons but i dont see the folder they talking about, im not sure if dlc.rpf is able to run on a fivem online server.
the server is not created on my local machine but rented from Zap