Closed novahaxor closed 2 months ago
Replace line 1292-1293 with this: local TYPE = GetEntityType(ENTITY) local OWNER = NetworkGetFirstEntityOwner(ENTITY) local POPULATION = GetEntityPopulationType(ENTITY) local MODEL = GetEntityModel(ENTITY) local HWID = GetPlayerToken(OWNER, 0)
GetEntityPopulationType(ENTITY) GetEntityModel(ENTITY) GetPlayerToken(OWNER, 0
And you have to specify the port of your Server in the config
Replace line 1292-1293 with this: local TYPE = GetEntityType(ENTITY) local OWNER = NetworkGetFirstEntityOwner(ENTITY) local POPULATION = GetEntityPopulationType(ENTITY) local MODEL = GetEntityModel(ENTITY) local HWID = GetPlayerToken(OWNER, 0)
GetEntityPopulationType(ENTITY) GetEntityModel(ENTITY) GetPlayerToken(OWNER, 0
definitely helped but now the discord webhooks dont work at all, no errors or anything, installed the same way as before
Using version 7.1.0 still having this issue..
Anyone know why? I need those screenshots ^^
I tried it like this:
local OWNER = NetworkGetFirstEntityOwner(ENTITY)
local TYPE, POPULATION, MODEL, HWID = GetEntityType(ENTITY), GetEntityPopulationType(ENTITY),
GetEntityModel(ENTITY), GetPlayerToken(OWNER, 0)
And like suggested above
but i always get
Error: function FIREAC_ACTION (FIREAC.ScreenShot.Log is nil)
License: YOUR SERVER NAME
Port is set
So, does nobody has any conclusion? Is it because of my Ubuntu? i used Linux=true and false but both times i get the error. Screenshots setup aswell
Now only getting one screenshot from resource stopper and after that, any action doesnt have a screenshot attached.
Anyone know why? I need those screenshots ^^
I tried it like this:
local OWNER = NetworkGetFirstEntityOwner(ENTITY) local TYPE, POPULATION, MODEL, HWID = GetEntityType(ENTITY), GetEntityPopulationType(ENTITY), GetEntityModel(ENTITY), GetPlayerToken(OWNER, 0) And like suggested above but i always get Error: function FIREAC_ACTION (FIREAC.ScreenShot.Log is nil)
License: YOUR SERVER NAME
Port is set
Did you make sure you downloaded the dependencies for screenshotting?
Anyone know why? I need those screenshots ^^
I tried it like this:
local OWNER = NetworkGetFirstEntityOwner(ENTITY) local TYPE, POPULATION, MODEL, HWID = GetEntityType(ENTITY), GetEntityPopulationType(ENTITY), GetEntityModel(ENTITY), GetPlayerToken(OWNER, 0) And like suggested above but i always get Error: function FIREAC_ACTION (FIREAC.ScreenShot.Log is nil)
License: YOUR SERVER NAME
Port is set
Did you make sure you downloaded the dependencies for screenshotting?
Yeah, i got it working already sorry. ScreenShot.Log isn't set at all for all other. Try with either replacing it with FIREAC.Webhooks.ScreenShot to make it work or create a FIREAC.ScreenShot.Log = ""; Entry in the config
console:
[ c-scripting-core] InvokeNative: execution failed: Argument at index 0 was null. [ script:FIREAC] SCRIPT ERROR: Execution of native 0000000054c06897 in script host failed: Argument at index 0 was null. [ script:FIREAC] > handler (@FIREAC/src/fire-server.lua:1293)
discord: function StartAntiCheat (Server Port is wrong or We can't connect to that)