Search found 6 matches

by Pdv72
3 years ago
Forum: Public Requests
Topic: VPN/Proxy Blocker
Replies: 4
Views: 6857

VPN/Proxy Blocker

Hi, There is a plugin it's job to block any detected client who's using Proxy/VPN. But the problem is that this plugin appears as "Running" But it does not doing it's job. like checking client and punishing fake client and the legit client don't gets punished. Plugin Code: #include <amxmod...
by Pdv72
3 years ago
Forum: Private Requests
Topic: protection against cheat
Replies: 7
Views: 9271

Re: protection against cheat

Sorry for late reply. So the main thing you have to do is you add a hash/salt that's being used to generate steamids. SteamIdHashSalt = Basically, with this salt/hash you ensure that all steamids are being generated by your reunion. You have to add 16+ chars at least in order for it to work, doesn'...
by Pdv72
3 years ago
Forum: Private Requests
Topic: protection against cheat
Replies: 7
Views: 9271

Re: protection against cheat

Plugins can't stop such type of cheat. However, you can easily stop it via the emulator you're using that allows illegible players to join your server (either reunion or dproto or whatever you're using). If you can't configure it, post your .cfg file here. # ========================================...
by Pdv72
3 years ago
Forum: Private Requests
Topic: protection against cheat
Replies: 7
Views: 9271

protection against cheat

Hello,
I wanna a plugin to prevent anyone is using "Steam ID Changer" cheat in the server.
I'm intending to pay for this plugin if there anyone will be able to offer a help.
Thanks. :)
by Pdv72
4 years ago
Forum: Extra-Items
Topic: Watergun
Replies: 3
Views: 18026

Re: Watergun

Try: #include <zombie_escape> #include <engine> #include <fun> #include <xs> #include <cstrike> #define ENG_NULLENT -1 #define EV_INT_WEAPONKEY EV_INT_impulse #define watergun_WEAPONKEY 893 #define MAX_PLAYERS 32 #define IsValidUser(%1) (1 <= %1 <= g_MaxPlayers) #define TASK_FBURN 100 #define ID_FB...
by Pdv72
4 years ago
Forum: Extra-Items
Topic: Watergun
Replies: 3
Views: 18026

Re: Watergun

Hello,
This gun have a bug, It allows human to shoot his teammate, it must be restricted but it's not.
so how can I fix this bug?
Thanks. :)