Jump to content

Sniper only (v3.0.0.0 - 23 oct. 2010) [BC2]


ImportBot

Recommended Posts

Originally Posted by MorpheusX(AUT)*:

 

Can you do with this plugin that you get a maximum of 2 snipers on your server? or isnt that possible?

if not anyone knows whats the plugin called?

 

Already thanks

The weapon limiter is what you want to use.

viewtopic.php_f=18&t=784*

You can either a) just allowed 2 recons or B) just allowed 2 sniper rifles (but more recon with other weapons)

* Restored post. It could be that the author is no longer active.
Link to comment
  • 1 month later...

Originally Posted by Helebard*:

 

Hi, this tool works fine. I have one detail though... The Plugin let you also choose for pistol yes/No or knive yes/no. I tryed to do both on no but it wouldn't let me... it always stays on yes! Why is that?

Thanks for your response

* Restored post. It could be that the author is no longer active.
Link to comment
  • 2 weeks later...

Originally Posted by rayman440*:

 

Hi,

 

I am very much a noob but I have successfully got ProCon running on a newly established server and really wanted to get this server running knife/pistol only for a while. No matter what I do I cannot seem to get this plugin to work at all. It shows as installed and active but nothing at all in-game. I have beeen through the plugin options about 100345 times (;-)). Any leads for obvious stuff that I may have overlooked would be great. Thanks, Ray.

* Restored post. It could be that the author is no longer active.
Link to comment
  • 2 months later...
  • 4 weeks later...

Originally Posted by WsArmy-Eagle*:

 

hello, i have a problem, i like to make my server "knife only" but this tool "doesn't work!_" my procon version is "procon_0.6.2.0" and this "sniper only version 3" hm!? :huh:

 

big thanks

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by WsArmy-Eagle*:

 

okey i have found the problem, i must manual change the serverid..cfg from procon.protected.plugins.setVariable "CSniperOnly" "RoC read and accepted" "no" to

procon.protected.plugins.setVariable "CSniperOnly" "RoC read and accepted" "Yes"

hm i dont read something about that..

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by earthdog*:

 

hello, i have a problem, i like to make my server "knife only" but this tool "doesn't work!_" my procon version is "procon_0.6.2.0" and this "sniper only version 3" hm!? :huh:

 

big thanks

get ProconRulz and you can do everything.....
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by dowskone*:

 

Hey thanks for the great plugin!

Got it working fine without a hitch also managed to disable pistols to enable knife only rounds, auto kicker and ban works fine but i was wondering if there was any way to whitelist players from getting killed or booted say in the case an admin needs to punish a spawn killer or someone flouting the rules?

It would be nice to take somebody out thats pissing everyone off without getting punished!

Thanks again for the great plugin!

* Restored post. It could be that the author is no longer active.
Link to comment
  • 4 weeks later...

Originally Posted by caustic-de*:

 

Hello, N1 script i think, but is it possible to add a swich to "Specific weapon type limitation "

I mean only that "Specific weapon type limitation" is disallowed/Allowed,

so that its possible to create a None Sniperweapons-server?

* Restored post. It could be that the author is no longer active.
Link to comment
  • 4 weeks later...

Originally Posted by stuckmoto*:

 

@webjet - I didn't find it here either. It is however in the "packages" tab on the home page of your ProCon.

Do yourself a favor - DL and install ProconRulz and start messing with that. IT takes place of several plugins and has great support from the developer bambam

HERE>>>>www.phogue.net/forumvb/showth....-weapon-limit*

post #206 has the latest beta which has whitelists and "playeryell"

* Restored post. It could be that the author is no longer active.
Link to comment
  • 2 weeks later...

Originally Posted by Dranser10*:

 

Hello, i have some big problems and i should be very happy if someone could help me.

1. I can't change the setting "allow pistol" to no.. I am using sniper only plugin v. 3.0.0.0 and Procon 0.5.4.9.

2. how to get plugins from comunity to my Procon? I got no idea. I can download them.. thats it. How to do then?

Realy need help, Thank you!

/ Dranzer151

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by stuckmoto*:

 

@Dranser -

1- you can't change the pistol or knife option. A good alternative to this plug in is "ProconRulz".

You should be updated to 1.0.0.2 on the local and layer(if hosted)

2 - Try the "packages" tab on the home page.

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by dowskone*:

 

@Dranser

 

1. You can actually change it so it does not allow pistols or knives although in doing this you wont be able to enable them via the Procon console

 

2. To do this first make sure Procon is not running. Go to your Procon root folder, then go to the folder named plugins and then onto the folder BFBC2

 

3. Find a CS file called 'CSniperOnly' and open it.

The area you find to find and change will look like this:

 

#region INIT

