Jump to content

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


ColColonCleaner

Recommended Posts

Originally Posted by Infoglot*:

 

On Say;Text bitch,biatch,suck,pussy,pussies,pssy,shit,fag,fags ,cock,queer,dicksucker,whoreson,fuck,fucking,idiot ,slut,bastard,mongrel,cocksucker,kinderfikker,fikk er,fucker,cock;PlayerCount 2;Say %p% Kicked For Bad Language!;Kick NEXT TIME,WATCH YOUR LANGUAGE!

On Say;Text bitch,biatch,suck,pussy,pussies,pssy,shit,fag,fags ,cock,queer,dicksucker,whoreson,fuck,fucking,idiot ,slut,bastard,mongrel,cocksucker,kinderfikker,fikk er,fucker,cock;PlayerCount 1;Say %p% Watch your language!!! Or Kick!!!;kill 100

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

Originally Posted by tarreltje*:

 

Ok guys, if tested it for like 30 min and it is working!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

 

only downside now, the limit is for the whole server, not team. But should be posible, if bambam or someone else can help me with it!

 

#sniper limit

On Round;Set %server_recontotal% 0;log recontotal is made

On Spawn;if %beingsniper% == 1;Decr %beingsniper%;Decr %server_recontotal%;log we have %server_recontotal% snipers

On Spawn;Set %beingsniper% 0;log we have %server_recontotal% snipers

On kill;Damage sniperRifle;if %server_recontotal% == 3;if %beingsniper% == 0;Say Sniper Limit max 3 snipers!!!;Kill

On kill;Damage SniperRifle;if %beingsniper% == 1;End;log %p% is still a sniper, we have %server_recontotal% snipers

On kill;Damage sniperRifle;incr %server_recontotal%;set %beingsniper% 1;log %p% is a sniper we have %server_recontotal% snipers

On kill;Not Damage sniperRifle;if %beingsniper% == 1;decr %beingsniper%;decr %server_recontotal%;log %p% is no sniper anymore, we have %server_recontotal% snipers

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

Originally Posted by Moorepheus*:

 

Installed the RULEZ plugin, but where do I set it up_? I just don't see it. When I look under the EVENTS tab, it never shows that it's loaded or enabled. Is there a way to re-install the plugin?

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

Originally Posted by tarreltje*:

 

Installed the RULEZ plugin, but where do I set it up_? I just don't see it. When I look under the EVENTS tab, it never shows that it's loaded or enabled. Is there a way to re-install the plugin?

You have to install it on your layer server! When you have done that you should be able to see it in the plugins tab.

 

It will do nothing before you have entered some Rulz.

 

Please read the first page of this thread, there is all the info you need

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

Originally Posted by Moorepheus*:

 

You have to install it on your layer server! When you have done that you should be able to see it in the plugins tab.

 

It will do nothing before you have entered some Rulz.

 

Please read the first page of this thread, there is all the info you need

Yep, i got it, thanks....I just didn't read...my fault...thanks

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

Originally Posted by mougoul*:

 

Hello guys, i have a probleme, whith prvious plugin it was ok but with 38d2 it dosent working.

My config :

 

On Kill;Damage SniperRifle;PlayerCount 1;Say %p% was Kicked for killing %v% with SNIPER RIFLE;Kick %p%

On Kill;Damage SniperRifle;Say %p% was Killed for killing %v% with SNIPER RIFLE --> NEXT TIME = KICK;Kill %p%

Could you help me please :smile:
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by tarreltje*:

 

Hello guys, i have a probleme, whith prvious plugin it was ok but with 38d2 it dosent working.

My config :

 

 

 

Could you help me please :smile:

On Kill;Damage SniperRifle;PlayerCount 1;Say %p% was Kicked for killing %v% with SNIPER RIFLE;Kick

On Kill;Damage SniperRifle;Say %p% was Killed for killing %v% with SNIPER RIFLE --> NEXT TIME = KICK;Kill

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

Originally Posted by ty_ger07*:

 

#sniper limit

On Round;Set %recontotal% 0;log recontotal is made

On Spawn;Set %beingsniper% 0;

On kill;Damage sniperRifle;if %recontotal% == 4;if %beingsniper% == 0;Say Sniper Limit max 4 snipers!!!;Kill

On kill;Damage SniperRifle;if %beingsniper% == 1;End;log %p% is still a sniper!!

On kill;Damage sniperRifle;incr %recontotal%;set %beingsniper% 1;log %p% is a sniper!!

On kill;Not Damage sniperRifle;if %beingsniper% == 1;decr %beingsniper%;decr %recontotal%;log %p% is no sniper anymore!!

 

Still not working good. We only have to manage to get the %recontotal% as a server var, then i should work. in this situation the %recontotal% is still for the player..

 

Anyone that can help..

Did you try %server_recontotal% instead of $recontotal%?

 

Having the 'server_' prefix used to cause the variable to be handled differently.

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

Originally Posted by ty_ger07*:

 

What is wrong?

Is all that stuff on one line? Make sure you have no line breaks.

 

