Raised This Month: $ Target: $400
 0% 

Admin Logs 1.2


Post New Thread Reply   
 
Thread Tools Display Modes
Duffnexter
Senior Member
Join Date: Aug 2009
Old 12-30-2009 , 00:21   Re: Admin Logs 1.2
Reply With Quote #71

did someone fix those logs? it was not saving all commend text
__________________
Duffnexter is offline
Send a message via MSN to Duffnexter Send a message via Skype™ to Duffnexter
Nedo
Member
Join Date: Jun 2008
Old 01-10-2010 , 15:49   Re: Admin Logs 1.2
Reply With Quote #72

i dont know why but its not working for me... no folder creation no nothing... plugin is first in the plugins.ini
Nedo is offline
Exolent[jNr]
Veteran Member
Join Date: Feb 2007
Location: Tennessee
Old 02-01-2010 , 01:53   Re: Admin Logs 1.2
Reply With Quote #73

This plugin has major errors preventing it from being approved (and unanswered posts of users saying it doesn't work).

Unapproved.
__________________
No private work or selling mods.
Quote:
Originally Posted by xPaw View Post
I love you exolent!
Exolent[jNr] is offline
Duffnexter
Senior Member
Join Date: Aug 2009
Old 02-14-2010 , 00:27   Re: Admin Logs 1.2
Reply With Quote #74

did anyone find out how to fix this plugin and make it work right?
__________________
Duffnexter is offline
Send a message via MSN to Duffnexter Send a message via Skype™ to Duffnexter
funstyle
Member
Join Date: Feb 2010
Location: RO, Bucharest
Old 03-08-2010 , 15:01   Re: Admin Logs 1.2
Reply With Quote #75

Quote:
Originally Posted by Duffnexter View Post
did anyone find out how to fix this plugin and make it work right?
__________________
funstyle is offline
Send a message via Yahoo to funstyle
kanatzu
Veteran Member
Join Date: Oct 2007
Location: Sweden
Old 03-09-2010 , 13:58   Re: Admin Logs 1.2
Reply With Quote #76

No.
__________________




Quote:
Originally Posted by wrecked_ View Post
Stop saying words before I sodomize you with a cucumber.
kanatzu is offline
Send a message via MSN to kanatzu
snowyledge
BANNED
Join Date: Dec 2009
Old 05-22-2010 , 00:25   Re: Admin Logs 1.2
Reply With Quote #77

Nice plugin.
snowyledge is offline
Maestro27
New Member
Join Date: Mar 2011
Location: Poland
Old 04-03-2011 , 09:45   Re: Admin Logs 1.2
Reply With Quote #78

I have a serious problem with this plugin. I did all like in manual, but it doesn't save any logs in directory addons/amxmodx/logs/adminlogs. What's wrong with this plugin? Does anybody know how to fix this problem?

Last edited by Maestro27; 04-03-2011 at 10:28.
Maestro27 is offline
.Dare Devil.
Veteran Member
Join Date: Sep 2010
Old 04-25-2011 , 09:16   Re: Admin Logs 1.2
Reply With Quote #79

Wow, very very good plugin!
.Dare Devil. is offline
highness
Guest
Old 06-11-2011 , 04:44   Re: Admin Logs 1.2
Reply With Quote #80

Plugin doesn't work unless we change :

PHP Code:
        new bigarg[64], arg[7][65];
        
read_args(bigarg,charsmaxbigarg ) );
        new 
iStringSize charsmaxarg);
        
parse(bigarg
        
arg[0], iStringSize 
        
arg[1], iStringSize ,  
        
arg[2], iStringSize ,
        
arg[3], iStringSize ,
        
arg[4], iStringSize ,
        
arg[5], iStringSize ,
        
arg[6], iStringSize ); 
into :
PHP Code:
        new arg0[64]
        
read_argv(0,arg0,63)
    
        new 
arg1[64]
        new 
arg2[64]
        new 
arg3[64]
        new 
arg4[64]
        new 
arg5[64]
        new 
arg6[64]
        
read_argv(1,arg1,63)
        
read_argv(2,arg2,63)
        
read_argv(3,arg3,63)
        
read_argv(4,arg4,63)
        
read_argv(5,arg5,63)
        
read_argv(6,arg6,63
And arg[x] into argx in formatex and containi.

exemples :
- formatex(string,499,"command : %s %s", arg0, arg1)
- containi(arg0, "amx_")
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:00.


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