Raised This Month: $ Target: $400
 0% 

AimBot Detection


Post New Thread Reply   
 
Thread Tools Display Modes
Owyn
Veteran Member
Join Date: Nov 2007
Old 02-08-2009 , 10:46   Re: AimBot Detection
Reply With Quote #461

yup, i thought %s is weird for a bantime and replaced it with with %d without any doubts
Owyn is offline
Send a message via ICQ to Owyn
PauliusBa
Senior Member
Join Date: Aug 2006
Location: Lithuania
Old 02-08-2009 , 11:08   Re: AimBot Detection
Reply With Quote #462

Revised [lt] ML:

Code:
[lt]
AIMBOTDETECT_DISCONNECT = [Aimbot Detector] Aimbot cheat'u stebejimas %s sustabdytas, nes zaidejas atsijunge.
AIMBOTDETECT_SHOOTBLANKSREAPPLIED = [Aimbot Detector] %s prisijunge, ir tusciu soviniu bausme buvo pritaikyta is naujo.
AIMBOTDETECT_NOTIFYADMIN = [Aimbot Detector] %s yra siuo metu stebimas Aimbot cheat'ams.
AIMBOTDETECT_PASSEDALL = [Aimbot Detector] Nepavyko uzfiksuot %s naudojant Aimbot cheat'u. Stebejimas sustabdytas.
AIMBOTDETECT_NOAUTOWATCH = [Aimbot Detector] Nepavyko uzfiksuot %s naudojant Aimbot cheat'u %d kartus, nebebus stebimas.
AIMBOTDETECT_DISABLED = [Aimbot Detector] Iskiepis atjungtas.
AIMBOTDETECT_CURRENTWATCH = [Aimbot Detector] Siuo metu Aimbot cheat'ams stebimas %s.
AIMBOTDETECT_NOPLAYERWATCH = [Aimbot Detector] Siuo metu Aimbot cheat'ams nestebimas nei vienas zaidejas.
AIMBOTDETECT_MONITORINGSTOPPED = [Aimbot Detector] Aimbot cheat'u stebejimas %s sustabdytas del kito stebejimo.
AIMBOTDETECT_NOWMONITORING = [Aimbot Detector] Aimbot cheat'u stebejimas %s pradetas rankiniu budu.
AIMBOTDETECT_NOTWATCHING = [Aimbot Detector] %s siuo metu nera stebimas Aimbot cheat'ams.
AIMBOTDETECT_NOLONGERMONITOR = [Aimbot Detector] Aimbot cheat'u stebejimas %s sustbdytas rankiniu budu.
AIMBOTDETECT_PROPERUSAGE = Teisingas naudojimas: amx_aimwatch <zaidejas> <0=sustabdyti/1=pradeti> arba amx_aimwatch be parametru. 
AIMBOTDETECT_ALREADYWATCHING =  [Aimbot Detector] %s jau yra stebimas Aimbot cheat'ams.
AIMBOTDETECT_AWNOWWATCHING = [Aimbot Detector - autostebejimas] Aimbot cheat'u stebejimas %s pradetas.
AIMBOTDETECT_ISUSINGAIMBOT = [Aimbot Detector] %s pastebetas naudojant Aimbot cheat'a!
AIMBOTDETECT_NOWSHOOTBLANKS = [Aimbot Detector] %s dabar saudys tusciais soviniais.
AIMBOTDETECT_DETECTLOGGED = [Aimbot Detector] Sis Aimbot cheat'o pastebejimas yra uzfiksuotas!
AIMBOTDETECT_PLR_DETECTED = [Aimbot Detector] %s buvo pastebetas naudojant Aimbot cheat'a!
AIMBOTDETECT_MOREDETECTIONS = [Aimbot Detector] Dar %d pastebejimai %s reikalingi zaidejo bausmei.
AIMBOTDETECT_SERVERFULL = [Aimbot Detector] Serveris pilnas, neimanoma sukurt pagalbinio bot'o.
AIMBOTDETECT_TOOCLOSE = [Aimbot Detector] Pagalbinis bot'as negalejo but sukurtas, nes stebimas zaidejas per arti aukos.
AIMBOTDETECT_VICTIMLOCATION = [Aimbot Detector] Pagalbinis bot'as negalejo but sukurtas del aukos buvimo vietos.
AIMBOTDETECT_ERRORBOT = [Aimbot Detector] Klaida kuriant pagalbini bot'a.
There could be aimbotdetect_testing.txt ML file. And there could be stars " * " in front of " %L "s.

Last edited by PauliusBa; 02-08-2009 at 11:10.
PauliusBa is offline
Bugsy
AMX Mod X Moderator
Join Date: Feb 2005
Location: NJ, USA
Old 02-08-2009 , 11:10   Re: AimBot Detection
Reply With Quote #463

