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

ZP No Cross Hair For Zombies Only


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
FN_Productions
Member
Join Date: Mar 2014
Old 08-09-2014 , 02:02   ZP No Cross Hair For Zombies Only
Reply With Quote #1

Hey guys i noticed on my server one day why do zombies have cross hair>? i would see the point in cross hair for infection bomb when zombies need to throw it but i dont see the point in cross hair for zombies when they have hands haha.

So i was wondering if some one could make me a no cross hair plugin only for zombies
and please dont say search cuz this is the only one i could find https://forums.alliedmods.net/showthread.php?t=91842 but i do not think anyone noticed the bugs that i had noticed basically everything works fine but i noticed when your zombie and the cross hairs get removed if you use antidote your cross hair remain gone even when your human so maybe some one can fix this it would be awesome and maybe when zombie buy infection bomb or something that make them hold a grenade they can get there cross hair back. then after they throw nade corss hair remove again it would be awesome if someone can do at least half what i said thanks so much!
FN_Productions is offline
Send a message via Skype™ to FN_Productions
Kia
AlliedModders Donor
Join Date: Apr 2010
Location: In a world of madness
Old 08-09-2014 , 03:18   Re: ZP No Cross Hair For Zombies Only
Reply With Quote #2

Try this.
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(PLUGIN, VERSION, AUTHOR)            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))     {         if(get_user_weapon(id) == CSW_KNIFE)         {             message_begin(MSG_ONE_UNRELIABLE, HideWeapon, _, id)             write_byte(1<<6)             message_end()         }     } }
__________________
Kia is offline
FN_Productions
Member
Join Date: Mar 2014
Old 08-09-2014 , 11:52   Re: ZP No Cross Hair For Zombies Only
Reply With Quote #3

This Does not work kia

Last edited by FN_Productions; 08-12-2014 at 13:22.
FN_Productions is offline
Send a message via Skype™ to FN_Productions
FN_Productions
Member
Join Date: Mar 2014
Old 08-12-2014 , 13:22   Re: ZP No Cross Hair For Zombies Only
Reply With Quote #4

This Does not work kia i have already tried this before posting this thread this works fine but i dont like it becuase when your zombie and have no cross hair and you use antidote to become human again your cross hairs are still gone



Anyone Can possibly do this it would be so great is there a possible function/cvar to like reset the cross hairs because when you turn into a zombie you loose crosshairs which is good but if you use a antidote as a zombie like the game still thinks your a zombie and your cross hairs are still gone even as human
FN_Productions is offline
Send a message via Skype™ to FN_Productions
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 23:36.


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