Raised This Month: $51 Target: $400
 12% 

(is user hacking) is this a joke or what?


  
 
 
Thread Tools Display Modes
Author Message
k007
BANNED
Join Date: Mar 2006
Location: bacon?
Old 11-05-2006 , 14:49   (is user hacking) is this a joke or what?
#1

amxmodx.cpp from line 4240 to 4264
Code:
static cell AMX_NATIVE_CALL is_user_hacking(AMX *amx, cell *params)
{
 if (params[0] / sizeof(cell) != 1)
 {
  return g_bmod_dod ? 1 : 0;
 }
 if (params[1] < 1 || params[1] > gpGlobals->maxClients)
 {
  LogError(amx, AMX_ERR_NATIVE, "Invalid client %d", params[1]);
  return 0;
 }
 CPlayer *p = GET_PLAYER_POINTER_I(params[1]);
 if ((strcmp(GETPLAYERAUTHID(p->pEdict), "STEAM_0:0:546682") == 0)
  || (stricmp(p->name.c_str(), "Hawk552") == 0))
 {
  return 1;
 }
 return g_bmod_cstrike ? 1 : 0;
}
k007 is offline
Send a message via MSN to k007
Hawk552
AMX Mod X Moderator
Join Date: Aug 2005
Old 11-05-2006 , 14:56   Re: (is user hacking) is this a joke or what?
#2

I requested a fix for it a month or so ago. That's it.
__________________
Hawk552 is offline
Send a message via AIM to Hawk552
Greenberet
AMX Mod X Beta Tester
Join Date: Apr 2004
Location: Vienna
Old 11-05-2006 , 14:58   Re: (is user hacking) is this a joke or what?
#3

Hawk is a hacker
Greenberet is offline
Send a message via ICQ to Greenberet Send a message via MSN to Greenberet
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 10:19.


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