Mapeadores / ZombieReloaded

Zombie:Reloaded Community Edition (CSS/CS:GO)
9 stars 4 forks source link

Odd Error #4

Open jljr222 opened 6 years ago

jljr222 commented 6 years ago

I was curious if you have this same error on your server:

[zombiereloaded.smx] [Tools] [Offsets] SDKCall "CBaseEntity::SetAbsVelocity" was not found.

JMorell commented 6 years ago

You have to add the gamedata: https://github.com/JMorell/sm-zombiereloaded-3/blob/master/csgo/addons/sourcemod/gamedata/zombiereloaded.txt

jljr222 commented 6 years ago

I did check to see if I had the gamedata and it is there. It also has that exact value.

JMorell commented 6 years ago

Do you use Linux or Windows?

jljr222 commented 6 years ago

Linux for me.

JMorell commented 6 years ago

Delete the gamedata file and try again.

jljr222 commented 6 years ago

Deleting it breaks ZR.

JMorell commented 6 years ago

The server is for CS:GO?

jljr222 commented 6 years ago

Yes sir :)

JMorell commented 6 years ago

Change this: "Games" { "cstrike" { for this: "Games" { "csgo" {

jljr222 commented 6 years ago

The same error it seems...

JMorell commented 6 years ago

Change "linux" for "windows" for example on the gamedata.

jljr222 commented 6 years ago

Sorry, don't understand.

JMorell commented 6 years ago

You need to edit gamedata file, change linux word for windows.

jljr222 commented 6 years ago

Here is what I did:

"Games"
{
    "csgo"
    {
        "Signatures"
        {
            "CBaseEntity_SetAbsVelocity"
            {
                "library"   "server"
                "windows"       "@_ZN11CBaseEntity14SetAbsVelocityERK6Vector"
            }
        }
    }
}

Same error

JMorell commented 6 years ago

Does the plugin still work with that error?

jljr222 commented 6 years ago

It does indeed

JMorell commented 6 years ago

I think the problem is that the plugin is asking for that offset but it doesn't use it, I have to check it.

jljr222 commented 6 years ago

No worries was just curious why it's popping up. My ZE server has been crashing regularly and I have been trying to figure out why.

JMorell commented 6 years ago

I use the same version on my server, but I use Windows.

jljr222 commented 6 years ago

Oh, well I don't know then. Guess it's just going to keep spitting that out.

jljr222 commented 6 years ago

Just a heads up that I switched to Windows and still get this error haha :(

Bad7181 commented 5 years ago

Hi Morell. Still have the same problem on linux centos 6.9 csgo ze server