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

Subplugin Submission [ZP][Addon] No crosshair for zombies


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Sn!ff3r
Veteran Member
Join Date: Aug 2007
Location: Poland
Old 05-06-2009 , 10:46   [ZP][Addon] No crosshair for zombies
Reply With Quote #1

Simple plugin.

PHP Code:
/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <amxmisc>
#include <zombieplague>

#define PLUGIN "No crosshair for zombies"
#define VERSION "1.0"
#define AUTHOR "Sn!ff3r"

new HideWeapon

public plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)    
    
    
register_event("CurWeapon""CurWeapon""be""1!0""2=29")
    
HideWeapon get_user_msgid("HideWeapon")
}

public 
CurWeapon(id
{
    if(
zp_get_user_zombie(id) || zp_get_user_nemesis(id))
    {
        
message_begin(MSG_ONE_UNRELIABLEHideWeapon_id)
        
write_byte(1<<6)
        
message_end()
    }

Attached Files
File Type: sma Get Plugin or Get Source (zp_no_crosshair.sma - 5188 views - 587 Bytes)
__________________
Join US - custom Zombie Server - Custom Addons:




Last edited by Sn!ff3r; 05-06-2009 at 17:33.
Sn!ff3r is offline
Send a message via Skype™ to Sn!ff3r
meTaLiCroSS
Gaze Upon My Hat
Join Date: Feb 2009
Location: Viña del Mar, Chile
Old 05-06-2009 , 17:14   Re: [ZP][Addon] No crosshair for zombies
Reply With Quote #2

Nice. Only with Knifes or All weapons?
__________________
Quote:
Originally Posted by joropito View Post
You're right Metalicross
meTaLiCroSS is offline
Sn!ff3r
Veteran Member
Join Date: Aug 2007
Location: Poland
Old 05-06-2009 , 17:16   Re: [ZP][Addon] No crosshair for zombies
Reply With Quote #3

All weapons. ;>
__________________
Join US - custom Zombie Server - Custom Addons:



Sn!ff3r is offline
Send a message via Skype™ to Sn!ff3r
TheKidz
Senior Member
Join Date: May 2009
Old 05-06-2009 , 17:23   Re: [ZP][Addon] No crosshair for zombies
Reply With Quote #4

nice, tested here and works fine
__________________
TheKidz is offline
meTaLiCroSS
Gaze Upon My Hat
Join Date: Feb 2009
Location: Viña del Mar, Chile
Old 05-06-2009 , 17:29   Re: [ZP][Addon] No crosshair for zombies
Reply With Quote #5

Quote:
Originally Posted by Sn!ff3r View Post
All weapons. ;>
Ok. Good job . But use only with Knife, some extra items for zombie are weapons.
__________________
Quote:
Originally Posted by joropito View Post
You're right Metalicross
meTaLiCroSS is offline
Sn!ff3r
Veteran Member
Join Date: Aug 2007
Location: Poland
Old 05-06-2009 , 17:33   Re: [ZP][Addon] No crosshair for zombies
Reply With Quote #6

Okayy, so changed ;)
__________________
Join US - custom Zombie Server - Custom Addons:



Sn!ff3r is offline
Send a message via Skype™ to Sn!ff3r
meTaLiCroSS
Gaze Upon My Hat
Join Date: Feb 2009
Location: Viña del Mar, Chile
Old 05-06-2009 , 17:35   Re: [ZP][Addon] No crosshair for zombies
Reply With Quote #7

Quote:
Originally Posted by Sn!ff3r View Post
Okayy, so changed ;)
Code:
if(get_user_weapon(id) == CSW_KNIFE)
{
   // Code...
__________________
Quote:
Originally Posted by joropito View Post
You're right Metalicross
meTaLiCroSS is offline
Sn!ff3r
Veteran Member
Join Date: Aug 2007
Location: Poland
Old 05-06-2009 , 17:39   Re: [ZP][Addon] No crosshair for zombies
Reply With Quote #8

Not needed - this is already filtered in register_event().
__________________
Join US - custom Zombie Server - Custom Addons:



Sn!ff3r is offline
Send a message via Skype™ to Sn!ff3r
meTaLiCroSS
Gaze Upon My Hat
Join Date: Feb 2009
Location: Viña del Mar, Chile
Old 05-06-2009 , 20:38   Re: [ZP][Addon] No crosshair for zombies
Reply With Quote #9

PHP Code:
"2=29" 
Sorry

Nice plugin man, +karma for you and Thanks.


__________________
Quote:
Originally Posted by joropito View Post
You're right Metalicross
meTaLiCroSS is offline
ƒa†es™
Senior Member
Join Date: May 2009
Location: Garena
Old 05-07-2009 , 06:11   Re: [ZP][Addon] No crosshair for zombies
Reply With Quote #10

There is something wrong with the crosshair when the zombie use antidone then crosshair doesn't come back.
__________________

Last edited by ƒa†es™; 05-08-2009 at 00:55.
ƒa†es™ 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 22:00.


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