Raised This Month: $ Target: $400
 0% 

Log a cmd


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
Alka
AMX Mod X Plugin Approver
Join Date: Dec 2006
Location: malloc(null)
Old 07-24-2007 , 18:14   Log a cmd
Reply With Quote #1

Hi.I want to log commands maded in console but is not working how i expect ! 0o i use something like
Code:
public client_command(id)
{
    new args[256]
    read_args(args, 255);
 
   if(containi(args, "amx_") != -1)
   {
       //log to file blah blah "args"
   }
}
Is not loging any command with amx_ but logs numbers and empty args ...
__________________
Still...lovin' . Connor noob! Hello
Alka is offline
 



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 21:31.


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