Zombie Outbreak Framework is a community project, you legal permission to copy, distribute and/or modify it only if you have forked this repository, If it’s not a forked repo, then the release will be taken down by DMCA request.
Seem to be having an issue when dying, characters respawn before pressing E and spawn as a random ped in a random location. When rejoining it does return the correct character , but is required after any death.
Hi
I’ve tried to deploy this via recipe from @SaltySea and ran into a few issues :
Using FXServer 3372 on Debian 9, deploying fails with mysql error:
BLOB/TEXT column ‘Inventory’ can’t have a default value
Using FXServer 3372 on Ubuntu 20.04 deploying succeeds (also it doesn’t seem to add database password I specify in txadmin deployer into the server.cfg - had to do it manually) and server works, but I can’t submit the character info - button doesn’t do anything.
In NUI DevTools the request is marked as failed.
How can i add weapon to loot? i try this and dont work: Config.Loot = {
Items = {},
Clothes = {
“unemployedtshirt”,
“unemployedpants”,
“unemployedshoes”
},
Weapons = {
“WEAPON_PISTOL”,
“WEAPON_KNIFE”
You can create a issue on github for give more details and help you?
that is extremely rare and as it affects gameplay it should be resolved immediately
self.Identifier = function()
local Identifier
for k, v in ipairs(GetPlayerIdentifiers(self.Source)) do
if string.match(v, GlobalConfig.Identifier) then #but here in the code he is looking for license:identifier in the database
Identifier = v
return Identifier
end
end
end
self.GetGroup = function()
local identifier = self.Identifier()
local Data
Database.ExecuteSelectQuery("SELECT `group` FROM users WHERE identifier = @identifier", {
["@identifier"] = identifier
}, function(Result)
Data = Result[1]["group"] #This is the line 75
end)
while Data == nil do Wait(0) end
return Data
end
Hello weapons and money works but when i loot item i dont get notification or the item
Console says:
gta-straming-five GetNetworkObject: no object by ID 0