Silenci0 / SMAC

Sourcemod Anti-Cheat
Other
152 stars 53 forks source link

[New Features] Profile status checker #5

Closed Drmohammad11 closed 5 years ago

Drmohammad11 commented 5 years ago

hi !! thank you for update!! can you added profile checker ? i need for blocking new accounts :(

thank you

Silenci0 commented 5 years ago

Hello,

This feature, assuming you mean steam profile checking, is sort of beyond the scope of SMAC as it is a server anti-cheat, not a profile blocker. Having SMAC look up and ban new accounts would require a significant amount of work and would need SteamAPI integration/support to be added, none of which I am willing to do for this fork of SMAC, at least not at this time.

That said, there might be a plugin similar to this one: https://github.com/RumbleFrog/Anti-Private that might be able to do what you need. You might want to search/ask on the alliedmodder's Sourcemod forums if someone has created a plugin to this or to ask if someone could make this for you as a number of coders do frequent those forums and some of them might be able to help you with this, assuming it is possible.

Silence

Drmohammad11 commented 5 years ago

all right, can you help me for this feature?? https://forums.alliedmods.net/showthread.php?t=315546

plugin CowAntiCheat have a profile status checker but dont work :(( my server have new players with cheat he ban from my server but he create new account and use cheat again :(( please help me. sorry for bad speak english!!

Silenci0 commented 5 years ago

Sorry, but I am unable to help with this feature for that plugin as I would need to know more about SteamWorks API. I will keep this feature in mind going forward, but at this time, I am unable to assist.

Drmohammad11 commented 5 years ago

ok. no problem my freind.

ConnorBP commented 5 years ago

steamworks api isn't too bad tbh. The docs on it are extremely easy too. Assuming you can bind to a dll library all you need to do is call their built in functions

Drmohammad11 commented 5 years ago

@ConnorBP can you help me for this feature?? https://forums.alliedmods.net/showthread.php?t=315546

Silenci0 commented 5 years ago

I will be closing this issue. For now, this feature will not be added to this fork of SMAC. I may look into it implementing it later or as a separate plugin. Alternatively, anyone who wants can fork this repo and add it themselves, if they so choose. Thanks!