Raised This Month: $32 Target: $400
 8% 

AWP Crosshair


Post New Thread Reply   
 
Thread Tools Display Modes
hip_hop_x
Senior Member
Join Date: Apr 2006
Old 03-27-2007 , 02:37   Re: AWP Crosshair
Reply With Quote #11

Thank you for screenshots datwinkle, I don't know how to make a default cs/cz default crosshair, but I think I could change the color of the hl crosshair.
hip_hop_x is offline
Send a message via MSN to hip_hop_x Send a message via Yahoo to hip_hop_x
Skissors
Senior Member
Join Date: Jan 2007
Location: Due East of my backyard
Old 03-27-2007 , 13:05   Re: AWP Crosshair
Reply With Quote #12

Quote:
Originally Posted by datwinkle View Post
NOTE: This plugin is not 100% accurate look on the noscope screenshots and see the bullet goes around the crosshairs.
that is because the AWP is not 100% accurate whie noscoped... they made it that way for a reason...
__________________
-Karma if you read this post
current karma i lost track but its less than -70
please leave your name, I wont be offended.

IM BACK
Skissors is offline
datwinkle
BANNED
Join Date: May 2006
Location: Virginia
Old 03-27-2007 , 15:48   Re: AWP Crosshair
Reply With Quote #13

np
datwinkle is offline
Send a message via AIM to datwinkle
datwinkle
BANNED
Join Date: May 2006
Location: Virginia
Old 03-27-2007 , 22:37   Re: AWP Crosshair
Reply With Quote #14

it would be nice if you could expand this so it would be a sniper crosshair, adding the crosshairs to the scout as well.
datwinkle is offline
Send a message via AIM to datwinkle
Jheshka
Senior Member
Join Date: Dec 2005
Old 03-27-2007 , 23:38   Re: AWP Crosshair
Reply With Quote #15

So, is this basically like no-scope assistance, or what?
__________________
James
Jheshka is offline
-}NK{-Oj@eKiLLzZz
Senior Member
Join Date: Dec 2004
Location: NC
Old 03-28-2007 , 01:01   Re: AWP Crosshair
Reply With Quote #16

This is to help u get an idea where to keep the cross hairs so u can quick scope shoot rather than jus have guess ur gun pointing and when u see sumone scope aim then shoot

did that make sense lol but yea this will assist awpers a bit
-}NK{-Oj@eKiLLzZz is offline
Send a message via AIM to -}NK{-Oj@eKiLLzZz
hip_hop_x
Senior Member
Join Date: Apr 2006
Old 03-28-2007 , 03:55   Re: AWP Crosshair
Reply With Quote #17

updated the plugin to 1.1b, added a new cvar, and a new const msg
hip_hop_x is offline
Send a message via MSN to hip_hop_x Send a message via Yahoo to hip_hop_x
Old 03-28-2007, 03:57
hip_hop_x
This message has been deleted by hip_hop_x. Reason: 2 post
Skissors
Senior Member
Join Date: Jan 2007
Location: Due East of my backyard
Old 03-28-2007 , 11:03   Re: AWP Crosshair
Reply With Quote #18

if it were to go to all snipers you should definitely not include the d3 because it has almost no spread when no scoped and even while no scoped and running
__________________
-Karma if you read this post
current karma i lost track but its less than -70
please leave your name, I wont be offended.

IM BACK
Skissors is offline
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 03-29-2007 , 14:03   Re: AWP Crosshair
Reply With Quote #19

Shouldn't that
Code:
if(get_pcvar_num(pcvar_aw) == 0 || get_pcvar_num(pcvar_shake) == 0) return PLUGIN_HANDLED
be
Code:
if(get_pcvar_num(pcvar_aw) == 0 && get_pcvar_num(pcvar_shake) == 0) return PLUGIN_HANDLED
??

Also, how(where ?) is the plugin checking cvars to know if there should be a crosshair and/or if it should make shake ??
ConnorMcLeod is offline
SAMURAI16
BANNED
Join Date: Sep 2006
Old 03-29-2007 , 22:45   Re: AWP Crosshair
Reply With Quote #20

this is correct:
PHP Code:
public awp_crossair(id) {
    if(
get_pcvar_num(pcvar_aw) == 1)
    {    
        
message_begin(MSG_ONE,awpcr,{0,0,0},id)
        
write_byte(1)
        
message_end()
    }
    
    if(
get_pcvar_num(pcvar_shake) == 1)
    {
        
message_begin(MSG_ONE,shake,{0,0,0},id)
        
write_short1<<12 )
        
write_short1<<12 //small shake
        
write_short1<<12 )
        
message_end()
    }
    
    return 
PLUGIN_HANDLED;
    

And, i suggest to add an cvar to set the time of shake
SAMURAI16 is offline
Send a message via MSN to SAMURAI16
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 11:18.


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