Quote:
Originally Posted by .Owyn. View Post
yup, i thought %s is weird for a bantime and replaced it with with %d without any doubts
This is amx_ban cmd, where is there a %s?

PHP Code:
server_cmd"amx_ban %d #%d Aimbot Detected" get_pcvar_num(g_pBanTime) , get_user_useridattacker)) 
__________________
Bugsy is offline
PauliusBa
Senior Member
Join Date: Aug 2006
Location: Lithuania
Old 02-08-2009 , 11:12   Re: AimBot Detection
Reply With Quote #464

Quote:
Originally Posted by Bugsy View Post
This is amx_ban cmd, where is there a %s?

PHP Code:
server_cmd"amx_ban %d #%d Aimbot Detected" get_pcvar_num(g_pBanTime) , get_user_useridattacker)) 
From 1.2:
Code:
    case KICK_AND_AMXBAN:
    {
     server_cmd( "amx_ban ^"%d^" ^"%s^" ^"Aimbot Detected^"" , get_pcvar_num(g_pBanTime) , szAuthID)
    }
PauliusBa is offline
Owyn
Veteran Member
Join Date: Nov 2007
Old 02-08-2009 , 14:07   Re: AimBot Detection
Reply With Quote #465

i have advance bans so i had to edit it anyway
Owyn is offline
Send a message via ICQ to Owyn
Bugsy
AMX Mod X Moderator
Join Date: Feb 2005
Location: NJ, USA
Old 02-08-2009 , 14:23   Re: AimBot Detection
Reply With Quote #466

Quote:
Originally Posted by .Owyn. View Post
i have advance bans so i had to edit it anyway
Before I post the corrections, can someone verify these are correct. I am taking out the multi-line kick msg for bans and am using the standard amxx kick.

PHP Code:
case KICK_AND_BANID:
{
    
//amx_ban <name or #userid> <minutes> [reason]
    
server_cmd"amx_ban #%d %d ^"Aimbot Detected^"" get_user_userid(attacker) , get_pcvar_num(g_pBanTime))
}
case 
KICK_AND_BANIP:
{
    
//amx_banip <name or #userid> <minutes> [reason]
    
server_cmd"amx_banip #%d %d ^"Aimbot Detected^"" get_user_useridattacker) , get_pcvar_num(g_pBanTime) )
}
case 
KICK_AND_AMXBAN:
{
    
server_cmd"amx_ban %d #%d ^"Aimbot Detected^"" get_pcvar_num(g_pBanTime) , get_user_useridattacker))

__________________
Bugsy is offline
Gizmo
Senior Member
Join Date: May 2006
Location: Sweden
Old 02-08-2009 , 14:52   Re: AimBot Detection
Reply With Quote #467

Quote:
Originally Posted by Bugsy View Post
Before I post the corrections, can someone verify these are correct. I am taking out the multi-line kick msg for bans and am using the standard amxx kick.

PHP Code:
case KICK_AND_AMXBAN:
{
    
server_cmd"amx_ban %d #%d ^"Aimbot Detected^"" get_pcvar_num(g_pBanTime) , get_user_useridattacker))


Need to be:
PHP Code:
case KICK_AND_AMXBAN:
{
    
server_cmd"amx_ban %d %s ^"Aimbot Detected^"" get_pcvar_num(g_pBanTime) , steamidforattacker)

Because you ban by steamid in amxbans
__________________
Gizmo is offline
Bugsy
AMX Mod X Moderator
Join Date: Feb 2005
Location: NJ, USA
Old 02-08-2009 , 15:50   Re: AimBot Detection
Reply With Quote #468

per this post, in v1.2 it is incorrect:

http://forums.alliedmods.net/showpos...&postcount=464

Im getting different info from everyone. I guess I will download amxbans and look through the source myself
__________________
Bugsy is offline
Gizmo
Senior Member
Join Date: May 2006
Location: Sweden
Old 02-08-2009 , 16:22   Re: AimBot Detection
Reply With Quote #469

i saw that and he is wrong
This is from amxbans register_concmd look at usage description
PHP Code:
register_concmd("amx_ban""cmdBan"ADMIN_BAN"<time in mins> <steamID or nickname or #authid or IP> <reason>"
__________________
Gizmo is offline
Owyn
Veteran Member
Join Date: Nov 2007
Old 02-08-2009 , 16:48   Re: AimBot Detection
Reply With Quote #470

m... why have to make everything complicated?
just use userid and let ban system get steam id itself
Owyn is offline
Send a message via ICQ to Owyn
Reply



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 03:44.


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