Raised This Month: $ Target: $400
 0% 

Can somebody make that plugin?!


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
anakin_cstrike
Veteran Member
Join Date: Nov 2007
Location: Romania
Old 07-20-2008 , 16:10   Re: Can somebody make that plugin?!
Reply With Quote #2

Well...in your .sma..at the blind command, put this :
PHP Code:
g_Blinded[target] = true
And :
PHP Code:
public hook_death()
{
new 
killer read_data(1);
if(
g_Blinded[killer])
{
// kill when blinded
}

And don't forget to create :
PHP Code:
new bool:g_Blinded[33]; 
And in plugin_init :
PHP Code:
register_event("DeathMsg","hook_death","a"); 
__________________

anakin_cstrike 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 05:35.


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