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

100% Accuracy Plugin CSGO Need Help ASAP


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
armis12
Junior Member
Join Date: Feb 2017
Location: Birmingham UK
Old 04-18-2018 , 16:47   100% Accuracy Plugin CSGO Need Help ASAP
Reply With Quote #1

Hi, I've found one plugin which is updated quite a while back and it allowed you to make a server nospread and change it to dropdown on awp. However this has stopped working and its bugging in the server. Is there any other plugin made that could make a whole server 100% accuracy for weapons I choose ? As I still see some servers that are nospread.

Last edited by armis12; 04-18-2018 at 16:48.
armis12 is offline
iGANGNAM
AlliedModders Donor
Join Date: Sep 2012
Location: Lithuania
Old 04-19-2018 , 06:17   Re: 100% Accuracy Plugin CSGO Need Help ASAP
Reply With Quote #2

https://forums.alliedmods.net/showthread.php?t=286786 this one? try to edit source code and make not for awp only

Last edited by iGANGNAM; 04-19-2018 at 06:17.
iGANGNAM is offline
armis12
Junior Member
Join Date: Feb 2017
Location: Birmingham UK
Old 04-23-2018 , 20:49   Re: 100% Accuracy Plugin CSGO Need Help ASAP
Reply With Quote #3

Quote:
Originally Posted by iGANGNAM View Post
https://forums.alliedmods.net/showthread.php?t=286786 this one? try to edit source code and make not for awp only
Shit at sourcecode so thats in the bin, and also its literally the same plugin I've used that doesn't work
armis12 is offline
darthelmo1
Junior Member
Join Date: Nov 2016
Old 04-25-2018 , 21:39   Re: 100% Accuracy Plugin CSGO Need Help ASAP
Reply With Quote #4

Quote:
Originally Posted by armis12 View Post
Shit at sourcecode so thats in the bin, and also its literally the same plugin I've used that doesn't work
The plugin works fine. Perhaps you've configured it incorrectly?

I put together a config file for you. Paste this into csgo_weapon_tweaks.cfg. Change the 1s to 0s for weapons which you wish not to have nospread for.

Code:
"csgo_spread"
{
	"weapon_ak47"
	{
		"dropdown"	"1"
		"nospread"	"1"
		"norecoil"	"0"
	}
	"weapon_aug"
	{
		"dropdown"	"1"
		"nospread"	"1"
		"norecoil"	"0"
	}
	"weapon_awp"
	{
		"dropdown"	"1"
		"nospread"	"1"
		"norecoil"	"0"
	}
	"weapon_bizon"
	{
		"dropdown"	"1"
		"nospread"	"1"
		"norecoil"	"0"
	}
	"weapon_cz75a"
	{
		"dropdown"	"1"
		"nospread"	"1"
		"norecoil"	"0"
	}
	"weapon_deagle"
	{
		"dropdown"	"1"
		"nospread"	"1"
		"norecoil"	"0"
	}
	"weapon_elite"
	{
		"dropdown"	"1"
		"nospread"	"1"
		"norecoil"	"0"
	}
	"weapon_famas"
	{
		"dropdown"	"1"
		"nospread"	"1"
		"norecoil"	"0"
	}
	"weapon_fiveseven"
	{
		"dropdown"	"1"
		"nospread"	"1"
		"norecoil"	"0"
	}
	"weapon_g3sg1"
	{
		"dropdown"	"1"
		"nospread"	"1"
		"norecoil"	"0"
	}
	"weapon_galilar"
	{
		"dropdown"	"1"
		"nospread"	"1"
		"norecoil"	"0"
	}
	"weapon_glock"
	{
		"dropdown"	"1"
		"nospread"	"1"
		"norecoil"	"0"
	}
	"weapon_hkp2000"
	{
		"dropdown"	"1"
		"nospread"	"1"
		"norecoil"	"0"
	}
	"weapon_m249"
	{
		"dropdown"	"1"
		"nospread"	"1"
		"norecoil"	"0"
	}
	"weapon_m4a1"
	{
		"dropdown"	"1"
		"nospread"	"1"
		"norecoil"	"0"
	}
	"weapon_m4a1_silencer"
	{
		"dropdown"	"1"
		"nospread"	"1"
		"norecoil"	"0"
	}
	"weapon_mac10"
	{
		"dropdown"	"1"
		"nospread"	"1"
		"norecoil"	"0"
	}
	"weapon_mag7"
	{
		"dropdown"	"1"
		"nospread"	"1"
		"norecoil"	"0"
	}
	"weapon_mp7"
	{
		"dropdown"	"1"
		"nospread"	"1"
		"norecoil"	"0"
	}
	"weapon_mp9"
	{
		"dropdown"	"1"
		"nospread"	"1"
		"norecoil"	"0"
	}
	"weapon_negev"
	{
		"dropdown"	"1"
		"nospread"	"1"
		"norecoil"	"0"
	}
	"weapon_nova"
	{
		"dropdown"	"1"
		"nospread"	"1"
		"norecoil"	"0"
	}
	"weapon_p250"
	{
		"dropdown"	"1"
		"nospread"	"1"
		"norecoil"	"0"
	}
	"weapon_p90"
	{
		"dropdown"	"1"
		"nospread"	"1"
		"norecoil"	"0"
	}
	"weapon_revolver"
	{
		"dropdown"	"1"
		"nospread"	"1"
		"norecoil"	"0"
	}
	"weapon_sawedoff"
	{
		"dropdown"	"1"
		"nospread"	"1"
		"norecoil"	"0"
	}
	"weapon_scar20"
	{
		"dropdown"	"1"
		"nospread"	"1"
		"norecoil"	"0"
	}
	"weapon_sg556"
	{
		"dropdown"	"1"
		"nospread"	"1"
		"norecoil"	"0"
	}
	"weapon_ssg08"
	{
		"dropdown"	"1"
		"nospread"	"1"
		"norecoil"	"0"
	}
	"weapon_tec9"
	{
		"dropdown"	"1"
		"nospread"	"1"
		"norecoil"	"0"
	}
	"weapon_ump45"
	{
		"dropdown"	"1"
		"nospread"	"1"
		"norecoil"	"0"
	}
	"weapon_usp_silencer"
	{
		"dropdown"	"1"
		"nospread"	"1"
		"norecoil"	"0"
	}
	"weapon_xm1014"
	{
		"dropdown"	"1"
		"nospread"	"1"
		"norecoil"	"0"
	}
}

