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

AWP Crosshair


Post New Thread Reply   
 
Thread Tools Display Modes
Plugin Info:     Modification:   ALL        Category:   Admin Commands        Approver:   Hawk552 (427)
hip_hop_x
Senior Member
Join Date: Apr 2006
Old 03-22-2007 , 13:29   AWP Crosshair
Reply With Quote #1

AWP Crosshair
Author : Hip_hop_x
Version : 1.1b

Changelog :
Version 1.0, first release
Version 1.1: optimized and fixed one bug
Version 1.1b: optimized allot more, thanks to stupok69, also added a screen shake.


Plugin details :
With this plugin, awp will have a half-life crosshair.

•Cvars:
awp_crosshair - Enable / Disable the plugin.
awp_shake - Enable / Disable the screen shake
1 = Enabled (default).
0 = Disabled.

•Required Modules:
- Engine
Attached Files
File Type: sma Get Plugin or Get Source (awp_crosshair.sma - 14770 views - 830 Bytes)

Last edited by hip_hop_x; 03-28-2007 at 04:01.
hip_hop_x is offline
Send a message via MSN to hip_hop_x Send a message via Yahoo to hip_hop_x
Alka
AMX Mod X Plugin Approver
Join Date: Dec 2006
Location: malloc(null)
Old 03-22-2007 , 13:47   Re: AWP Crosshair
Reply With Quote #2

Nice...Gj! works great.
__________________
Still...lovin' . Connor noob! Hello
Alka is offline
Sondr3h
Junior Member
Join Date: Mar 2007
Location: Norway
Old 03-22-2007 , 16:52   Re: AWP Crosshair
Reply With Quote #3

I love it! Well done!
__________________
Hi.
Sondr3h is offline
Da_sk8rboy
Veteran Member
Join Date: Jul 2006
Old 03-22-2007 , 21:57   Re: AWP Crosshair
Reply With Quote #4

How about a screenshot?
__________________
i stop around here and there.
Da_sk8rboy is offline
jim_yang
Veteran Member
Join Date: Aug 2006
Old 03-23-2007 , 01:32   Re: AWP Crosshair
Reply With Quote #5

Code:
#include <amxmodx> new g_pcvarCrosshair new g_msgCrosshair public plugin_init() {         register_event("CurWeapon", "hook_curweapon", "b", "1=1", "2=18")         g_pcvarCrosshair = register_cvar("awp_crosshair", "1")         g_msgCrosshair = get_user_msgid("Crosshair") } public hook_curweapon(id) {         if(get_pcvar_num(g_pcvarCrosshair))         {                 message_begin(MSG_ONE, g_msgCrosshair, {0, 0, 0}, id)                 write_byte(1)                 message_end()         } }
__________________
Project : CSDM all in one - 99%
<team balancer#no round end#entity remover#quake sounds#fake full#maps management menu#players punishment menu#no team flash#colored flashbang#grenade trails#HE effect#spawn protection#weapon arena#weapon upgrade#auto join#no weapon drop#one name>
jim_yang is offline
hip_hop_x
Senior Member
Join Date: Apr 2006
Old 03-23-2007 , 03:50   Re: AWP Crosshair
Reply With Quote #6

what's 2=18 from CurWeapon. Awp weapon?
hip_hop_x is offline
Send a message via MSN to hip_hop_x Send a message via Yahoo to hip_hop_x
SAMURAI16
BANNED
Join Date: Sep 2006
Old 03-23-2007 , 10:37   Re: AWP Crosshair
Reply With Quote #7

Quote:
Originally Posted by hip_hop_x View Post
what's 2=18 from CurWeapon. Awp weapon?
Yes
SAMURAI16 is offline
Send a message via MSN to SAMURAI16
godlike
Senior Member
Join Date: Apr 2005
Old 03-23-2007 , 13:39   Re: AWP Crosshair
Reply With Quote #8

Show me a screenshot plz.
__________________
Read the rules before posting something stupid: click here

Any questions about amxx PM me
godlike is offline
hip_hop_x
Senior Member
Join Date: Apr 2006
Old 03-25-2007 , 16:05   Re: AWP Crosshair
Reply With Quote #9

I'll post some screenshots, after I'll update the plugin.( in 2 or 3 days )
hip_hop_x is offline
Send a message via MSN to hip_hop_x Send a message via Yahoo to hip_hop_x
datwinkle
BANNED
Join Date: May 2006
Location: Virginia
Old 03-26-2007 , 22:13   Re: AWP Crosshair
Reply With Quote #10

I tested this on Condition Zero. Working 100% Correctly.

Hip Hop, here are some suggestions for future releases.
- Colored Crosshair CVAR (Allows admin to change crosshair colors using a command)
- Crosshairs will go to default Counter-Strike crosshairs(Not the Half-Life ones)

NOTE: This plugin is not 100% accurate look on the noscope screenshots and see the bullet goes around the crosshairs.

Here some screenshots of current released AWP Crosshair.
No Scoped

No Scoped 2

Scoped

Double Scoped
datwinkle is offline
Send a message via AIM to datwinkle
Reply


Thread Tools
Display Modes

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 07:18.


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