Jump to content

ProconRulz V44j1 - weapon limits and other event-triggered admin actions


ColColonCleaner

Recommended Posts

Originally Posted by TRG-Community*:

 

Is it possible to add information (say or yell) at the end of the second round like this: "Teams are going to be scrambled on next round!"?

If you use the TrueBalancer plugin, it is possible.
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by FISHBONE89*:

 

Yes, I use.

How to set it?

 

EDIT:

I set it that:

Code:

On RoundOver; Say Teams are going to be scrambled on next round!
But how to set to this message appeared only after finishing the second round (before new map)?
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by ty_ger07*:

 

This does not have anything to do with the same as your question if I use the plug TrueBalancer.

Which plugin is scrambling the teams and doesn't that plugin announce that teams are going to be scrambled at the end of the round before it scrambles?
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by ixnorp*:

 

TrueBalancer - 0.5.2.0

This is my settings:

http://pics.tinypic.pl/i/00529/p0w44v7y855q.jpg

Info about the fact that the team will be scrambled shows up only when the admin uses the command "!scrambleround", never automatically.

Try turning on scramble team on round end? Random guess. You gotta ask grizzly at his balancer thread. I'm using the same one and not having any problem with the msgs except I don't use manual commands like you.

 

 

Sent from my iPhone using Tapatalk

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

Originally Posted by exxerich*:

 

Hey Guys,

 

i need a txt for restrict all weapons except Bolt Sniper, Xbow and Knife.

and i need a txt for BF4 with restrict all weapons except Bold Sniper and Knife

 

Can anyone help me?

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

Originally Posted by ixnorp*:

 

Hey Guys,

 

i need a txt for restrict all weapons except Bolt Sniper, Xbow and Knife.

and i need a txt for BF4 with restrict all weapons except Bold Sniper and Knife

 

Can anyone help me?

The first page has everything

 

 

 

Sent from my iPhone using Tapatalk

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

Originally Posted by Fin020*:

 

Hey guys, I'm having a little trouble with proconrulz.

I have this code:

 

On Say;Text !adminswitch;AdminSay %p% wants to be switched to help out.;Set %request% %p%

On Say;Admin; Text !g;FMove %request%

 

Pretty much I need it to allow the player to request a switch and if the admin says "!g"(Granted) then the player is switched.

I know the last command "FMove" is where my problem is at. Any suggestions?

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

Originally Posted by ixnorp*:

 

Hey guys, I'm having a little trouble with proconrulz.

I have this code:

 

On Say;Text !adminswitch;AdminSay %p% wants to be switched to help out.;Set %request% %p%

On Say;Admin; Text !g;FMove %request%

 

Pretty much I need it to allow the player to request a switch and if the admin says "!g"(Granted) then the player is switched.

I know the last command "FMove" is where my problem is at. Any suggestions?

I think you need to use exec admin.movePlayer command, you have to check the rcon docs.

 

On Say;Admin; Text !g;Exec admin.movePlayer %request% (something else need to be added in, i forgot)

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

Originally Posted by MissDrama91*:

 

Hi, I'm a full newbie to being an admin to PC game servers, and to PRocon.

 

What I am hoping someone could tell me is, Is there any ways in banning people from using snipers in your server, But having a whitelist that can use them? So say I have a sniper limitation activated and only people with permission can use a sniper rifle/dmr?

 

I know this is probably a really stupid question to ask, and it is probably a really simple thing, but i have been trying to figure this out without asking for help for the last three day.

 

I have proconrulz plugin already. and i sort of know what i am doing with it on my PRocon layer.

 

Help is much appreciated! thanks in advance

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

Originally Posted by ty_ger07*:

 

Hi, I'm a full newbie to being an admin to PC game servers, and to PRocon.

 

What I am hoping someone could tell me is, Is there any ways in banning people from using snipers in your server, But having a whitelist that can use them? So say I have a sniper limitation activated and only people with permission can use a sniper rifle/dmr?

 

I know this is probably a really stupid question to ask, and it is probably a really simple thing, but i have been trying to figure this out without asking for help for the last three day.

 

I have proconrulz plugin already. and i sort of know what i am doing with it on my PRocon layer.

 

Help is much appreciated! thanks in advance

Wouldn't that be abusive towards those who are not privileged enough to be on the whitelist?

Look at the term 'protected' in the documentation.

"Protected": player is admin or in reservedslots list and protected from ProconRulz...

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

Originally Posted by MissDrama91*:

 

Wouldn't that be abusive towards those who are not privileged enough to be on the whitelist?

Look at the term 'protected' in the documentation.

No, It is not going to be a way to abuse the server at all, There is nothing worse than Trying to play in the server and the whole enemy team to be sniping, it gets a bit boring after a while, I am how ever going to give people the option of requesting to be a sniper by visiting our forums, it makes since.

 

But what i need is a step by step of how to do what i am wanting to do, if it is possible to do.

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

