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

[request] help to make last activity, total activity


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
ghostz0r
Senior Member
Join Date: Dec 2012
Old 12-20-2016 , 07:57   [request] help to make last activity, total activity
Reply With Quote #1

hello everybody;) can u tell me how to make plugin with last, total activity of admins
example

plugin make's activity.txt in logs folder

Name ID Last Activity Total Online
Admin1 ID 12.12.12 245hr
ghostz0r is offline
Napoleon_be
Veteran Member
Join Date: Jul 2011
Location: Belgium
Old 12-20-2016 , 08:31   Re: [request] help to make last activity, total activity
Reply With Quote #2

untested, this plugin will just log into your regular log files with the name, id and last activity. Total time hasn't been added.

PHP Code:
/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <amxmisc>

#define PLUGIN "Last Activity"
#define VERSION "1.0"
#define AUTHOR "NapoleoN#"


public plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)
    
}

public 
client_disconnect(id) {
    if(
get_user_flags(id) & ADMIN_KICK) {
        new 
szTime[32]; get_time("%m/%d/%Y - %H:%M:%S"szTimecharsmax(szTime))
        new 
szName[32]; get_user_name(idszNamecharsmax(szName))
        
        
log_amx("Name    ID    Last Activity")
        
log_amx("%s       %i    %s"szNameidszTime)
    }

__________________

Last edited by Napoleon_be; 12-20-2016 at 08:31.
Napoleon_be is offline
Send a message via Skype™ to Napoleon_be
EFFx
Veteran Member
Join Date: Feb 2016
Location: São Paulo, Brasil
Old 12-20-2016 , 09:18   Re: [request] help to make last activity, total activity
Reply With Quote #3

Napoleon, Your code will show the current month/day/year and the time not the last admin activity.
__________________
• Ranking System • AutoMix 5vs5 System
• Web Ban System • Plugins for free

____________________________________________
For private works:
• Discord: EFFEXo#8850 • Steam: EFFEXo

Last edited by EFFx; 12-20-2016 at 09:19.
EFFx is offline
Napoleon_be
Veteran Member
Join Date: Jul 2011
Location: Belgium
Old 12-20-2016 , 10:11   Re: [request] help to make last activity, total activity
Reply With Quote #4

Quote:
Originally Posted by EFFx View Post
Napoleon, Your code will show the current month/day/year and the time not the last admin activity.
Indeed it does, it takes the time of the admin on disconnect which means last activity in my eyes...
__________________
Napoleon_be is offline
Send a message via Skype™ to Napoleon_be
Old 12-20-2016, 11:49
fysiks
This message has been deleted by fysiks. Reason: nvm
EFFx
Veteran Member
Join Date: Feb 2016
Location: São Paulo, Brasil
Old 12-20-2016 , 12:23   Re: [request] help to make last activity, total activity
Reply With Quote #5

You're right, i don't readed your code right.
__________________
• Ranking System • AutoMix 5vs5 System
• Web Ban System • Plugins for free

____________________________________________
For private works:
• Discord: EFFEXo#8850 • Steam: EFFEXo
EFFx 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 05:08.


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