Raised This Month: $ Target: $400
 0% 

block logging of "suicide"?


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
FeuerSturm
AlliedModders Donor
Join Date: Apr 2004
Old 10-04-2004 , 17:19   block logging of "suicide"?
Reply With Quote #1

hey people,

as blocking of logmessages is possible now, i'd like to use
that to block "suicides" after someone got killed by a gun with less
than 100 damage. (gets damage and then "user_kill")

bailopan posted a help:
Code:
new blockLog = 0 public log_event_thing() {     blockLog = 1 } public plugin_log() {    if (blockLog)    {       blockLog = 0       return PLUGIN_HANDLED    }    return PLUGIN_CONTINUE }

but i don't understand it

sorry for my ignorance, but is anyone here that can tell me how
to block a suiced log with it?

thanks for your help.
FeuerSturm is offline
 


Thread Tools
Display Modes

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 17:19.


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