AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Off-Topic (https://forums.alliedmods.net/forumdisplay.php?f=15)
-   -   No more hackers please! (https://forums.alliedmods.net/showthread.php?t=41197)

ShAdow15 07-10-2006 20:31

No more hackers please!
 
ok i need help here can someone tell me where 2 get something where you can scan people 2 see if they are hacking or not? if anyone could give me something it would be alot of help.:wink:

k007 07-10-2006 20:33

Re: No more hackers please!
 
Did you try HLguard?

Deviance 07-10-2006 20:34

Re: No more hackers please!
 
something like HLGuard or CD maybe

ShAdow15 07-10-2006 21:12

Re: No more hackers please!
 
no i havent try hlguard but i will try it now thanks for the help :)

jtp10181 07-10-2006 21:18

Re: No more hackers please!
 
Code:

/* Returns 1 or 0. */
native is_user_hacking(index);

:avast: bail, when you gonna freaking code this native, uhg.

BAILOPAN 07-10-2006 21:49

Re: No more hackers please!
 
Oh, it's there. It's a hidden native.

We've got a few hidden natives, try to find them all ;)

Rolnaaba 07-10-2006 21:56

Re: No more hackers please!
 
lol wish there was a is_user_hacking native :( would make things a LOT easier on server hosters :(

Deviance 07-10-2006 23:03

Re: No more hackers please!
 
Quote:

Originally Posted by jtp10181
Code:

/* Returns 1 or 0. */
native is_user_hacking(index);

:avast: bail, when you gonna freaking code this native, uhg.

omfg, add it bail. Would make my life waaay easier :)

Xanimos 07-11-2006 00:33

Re: No more hackers please!
 
Guys, like BAIL just said...it's already there along with.

Code:

/* Returns an array of hacks that a given user is using with the number of hacks. */
native get_user_hacking(id , HackingType:hacks[] , &num)

and get_players has a secret flag (flag "x") and you supply the HackingType:hacks[] after and it will return all the players with the given hacks. Works like flags "e" and "f" with passing of the hacks array.

You guys are really behind on these things aren't you?

Deviance 07-11-2006 01:23

Re: No more hackers please!
 
Code:

error 017: undefined symbol "get_user_hacking"
:(


All times are GMT -4. The time now is 03:32.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.