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

Very small sight for all weapons


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
MayroN
Senior Member
Join Date: Aug 2017
Location: Kyiv
Old 08-21-2017 , 20:29   Very small sight for all weapons
Reply With Quote #1

Tell me, is there such a plug-in? The fact that it can be done is something for sure.

For example, there is Win Team Sprite. So there after the team won, the aim is reduced to this size. Since the beginning of the new round already disappears ...

How can you assign the value of the sight to all weapons to this code.

Thanks for answers !

Code:
#if defined HIDE_CROSSHAIR
	Msg_HideWeapon(64);
#endif

	Msg_SetFOV(DEFAULT_FOV-1);
	
	g_bSomeBool = false;
	

	switch(g_iRoundState){
	#if defined ROUND_DRAW_SHOW
		#if ROUND_DRAW_TYPE > 0
			case ROUND_DRAW:	Msg_CurWeapon(ROUND_DRAW_SPR_NUMBER,2,-1);
		#else
			case ROUND_DRAW:	Msg_CurWeapon(random_num(0,1)*63+1,2,-1);
		#endif
	#endif
		case ROUND_WIN_CT:	Msg_CurWeapon(1,2,-1);
		case ROUND_WIN_T:	Msg_CurWeapon(64,2,-1);
	}
	
	g_bSomeBool = true;
	
	Msg_SetFOV(DEFAULT_FOV);
}

Last edited by MayroN; 11-23-2017 at 21:18.
MayroN is offline
Send a message via ICQ to MayroN Send a message via Skype™ to MayroN
HamletEagle
AMX Mod X Plugin Approver
Join Date: Sep 2013
Location: Romania
Old 08-22-2017 , 04:01   Re: Very small sight for all weapons
Reply With Quote #2

This looks like a non steam version of cs or it uses metahook or other method to inject code into client.
You won't get help with that here.
__________________

Last edited by HamletEagle; 08-22-2017 at 04:01.
HamletEagle is offline
MayroN
Senior Member
Join Date: Aug 2017
Location: Kyiv
Old 08-22-2017 , 04:23   Re: Very small sight for all weapons
Reply With Quote #3

Yes, it's in the Non Steam version. It's not a normal way to change the client, but through the plug-in you can achieve the result
MayroN is offline
Send a message via ICQ to MayroN Send a message via Skype™ to MayroN
CrazY.
Veteran Member
Join Date: May 2015
Location: SP, Brazil
Old 08-22-2017 , 06:19   Re: Very small sight for all weapons
Reply With Quote #4

I don't know if you read the rules.

Non Steam = No support in this forum.
__________________









Last edited by CrazY.; 08-22-2017 at 06:19.
CrazY. is offline
PRoSToTeM@
Veteran Member
Join Date: Jan 2010
Location: Russia, Ivanovo
Old 08-22-2017 , 07:07   Re: Very small sight for all weapons
Reply With Quote #5

Quote:
Originally Posted by HamletEagle View Post
This looks like a non steam version of cs or it uses metahook or other method to inject code into client.
This code also works on steam default client.
__________________
PRoSToTeM@ is offline
Send a message via ICQ to PRoSToTeM@ Send a message via Skype™ to PRoSToTeM@
HamletEagle
AMX Mod X Plugin Approver
Join Date: Sep 2013
Location: Romania
Old 08-22-2017 , 07:42   Re: Very small sight for all weapons
Reply With Quote #6

Quote:
Originally Posted by PRoSToTeM@ View Post
This code also works on steam default client.
I did not check but if it's any kind of dll injection it's not allowed.
__________________

Last edited by HamletEagle; 08-22-2017 at 07:43.
HamletEagle is offline
PRoSToTeM@
Veteran Member
Join Date: Jan 2010
Location: Russia, Ivanovo
Old 08-22-2017 , 08:29   Re: Very small sight for all weapons
Reply With Quote #7

This is custom crosshair via WeaponList.
__________________
PRoSToTeM@ is offline
Send a message via ICQ to PRoSToTeM@ Send a message via Skype™ to PRoSToTeM@
HamletEagle
AMX Mod X Plugin Approver
Join Date: Sep 2013
Location: Romania
Old 08-22-2017 , 08:33   Re: Very small sight for all weapons
Reply With Quote #8

Quote:
Originally Posted by PRoSToTeM@ View Post
This is custom crosshair via WeaponList.
Actually I was looking at the sprites from the image and I believed that the plugin is adding them. That's why I said what I said.
Anyway OP is non steam, so non steam = no support.
__________________
HamletEagle is offline
killerZM
Senior Member
Join Date: Sep 2016
Old 08-23-2017 , 15:11   Re: Very small sight for all weapons
Reply With Quote #9

mayron ask in zppv might anyone help u there
killerZM is offline
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 03:19.


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