Last edited by darthelmo1; 04-25-2018 at 21:40. Reason: formatting
darthelmo1 is offline
armis12
Junior Member
Join Date: Feb 2017
Location: Birmingham UK
Old 04-26-2018 , 14:24   Re: 100% Accuracy Plugin CSGO Need Help ASAP
Reply With Quote #5

Quote:
Originally Posted by darthelmo1 View Post
The plugin works fine. Perhaps you've configured it incorrectly?

I put together a config file for you. Paste this into csgo_weapon_tweaks.cfg. Change the 1s to 0s for weapons which you wish not to have nospread for.

Code:
"csgo_spread"
{
	"weapon_ak47"
	{
		"dropdown"	"1"
		"nospread"	"1"
		"norecoil"	"0"
	}
	"weapon_aug"
	{
		"dropdown"	"1"
		"nospread"	"1"
		"norecoil"	"0"
	}
	"weapon_awp"
	{
		"dropdown"	"1"
		"nospread"	"1"
		"norecoil"	"0"
	}
	"weapon_bizon"
	{
		"dropdown"	"1"
		"nospread"	"1"
		"norecoil"	"0"
	}
	"weapon_cz75a"
	{
		"dropdown"	"1"
		"nospread"	"1"
		"norecoil"	"0"
	}
	"weapon_deagle"
	{
		"dropdown"	"1"
		"nospread"	"1"
		"norecoil"	"0"
	}
	"weapon_elite"
	{
		"dropdown"	"1"
		"nospread"	"1"
		"norecoil"	"0"
	}
	"weapon_famas"
	{
		"dropdown"	"1"
		"nospread"	"1"
		"norecoil"	"0"
	}
	"weapon_fiveseven"
	{
		"dropdown"	"1"
		"nospread"	"1"
		"norecoil"	"0"
	}
	"weapon_g3sg1"
	{
		"dropdown"	"1"
		"nospread"	"1"
		"norecoil"	"0"
	}
	"weapon_galilar"
	{
		"dropdown"	"1"
		"nospread"	"1"
		"norecoil"	"0"
	}
	"weapon_glock"
	{
		"dropdown"	"1"
		"nospread"	"1"
		"norecoil"	"0"
	}
	"weapon_hkp2000"
	{
		"dropdown"	"1"
		"nospread"	"1"
		"norecoil"	"0"
	}
	"weapon_m249"
	{
		"dropdown"	"1"
		"nospread"	"1"
		"norecoil"	"0"
	}
	"weapon_m4a1"
	{
		"dropdown"	"1"
		"nospread"	"1"
		"norecoil"	"0"
	}
	"weapon_m4a1_silencer"
	{
		"dropdown"	"1"
		"nospread"	"1"
		"norecoil"	"0"
	}
	"weapon_mac10"
	{
		"dropdown"	"1"
		"nospread"	"1"
		"norecoil"	"0"
	}
	"weapon_mag7"
	{
		"dropdown"	"1"
		"nospread"	"1"
		"norecoil"	"0"
	}
	"weapon_mp7"
	{
		"dropdown"	"1"
		"nospread"	"1"
		"norecoil"	"0"
	}
	"weapon_mp9"
	{
		"dropdown"	"1"
		"nospread"	"1"
		"norecoil"	"0"
	}
	"weapon_negev"
	{
		"dropdown"	"1"
		"nospread"	"1"
		"norecoil"	"0"
	}
	"weapon_nova"
	{
		"dropdown"	"1"
		"nospread"	"1"
		"norecoil"	"0"
	}
	"weapon_p250"
	{
		"dropdown"	"1"
		"nospread"	"1"
		"norecoil"	"0"
	}
	"weapon_p90"
	{
		"dropdown"	"1"
		"nospread"	"1"
		"norecoil"	"0"
	}
	"weapon_revolver"
	{
		"dropdown"	"1"
		"nospread"	"1"
		"norecoil"	"0"
	}
	"weapon_sawedoff"
	{
		"dropdown"	"1"
		"nospread"	"1"
		"norecoil"	"0"
	}
	"weapon_scar20"
	{
		"dropdown"	"1"
		"nospread"	"1"
		"norecoil"	"0"
	}
	"weapon_sg556"
	{
		"dropdown"	"1"
		"nospread"	"1"
		"norecoil"	"0"
	}
	"weapon_ssg08"
	{
		"dropdown"	"1"
		"nospread"	"1"
		"norecoil"	"0"
	}
	"weapon_tec9"
	{
		"dropdown"	"1"
		"nospread"	"1"
		"norecoil"	"0"
	}
	"weapon_ump45"
	{
		"dropdown"	"1"
		"nospread"	"1"
		"norecoil"	"0"
	}
	"weapon_usp_silencer"
	{
		"dropdown"	"1"
		"nospread"	"1"
		"norecoil"	"0"
	}
	"weapon_xm1014"
	{
		"dropdown"	"1"
		"nospread"	"1"
		"norecoil"	"0"
	}
}
Hi, Thanks for the help, It did work however its wierd, because it just made my weapons dropdown even tho the nospread is marked 1 as well as dropdown. I dont know maybe my server is screwing up or something it's wierd
armis12 is offline
darthelmo1
Junior Member
Join Date: Nov 2016
Old 04-27-2018 , 10:58   Re: 100% Accuracy Plugin CSGO Need Help ASAP
Reply With Quote #6