Also try:

-Remove comma in Kick command. Instead of "Kick NEXT TIME,WATCH YOUR LANGUAGE!", try "Kick NEXT TIME WATCH YOUR LANGUAGE!"

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

Originally Posted by mougoul*:

 

On Kill;Damage SniperRifle;PlayerCount 1;Say %p% was Kicked for killing %v% with SNIPER RIFLE;Kick

On Kill;Damage SniperRifle;Say %p% was Killed for killing %v% with SNIPER RIFLE --> NEXT TIME = KICK;Kill

Tank you very much :ohmy:
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by tarreltje*:

 

Did you try %server_recontotal% instead of $recontotal%?

 

Having the 'server_' prefix used to cause the variable to be handled differently.

I had changed it, its already working !!!!!!!!!!!!!!!!!!!!!!!!!, ive posted it
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by Doomsayer*:

 

is there a way to get the players ping to show up in the server if they say !ping. i tried to get a rule to work but it just says -1 for my ping. is there a way to get the program to ping the servers ip?

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

Originally Posted by tarreltje*:

 

is there a way to get the players ping to show up in the server if they say !ping. i tried to get a rule to work but it just says -1 for my ping. is there a way to get the program to ping the servers ip?

There is a plugin for that:

 

www.phogue.net/forumvb/showth...12-2011%29-BF3*

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

Originally Posted by Rodex*:

 

Ok guys

 

I'm trying to make a rule so I can run SQ rush with no vehicles = NO RPG/SMAW

and SQ DM with vehicles = PRG/SMAW allowed, how can I do this? (The no RPG/SMAW rule I have) but I dont want to kill the players if they shoot at vehicles of cource!..

 

 

Code:

#No Rockets launcher (RPG-7 and SMAW)
On Kill;Weapon RPG-7;PlayerCount 1;Log %p% kicked for RL;Kick %p% Rocket on infantry!
On Kill;Weapon RPG-7;PlayerCount 0;Say %p% Warning No RPG-7 on infantry! If you use it again you will be kicked!
On Kill;Weapon SMAW;PlayerCount 1;Log %p% kicked for RL;Kick %p% Rocket on infantry!
On Kill;Weapon SMAW;PlayerCount 0;Say %p% Warning No SMAW on infantry! If you use it again you will be kicked!
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by warr*:

 

in my previous post i asked if i could add a rule to the sniper and pistol config allowing knifes to be used as well

is there away to add a rule ..i am using the sniper and pistol rulz but would like to add knife a swell but not sure how to

here is the config i am using :On Kill;Not Damage SniperRifle;Not Damage Handgun;PlayerCount 5;Log %p%banned (snipers / pistols only);Ban %p% snipers only

On Kill;Not Damage SniperRifle;Not Damage Handgun;PlayerCount 3;Log %p% kicked (snipers / pistols only);Kick %p% snipers only

On Kill;Not Damage SniperRifle;Not Damage Handgun;PlayerSay %p% snipers/pistols only;Kill 100

 

but would like to add knife so players dont get kicked for using it

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

Originally Posted by Bl1ndy*:

 

in my previous post i asked if i could add a rule to the sniper and pistol config allowing knifes to be used as well

 

here is the config i am using :On Kill;Not Damage SniperRifle;Not Damage Handgun;PlayerCount 5;Log %p%banned (snipers / pistols only);Ban %p% snipers only

On Kill;Not Damage SniperRifle;Not Damage Handgun;PlayerCount 3;Log %p% kicked (snipers / pistols only);Kick %p% snipers only

On Kill;Not Damage SniperRifle;Not Damage Handgun;PlayerSay %p% snipers/pistols only;Kill 100

 

but would like to add knife so players dont get kicked for using it

Code:
On Kill;Not Damage SniperRifle;Not Damage Handgun;Not Damage Melee;PlayerCount 5;Log %p%banned (snipers / pistols only);Ban %p% snipers only
On Kill;Not Damage SniperRifle;Not Damage Handgun;Not Damage Melee;PlayerCount 3;Log %p% kicked (snipers / pistols only);Kick %p% snipers only
On Kill;Not Damage SniperRifle;Not Damage Handgun;Not Damage Melee;PlayerSay %p% snipers/pistols only;Kill 100
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by Bl1ndy*:

 

it says warning damage m67 not found in procon?

Code:
On Kill;Not Damage SniperRifle;Not Damage Handgun;Not Damage Melee;Not Weapon M67;PlayerCount 5;Log %p%banned (snipers / pistols only);Ban %p% snipers only
On Kill;Not Damage SniperRifle;Not Damage Handgun;Not Damage Melee;Not Weapon M67;PlayerCount 3;Log %p% kicked (snipers / pistols only);Kick %p% snipers only
On Kill;Not Damage SniperRifle;Not Damage Handgun;Not Damage Melee;Not Weapon M67;PlayerSay %p% snipers/pistols only;Kill 100
* 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.
Note: Your post will require moderator approval before it will be visible.

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.

×
×
  • 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.