Originally Posted by tarreltje*:

 

Just use the sniperlimiter.. You can set how many snipers each team can have!

 

The way you want to do it, wont work and people will leave, and your server dies out!!

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

Originally Posted by me1*:

 

Hello !

I have a question, what must i write in proconrulz to trigger a message ONLY 1 time if the player spawns first time at the round.

 

Exemple: On Spawn;PlayerFirst;Say TEXT (this is not right, i know, i want to show the text the player only at the first spawn at the round)

 

But this shows always the message if the player spawns, i want it only if he spawns the first time at the round and then never.

 

Thank you for ur help and sorry for my bad english.

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

Originally Posted by tarreltje*:

 

Hello !

I have a question, what must i write in proconrulz to trigger a message ONLY 1 time if the player spawns first time at the round.

 

Exemple: On Spawn;PlayerFirst;Say TEXT (this is not right, i know, i want to show the text the player only at the first spawn at the round)

 

But this shows always the message if the player spawns, i want it only if he spawns the first time at the round and then never.

 

Thank you for ur help and sorry for my bad english.

Well your rule is correct, so maby you are doing something else wrong? PlayerFirst is trigger for it
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by Mrkillerhomer_xD*:

 

Hi everyone.

I need a vote system for my server to endround.

But i don't know how to write it, what i need is so if a player fx writes "!endround" then a vote to end round will start and players just need to say !yes or !no or just !yes.

i tried to look at the !votekick in-game command and modify it but im not sure what to do =(

anyone know how to write something like that?

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

Originally Posted by ixnorp*:

 

Hi everyone.

I need a vote system for my server to endround.

But i don't know how to write it, what i need is so if a player fx writes "!endround" then a vote to end round will start and players just need to say !yes or !no or just !yes.

i tried to look at the !votekick in-game command and modify it but im not sure what to do =(

anyone know how to write something like that?

You might want to try insane limits !surrender limit.
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by raptor1288*:

 

1. open your bf4.def

2. search for procon.protected.serverversions.clear

3. add this line procon.protected.weapons.add Recon "U_SR338" Primary SniperRifle

4. save the bf4.def

5. restart procon / procon layer

:smile:

After i restart my computer..the line is erased? Any help?
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by TheSoulrester*:

 

I have a new problem, I would like to code something like that:

Code:

On Join; AdminSay %p% aus %pcountry% betritt den Server; #//translation: is joining the Server
On Say;Admin; Text !track; TargetPlayer; AdminSay %t% kommt aus %pcountry% #//translation: is comeing from pcountry
The first problem is: First, the pcountry-variable isnt working, ingame there is "PLAYER out of? is joining the server.

Than, when i want to track a player, only my country is tracking, not the country of the player i wanted to track

 

where is the problem :biggrin:

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

Originally Posted by ty_ger07*:

 

I have a new problem, I would like to code something like that:

Code:

On Join; AdminSay %p% aus %pcountry% betritt den Server; #//translation: is joining the Server
On Say;Admin; Text !track; TargetPlayer; AdminSay %t% kommt aus %pcountry% #//translation: is comeing from pcountry

The first problem is: First, the pcountry-variable isnt working, ingame there is "PLAYER out of? is joining the server.

Your Procon's GeoIP.dat file might need to be updated. Or maybe %p% doesn't have a %pcountry% yet because their player data is not yet available to Procon right away when the player joins.

 

Than, when i want to track a player, only my country is tracking, not the country of the player i wanted to track

 

where is the problem :biggrin:

I think that you will have to save the pcountry to a variable for each player at On Join to refer to later. %pcountry% apparently must not refer to %t% (target player).

 

This should work:

Code:

On Join; AdminSay %p% aus %pcountry% betritt den Server; Set %pcountry[%p%]% %pcountry% #//translation: is joining the Server
On Say;Admin; Text !track; TargetPlayer; AdminSay %t% kommt aus %pcountry[%t%]% #//translation: is comeing from pcountry
Then, if ty_ger07 joins the server, this is what would happen:

- %pcountry[%p%]% would set to United States. %pcountry[%p%]% is %pcountry[ty_ger07]% since ty_ger07 is %p%.

- If you type "!track ty_ger07", it will display %pcountry[%t%]% which is %pcountry[ty_ger07]% since ty_ger07 is the target of %t% and the value United States would be displayed.

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

Originally Posted by TheSoulrester*:

 

ok, i edted it now, because when the player joins the server, procon dont get any infos like %pcountry% yet.

 

now, i used "On Spawn" to get the Infos.

 

Code:

On Spawn; PlayerOnce; AdminSay %p% out of %pcountry% joined the server; Set %pcountry[%p%]% %pcountry%; 
On Say;Admin; Text !track; TargetPlayer; AdminSay %t% comes from %pcountry[%t%]%;
* Restored post. It could be that the author is no longer active.
Link to comment

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.