Quote:
Originally Posted by armis12 View Post
Hi, Thanks for the help, It did work however its wierd, because it just made my weapons dropdown even tho the nospread is marked 1 as well as dropdown. I dont know maybe my server is screwing up or something it's wierd
Could it be that the weapons are nospread, but just don't look like it because the scopes aren't clear for scoped weapons? The scopes are only going to be clear if you dropdown.

If you want clear scopes, you'll have to just use weapon_accuracy_nospread 1 or enable clear scopes manually, but if you do this every weapon will be nospread and you won't be able to choose.

Last edited by darthelmo1; 04-27-2018 at 10:59.
darthelmo1 is offline
armis12
Junior Member
Join Date: Feb 2017
Location: Birmingham UK
Old 04-27-2018 , 12:21   Re: 100% Accuracy Plugin CSGO Need Help ASAP
Reply With Quote #7

Quote:
Originally Posted by darthelmo1 View Post
Could it be that the weapons are nospread, but just don't look like it because the scopes aren't clear for scoped weapons? The scopes are only going to be clear if you dropdown.

If you want clear scopes, you'll have to just use weapon_accuracy_nospread 1 or enable clear scopes manually, but if you do this every weapon will be nospread and you won't be able to choose.
Its just s dropdown, makes the weapons like css style. Ive tested it out its definitely not no spread, Ive spoke to Breeze about it and he said that if the weapons where nospread the scopes would be clear anyways. Also I've tested that by aiming at someone long distance while on the move, only works as dropdown
__________________
armis12 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 00:41.


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