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

NoSmoke and Noflash blocker


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Obbin
Senior Member
Join Date: Mar 2005
Location: 192.168.1.3
Old 07-27-2005 , 15:10   NoSmoke and Noflash blocker
Reply With Quote #1

I want a simple plugin that blocks r_luminance to be set to 1 or more (NoFlash)
and d_spriteskip to be set to negative numbers (NoSmoke).

Obbin is offline
D_Hawk
Veteran Member
Join Date: Apr 2005
Location: No
Old 07-27-2005 , 15:55  
Reply With Quote #2

Code:
#include <amxmodx> #include <amxmisc> public plugin_init() {     register_plugin("Flash/Smoke Force","1.0","D_Hawk")     return PLUGIN_HANDLED } public client_putinserver(id) {     client_cmd(id,"r_luminance 0")     client_cmd(id,"d_spriteskip 0")     set_task(5.0, "flash_smoke",id, "b") } public flash_smoke(id) {     client_cmd(id,"r_luminance 0")     client_cmd(id,"d_spriteskip 0")     return PLUGIN_HANDLED }

I probably fucked up, knowing me, but that might work. I don't know if d_spriteskip 0 is what you want, so change it to whatever.
__________________
User has abandoned this account.
D_Hawk is offline
Send a message via ICQ to D_Hawk Send a message via AIM to D_Hawk Send a message via MSN to D_Hawk Send a message via Yahoo to D_Hawk
Obbin
Senior Member
Join Date: Mar 2005
Location: 192.168.1.3
Old 07-28-2005 , 08:29  
Reply With Quote #3

THX
Obbin is offline
hcxx
Senior Member
Join Date: Jan 2007
Location: 127.0.0.1
Old 04-05-2007 , 06:07   Re: NoSmoke and Noflash blocker
Reply With Quote #4

maybe it is posible to make a plugin what force player to go wite when they got flashed? I think if that is posible then the noflash hacks dosent work.
hcxx is offline
Styles
Veteran Member
Join Date: Jul 2004
Location: California
Old 04-06-2007 , 17:29   Re: NoSmoke and Noflash blocker
Reply With Quote #5

No no flash hacks would still work usually. They just make sure the screen isangt changed. You should read a source of a hack to understand how it works. There kinda cool, in a non-bad way.
Styles is offline
Send a message via AIM to Styles
SAMURAI16
BANNED
Join Date: Sep 2006
Old 04-07-2007 , 07:54   Re: NoSmoke and Noflash blocker
Reply With Quote #6

why you use return PLUGIN_HANDLED in plugin_init ? lol
SAMURAI16 is offline
Send a message via MSN to SAMURAI16
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 06:17.


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