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

Looking: Extra Crosshair plugin


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
clarence
Member
Join Date: Jul 2004
Old 07-17-2004 , 06:38   Looking: Extra Crosshair plugin
Reply With Quote #1

is there already a extra crosshair plugin? like a small dot in the middle of the crosshair... please give me a link.. just for practice aiming... tnx
clarence is offline
sanaell
Senior Member
Join Date: May 2004
Location: SamutPrakarn Thailand
Old 07-17-2004 , 06:57   Re: Looking: Extra Crosshair plugin
Reply With Quote #2

Quote:
Originally Posted by clarence
is there already a extra crosshair plugin? like a small dot in the middle of the crosshair... please give me a link.. just for practice aiming... tnx
just for laser sigth ?
__________________
[email protected]
The Source of Pain is the Pain of Source
sanaell is offline
Send a message via MSN to sanaell
clarence
Member
Join Date: Jul 2004
Old 07-17-2004 , 07:06  
Reply With Quote #3

just a small dot would do... but laser sight... well see... you have a link?... u know just practice aiming....
clarence is offline
devicenull
Veteran Member
Join Date: Mar 2004
Location: CT
Old 07-17-2004 , 14:50  
Reply With Quote #4

www.ducttape.com

Get a piece and stick it to the middle of your screen.. you really don't need a plugin for it
__________________
Various bits of semi-useful code in a bunch of languages: http://code.devicenull.org/
devicenull is offline
sanaell
Senior Member
Join Date: May 2004
Location: SamutPrakarn Thailand
Old 07-17-2004 , 15:13  
Reply With Quote #5

Quote:
Originally Posted by devicenull
www.ducttape.com

Get a piece and stick it to the middle of your screen.. you really don't need a plugin for it
LMAOOOOOOO



(you can get a red marker and take a rules and make a dot at center of your screen )
__________________
[email protected]
The Source of Pain is the Pain of Source
sanaell is offline
Send a message via MSN to sanaell
clarence
Member
Join Date: Jul 2004
Old 07-18-2004 , 12:31  
Reply With Quote #6

Quote:
(you can get a red marker and take a rules and make a dot at center of your screen )
LOL, its not good, dot is outside the screen..
clarence is offline
uTg | bigpapajiggs
Senior Member
Join Date: Sep 2005
Location: Bellingham, WA
Old 02-11-2006 , 04:07  
Reply With Quote #7

http://forums.alliedmods.net/showthr...=206972#213485
__________________
What's my confidence level? I do crossword puzzles with a pen.
uTg | bigpapajiggs is offline
Send a message via AIM to uTg | bigpapajiggs Send a message via MSN to uTg | bigpapajiggs Send a message via Yahoo to uTg | bigpapajiggs
v3x
Veteran Member
Join Date: Oct 2004
Location: US
Old 02-11-2006 , 17:20  
Reply With Quote #8

I'm assuming you only want this for the scout. Try this:
Code:
#include <amxmodx> #include <engine> #define PLUGIN "Extra Crosshair" #define VERSION "0.1" #define AUTHOR "v3x" public plugin_init() {   register_plugin(PLUGIN , VERSION , AUTHOR); } new gFrame[33]; public client_PreThink(id) {   if(is_user_alive(id) && gFrame[id] > 30) {     new iClip , iAmmo , iWeapID = get_user_weapon(id, iClip, iAmmo);     if(iWeapID == CSW_SCOUT) {       set_hudmessage(0 , 255 , 0 , -1.0 , -1.0 , 0 , 6.0 , 1.0);       show_hudmessage(id , ".");     }     gFrame[id] = 0;   }   gFrame[id]++; }
__________________
What am I doing these days? Well, I run my own Rust server. It's heavily modded. If you'd like to join, the ip is 167.114.101.67:28116

I also created a website called Rust Tools. It will calculate and tell you the raw amounts of resources needed to craft items.
v3x is offline
JKB
Member
Join Date: Jan 2006
Old 02-12-2006 , 06:21  
Reply With Quote #9

i've seen something like this on the amx forums... a regular crosshair with a dot in the middle
__________________
Quote:
Chuck Norris doesn't sleep. He waits.
JKB 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 12:13.


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