This site is a testing version, but all data is shared with the live forum.


Raised This Month: $ Target: $400
 0% 

missed


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
007asha
Member
Join Date: Mar 2010
Old 09-18-2010 , 07:31   missed
Reply With Quote #1

missed

Last edited by 007asha; 10-18-2016 at 05:19.
007asha is offline
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 09-18-2010 , 09:59   Re: Edition Autobuy bugfix 1.1
Reply With Quote #2

Which bug are you talking about ?
__________________
- tired and retired -

- my plugins -
ConnorMcLeod is offline
Old 09-18-2010, 16:24
007asha
This message has been deleted by 007asha.
FedeK
New Member
Join Date: Aug 2010
Old 09-25-2010 , 14:04   Re: Edition Autobuy bugfix 1.1
Reply With Quote #3

I find that: http://forum.forceds.ro/pluginuri-f4...fix-t2100.html
But I cant register to download. If I can I will post
FedeK is offline
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 09-25-2010 , 14:19   Re: Edition Autobuy bugfix 1.1
Reply With Quote #4

Here the plugin of the link :

PHP Code:
// Fisier Descarcat de pe http://forum.forceds.ro

#include <amxmodx> 

#define PLUGIN_NAME        "Fix AutoBuy Bug" 
#define PLUGIN_VERSION    "1.1" 
#define PLUGIN_AUTHOR    "PomanoB & UFPS.Team" 

new g_logfile[64

public 
plugin_init( ) 

    
register_pluginPLUGIN_NAMEPLUGIN_VERSIONPLUGIN_AUTHOR 

    
register_clcmd"cl_setautobuy""cmd_check" 
    
register_clcmd"cl_setrebuy""cmd_check" 

    
get_time "autobuy_%Y%m.log"g_logfilecharsmax g_logfile ) ) 


public 
cmd_checkid 

    static 
arg[512], args
    args 
read_argc( ) 

    for( 
1args; ++
    { 
        
read_argviargcharsmaxarg ) ) 

        if( 
is_cmd_longargcharsmaxarg ) ) ) 
        { 
            
log_autobuyid 
            return 
PLUGIN_HANDLED 
        

    } 

    return 
PLUGIN_CONTINUE 


stock bool:is_cmd_longstring[], const len 

    static 
cmd[512

    while( 
strlen( string ) ) 
    { 
        
strtokstringcmdcharsmaxcmd ), stringlen ' '

        if( 
strlencmd ) > 31 ) return true 
    


    return 
false 


stock log_autobuyid 

    static 
name[32], steamid[44], ip[16
    
get_user_ipidipcharsmaxip ), 
    
get_user_authididsteamidcharsmaxsteamid ) ) 
    
get_user_nameidnamecharsmaxname ) ) 

    
log_to_fileg_logfile"Autobuy bug use: %s [%s] <%s>"nameipsteamid 

__________________
Arkshine is offline
RedAlerT
Junior Member
Join Date: May 2010
Old 12-10-2012 , 06:13   Re: Edition Autobuy bugfix 1.1
Reply With Quote #5

what about the servers without amx ?
RedAlerT is offline
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 12-10-2012 , 06:21   Re: Edition Autobuy bugfix 1.1
Reply With Quote #6

Mail steam.
__________________
- tired and retired -

- my plugins -
ConnorMcLeod is offline
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:43.


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