public CSniperOnly() {

//Weapons

this.BYN_AllowK = enumBoolYesNo.Yes;

this.BYN_AllowP = enumBoolYesNo.Yes;

this.BYN_AllowS = enumBoolYesNo.No;

this.BYN_AllowD = enumBoolYesNo.No;

this.BYN_AllowR = enumBoolYesNo.No;

this.BYN_AllowH = enumBoolYesNo.No;

this.BYN_AllowC = enumBoolYesNo.No;

this.BYN_AllowM = enumBoolYesNo.No;

 

4. The one you want to change is 'this.BYN_AllowP = enumBoolYesNo.Yes;' change the 'yes' at the end to a 'no' so it reads like this 'this.BYN_AllowP = enumBoolYesNo.No;' this will force the pistol to be set to no on the console screen.

 

-In doing this though it wont allow you to turn it back on via the console screen if you want to turn it back on just change it back from 'no' to 'yes' and it will allow pistols.

 

5. Save changes to the CS file, close it then run Procon and you should find pistols will be set no!

 

Also a huge thanks to Myriades for this freekin awesome plugin could possibly be the best i have come across!

Love it thanks for the great work dude keep it up! :smile:

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by stuckmoto*:

 

@Dranser

 

1. You can actually change it so it does not allow pistols or knives although in doing this you wont be able to enable them via the Procon console

 

2. To do this first make sure Procon is not running. Go to your Procon root folder, then go to the folder named plugins and then onto the folder BFBC2

 

3. Find a CS file called 'CSniperOnly' and open it.

The area you find to find and change will look like this:

 

#region INIT

public CSniperOnly() {

//Weapons

this.BYN_AllowK = enumBoolYesNo.Yes;

this.BYN_AllowP = enumBoolYesNo.Yes;

this.BYN_AllowS = enumBoolYesNo.No;

this.BYN_AllowD = enumBoolYesNo.No;

this.BYN_AllowR = enumBoolYesNo.No;

this.BYN_AllowH = enumBoolYesNo.No;

this.BYN_AllowC = enumBoolYesNo.No;

this.BYN_AllowM = enumBoolYesNo.No;

 

4. The one you want to change is 'this.BYN_AllowP = enumBoolYesNo.Yes;' change the 'yes' at the end to a 'no' so it reads like this 'this.BYN_AllowP = enumBoolYesNo.No;' this will force the pistol to be set to no on the console screen.

 

-In doing this though it wont allow you to turn it back on via the console screen if you want to turn it back on just change it back from 'no' to 'yes' and it will allow pistols.

 

5. Save changes to the CS file, close it then run Procon and you should find pistols will be set no!

 

Also a huge thanks to Myriades for this freekin awesome plugin could possibly be the best i have come across!

Love it thanks for the great work dude keep it up! :smile:

WOW good stuff to know!
* Restored post. It could be that the author is no longer active.
Link to comment
  • 1 month later...

Originally Posted by Darren000111*:

 

I have just installed sniper only. I wish to have 6 snipers on map at one time per side so all up 12 snipers as I am new at this plugin can you take me through this step by step.

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by bambam*:

 

If you don't get it working the way you want it, try the ProconRulz plugin & thread. Note that for any sniper limit to actually work properly you have to stop players picking up sniper rifles dropped by dead recons (including themselves)

* Restored post. It could be that the author is no longer active.
Link to comment
  • 2 months later...
  • 3 months later...

Originally Posted by supertec*:

 

What is the link of the plugin?

 

Hi all

 

Regarding to the community demands/remarks, i decided to write a new plugin.

 

What is it?

This plugin allows you to create some specific server mode, regarding to the weapon limitation.

So, you can easily create 'sniper only', 'knife only' and many more stranges configurations.

 

For now, the plugin is called 'Sniper only'. But, i don't think this name is really appropriate. Some new suggestions will be welcomed.

 

Read the wiki*

 

V3.0.0.0*

- upgraded : API 2.0 (required at least PRoCon 0.6.1.0)

- fixed : a bug in specific weapon limitation

- changed : map config options

- improved : MapCheckList.inc (v1.1)

 

v 2.0.1CSniperOnly_2.0.1.zip[/attachment:24c09end]

- Fixed : a bug found in threshold detection (my mistake)

It's highly recommanded to upgrade to this version. You may have false positive in prior versions.

 

V 2.0.0 (27/09/2010)

- rewrited : at least everything

- added : some specific weapons

- changed : server infos splited in 2 sections (server infos + player spawn)

- changed : communications methods (general and player)

Read carefully 'details 2.0' for more.

 

V 1.1.0 (13/09/2010)

- added : 'Full' option to 'Specific weapon...'

- added : general adverts (up to 3 options)

- added : allow hand grenade

- added : temporary ban

- removed : useless code

- rewrite : some parts of the code

 

V 1.0.0 (09/09/10)

initial release.

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by xxll777*:

 

Hi,i from russia .I have the same problem - this tool works fine. I have one detail though... The Plugin let you also choose for pistol yes/No or knive yes/no. I tryed to do both on no but it wouldn't let me... it always stays on yes! Why is that?

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by supertec*:

 

Hi,i from russia .I have the same problem - this tool works fine. I have one detail though... The Plugin let you also choose for pistol yes/No or knive yes/no. I tryed to do both on no but it wouldn't let me... it always stays on yes! Why is that?

can you to send sniper only? the zip file, please. I have not this plugin.
* Restored post. It could be that the author is no longer active.
Link to comment
  • 2 years later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Our picks

    • Game Server Hosting:

      We're happy to announce that EZRCON will branch out into the game server provider scene. This is a big step for us so please having patience if something doesn't go right in this area. Now, what makes us different compared to other providers? Well, we're going with the idea of having a scaleable server hosting and providing more control in how you set up your server. For example, in Minecraft, you have the ability to control how many CPU cores you wish your server to have access to, how much RAM you want to use, how much disk space you want to use. This type of control can't be offered in a single service package so you're able to configure a custom package the way you want it.

      You can see all the available games here. Currently, we have the following games available.

      Valheim (From $1.50 USD)


      Rust (From $3.20 USD)


      Minecraft (Basic) (From $4.00 USD)


      Call of Duty 4X (From $7.00 USD)


      OpenTTD (From $4.00 USD)


      Squad (From $9.00 USD)


      Insurgency: Sandstorm (From $6.40 USD)


      Changes to US-East:

      Starting in January 2022, we will be moving to a different provider that has better support, better infrastructure, and better connectivity. We've noticed that the connection/routes to this location are not ideal and it's been hard getting support to correct this. Our contract for our two servers ends in March/April respectively. If you currently have servers in this location you will be migrated over to the new provider. We'll have more details when the time comes closer to January. The new location for this change will be based out of Atlanta, GA. If you have any questions/concerns please open a ticket and we'll do our best to answer them.
      • 5 replies
    • Hello All,

      I wanted to give an update to how EZRCON is doing. As of today we have 56 active customers using the services offered. I'm glad its doing so well and it hasn't been 1 year yet. To those that have services with EZRCON, I hope the service is doing well and if not please let us know so that we can improve it where possible. We've done quite a few changes behind the scenes to improve the performance hopefully. 

      We'll be launching a new location for hosting procon layers in either Los Angeles, USA or Chicago, IL. Still being decided on where the placement should be but these two locations are not set in stone yet. We would like to get feedback on where we should have a new location for hosting the Procon Layers, which you can do by replying to this topic. A poll will be created where people can vote on which location they would like to see.

      We're also looking for some suggestions on what else you would like to see for hosting provider options. So please let us know your thoughts on this matter.
      • 4 replies
    • Added ability to disable the new API check for player country info


      Updated GeoIP database file


      Removed usage sending stats


      Added EZRCON ad banner



      If you are upgrading then you may need to add these two lines to your existing installation in the file procon.cfg. To enable these options just change False to True.

      procon.private.options.UseGeoIpFileOnly False
      procon.private.options.BlockRssFeedNews False



       
      • 2 replies
    • I wanted I let you know that I am starting to build out the foundation for the hosting services that I talked about here. The pricing model I was originally going for wasn't going to be suitable for how I want to build it. So instead I decided to offer each service as it's own product instead of a package deal. In the future, hopefully, I will be able to do this and offer discounts to those that choose it.

      Here is how the pricing is laid out for each service as well as information about each. This is as of 7/12/2020.

      Single MySQL database (up to 30 GB) is $10 USD per month.



      If you go over the 30 GB usage for the database then each additional gigabyte is charged at $0.10 USD each billing cycle. If you're under 30GB you don't need to worry about this.


      Databases are replicated across 3 zones (regions) for redundancy. One (1) on the east coast of the USA, One (1) in Frankfurt, and One (1) in Singapore. Depending on the demand, this would grow to more regions.


      Databases will also be backed up daily and retained for 7 days.




      Procon Layer will be $2 USD per month.


      Each layer will only allow one (1) game server connection. The reason behind this is for performance.


      Each layer will also come with all available plugins installed by default. This is to help facilitate faster deployments and get you up and running quickly.


      Each layer will automatically restart if Procon crashes. 


      Each layer will also automatically restart daily at midnight to make sure it stays in tip-top shape.


      Custom plugins can be installed by submitting a support ticket.




      Battlefield Admin Control Panel (BFACP) will be $5 USD per month


      As I am still working on building version 3 of the software, I will be installing the last version I did. Once I complete version 3 it will automatically be upgraded for you.





      All these services will be managed by me so you don't have to worry about the technical side of things to get up and going.

      If you would like to see how much it would cost for the services, I made a calculator that you can use. It can be found here https://ezrcon.com/calculator.html

       
      • 11 replies
    • I have pushed out a new minor release which updates the geodata pull (flags in the playerlisting). This should be way more accurate now. As always, please let me know if any problems show up.

       
      • 9 replies
×
×
  • Create New...

Important Information

Please review our Terms of Use and Privacy Policy. We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.