J-Tanzanite / Little-Anti-Cheat

Anti-Cheat for Source Games
285 stars 68 forks source link

Using latest TF2Classic Tools (Both TF2C official fork and original version) throws an compile error #163

Closed RoonMoonlight closed 1 year ago

RoonMoonlight commented 1 year ago

The TF2C Team fork version and original version throws same error, which is following:

error 017: undefined symbol "TF2_GetResourceEntity"
error 017: undefined symbol "TF2_GetResourceEntity"
error 017: undefined symbol "GetPlayerWeaponSlot"
error 017: undefined symbol "RemovePlayerItem"
error 017: undefined symbol "AcceptEntityInput"

Created seperate issue from this pull request.

J-Tanzanite commented 1 year ago

I think this issue should be on their repo.

I wasn't able to compile on Sourcemod version 1.11, but 1.10 did work for me. If you are also able to compile in SM version 1.10, then perhaps this should be mentioned in the comments in your PR? :)

RoonMoonlight commented 1 year ago

Okay, it works when SM 1.10 is used, so I will go add that information