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

[CS:GO] Dropshot+Nospread weapons (UPDATED Dec 4th 2021)


Post New Thread Reply   
 
Thread Tools Display Modes
Fetse
Junior Member
Join Date: Oct 2019
Old 11-02-2019 , 12:00   Re: [CS:GO] Dropshot+Nospread weapons (UPDATED Feb 15th 2017)
Reply With Quote #31

Quote:
Originally Posted by freak.exe_uLow View Post
try this, it works 100 % i use that too
https://github.com/ExtendedPlugs/AirFire
How I enable it for scout ONLY?, or you actually did it on the GitHub?, I'm not Good at sourcerpawn at all.
Fetse is offline
freak.exe_uLow
AlliedModders Donor
Join Date: Jul 2012
Location: Germany
Old 11-02-2019 , 12:23   Re: [CS:GO] Dropshot+Nospread weapons (UPDATED Feb 15th 2017)
Reply With Quote #32

Quote:
Originally Posted by Fetse View Post
How I enable it for scout ONLY?, or you actually did it on the GitHub?, I'm not Good at sourcerpawn at all.
Download the smx file, upload the smx file on your plugins folder (addons/sourcemod/plugins), restart the server or load the plugin in the server console via "sm plugins load ClientsAirfire.smx" now you have a cfg in (cfg/sourcemod/airFire.cfg)

example
Code:
// This file was auto-generated by SourceMod (v1.10.0.6439)
// ConVars for plugin "AirFire.smx"


// Permission flag
// -
// Default: "z"
dd_flag ""

// Style: 0 - airFire & dd 
// 1 - Only dropdown
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "1.000000"
dd_style "0"

// Weapons name per ';'
// -
// Default: "weapon_awp;weapon_ssg08"
dd_weapons "weapon_ssg08"
freak.exe_uLow is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 11-02-2019 , 12:32   Re: [CS:GO] Dropshot+Nospread weapons (UPDATED Feb 15th 2017)
Reply With Quote #33

Quote:
Originally Posted by freak.exe_uLow View Post
try this, it works 100 % i use that too
https://github.com/ExtendedPlugs/AirFire
Interesting, I will use this plugin too and disable the current one I use. In case he has Dropshot + Nospread Weapons?

What about this CVAR:
Code:
// Permission flag
// -
// Default: "z"
dd_flag ""
If so who will have access to the plugin?

Last edited by paulo_crash; 11-02-2019 at 12:34.
paulo_crash is offline
freak.exe_uLow
AlliedModders Donor
Join Date: Jul 2012
Location: Germany
Old 11-02-2019 , 12:49   Re: [CS:GO] Dropshot+Nospread weapons (UPDATED Feb 15th 2017)
Reply With Quote #34

Quote:
Originally Posted by paulo_crash View Post
Interesting, I will use this plugin too and disable the current one I use. In case he has Dropshot + Nospread Weapons?

What about this CVAR:
Code:
// Permission flag
// -
// Default: "z"
dd_flag ""
If so who will have access to the plugin?
yes, i removed the flag on my server, so everyone can use it

Last edited by freak.exe_uLow; 11-02-2019 at 12:50.
freak.exe_uLow is offline
Fetse
Junior Member
Join Date: Oct 2019
Old 11-02-2019 , 13:15   Re: [CS:GO] Dropshot+Nospread weapons (UPDATED Feb 15th 2017)
Reply With Quote #35

Quote:
Originally Posted by freak.exe_uLow View Post
Download the smx file, upload the smx file on your plugins folder (addons/sourcemod/plugins), restart the server or load the plugin in the server console via "sm plugins load ClientsAirfire.smx" now you have a cfg in (cfg/sourcemod/airFire.cfg)

example
Code:
// This file was auto-generated by SourceMod (v1.10.0.6439)
// ConVars for plugin "AirFire.smx"


// Permission flag
// -
// Default: "z"
dd_flag ""

// Style: 0 - airFire & dd 
// 1 - Only dropdown
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "1.000000"
dd_style "0"

// Weapons name per ';'
// -
// Default: "weapon_awp;weapon_ssg08"
dd_weapons "weapon_ssg08"
The CFG is not being created, I don't have cfg/sourcemod/airfire.cfg

is more like sourcemod/config/ and there is nothing on it named airfire.cfg
Fetse is offline
freak.exe_uLow
AlliedModders Donor
Join Date: Jul 2012
Location: Germany
Old 11-02-2019 , 13:17   Re: [CS:GO] Dropshot+Nospread weapons (UPDATED Feb 15th 2017)
Reply With Quote #36

Quote:
Originally Posted by Fetse View Post
The CFG is not being created, I don't have cfg/sourcemod/airfire.cfg

is more like sourcemod/config/ and there is nothing on it named airfire.cfg
you loaded the plugin?
freak.exe_uLow is offline
Fetse
Junior Member
Join Date: Oct 2019
Old 11-02-2019 , 13:28   Re: [CS:GO] Dropshot+Nospread weapons (UPDATED Feb 15th 2017)
Reply With Quote #37

Quote:
Originally Posted by freak.exe_uLow View Post
you loaded the plugin?
[SM] Plugin ClientsAirfire.smx is already loaded.

I restarted the server too, there is nothing on it heres a screen of configs of sourcemod folder.
I placed the smx on plugins and sp on scripts, but the cfg is not being created.

Fetse is offline
freak.exe_uLow
AlliedModders Donor
Join Date: Jul 2012
Location: Germany
Old 11-02-2019 , 15:14   Re: [CS:GO] Dropshot+Nospread weapons (UPDATED Feb 15th 2017)
Reply With Quote #38

Quote:
Originally Posted by Fetse View Post
[SM] Plugin ClientsAirfire.smx is already loaded.

I restarted the server too, there is nothing on it heres a screen of configs of sourcemod folder.
I placed the smx on plugins and sp on scripts, but the cfg is not being created.


not "addons/" i write you "cfg/sourcemod"

Last edited by freak.exe_uLow; 11-02-2019 at 15:16.
freak.exe_uLow is offline
diasdighetto
Junior Member
Join Date: Dec 2018
Location: Portugal
Old 07-09-2020 , 16:10   Re: [CS:GO] Dropshot+Nospread weapons (UPDATED Feb 15th 2017)
Reply With Quote #39

Does this plugin still work?
diasdighetto is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 08-07-2020 , 22:46   Re: [CS:GO] Dropdown+Nospread weapons (UPDATED Feb 15th 2017)
Reply With Quote #40

Quote:
Originally Posted by BReeZ View Post
The plugin do have some mishaps, but will be updated sooner or later. I Currently do not have an eta on when.

The plugin should still work though.

For the video example (dropdown) only have dropdown as "1" and leave nospread "0".

If you want your entire server to be Nospread there is no reason to run this plugin, and simply use weapon_accuracy_nospread "1".

If you wish selected weapons to have nospread/dropdown only, add them in the cfg.

Currently the nospread setting leaves the scope blurry, but the nospread does work.
Any news about updating? Place it so the scope doesn't get blurry.
paulo_crash 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 14:14.


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