Raised This Month: $ Target: $400
 0% 

block impulse


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Petrelli
Junior Member
Join Date: May 2012
Old 07-19-2012 , 11:42   block impulse
Reply With Quote #1

Code:
#include <amxmodx>
#include <amxmisc>
#include <engine>
   
#define PLUGIN "block_logo"
#define VERSION "1.0"
#define AUTHOR "petrelli"
    
public plugin_init() {
    register_plugin(PLUGIN, VERSION, AUTHOR)
 
    register_impulse(201, "logo")
     
}
public logo(id){
     ???
}
what should i write in a place of ??? to block a using umpulse 201 on server?
plz tell me ^^
Petrelli is offline
Petrelli
Junior Member
Join Date: May 2012
Old 07-19-2012 , 11:43   Re: block impulse
Reply With Quote #2

or how block impulse different way?
Petrelli is offline
Exolent[jNr]
Veteran Member
Join Date: Feb 2007
Location: Tennessee
Old 07-19-2012 , 11:49   Re: block impulse
Reply With Quote #3

Code:
return PLUGIN_HANDLED
__________________
No private work or selling mods.
Quote:
Originally Posted by xPaw View Post
I love you exolent!
Exolent[jNr] is offline
Petrelli
Junior Member
Join Date: May 2012
Old 07-19-2012 , 12:14   Re: block impulse
Reply With Quote #4

thx a lot
Petrelli 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 12:53.


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