ImportBot Posted March 10, 2012 Share Posted March 10, 2012 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? Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted March 10, 2012 Share Posted March 10, 2012 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 Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted March 10, 2012 Share Posted March 10, 2012 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? Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted March 10, 2012 Share Posted March 10, 2012 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 Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted March 10, 2012 Share Posted March 10, 2012 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 Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted March 10, 2012 Share Posted March 10, 2012 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 Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted March 10, 2012 Share Posted March 10, 2012 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 On Kill;Damage SniperRifle;PlayerCount 1;Say %p% was Kicked for killing %v% with SNIPER RIFLE;KickOn Kill;Damage SniperRifle;Say %p% was Killed for killing %v% with SNIPER RIFLE --> NEXT TIME = KICK;Kill Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted March 10, 2012 Share Posted March 10, 2012 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. Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted March 10, 2012 Share Posted March 10, 2012 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!" Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted March 10, 2012 Share Posted March 10, 2012 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 Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted March 10, 2012 Share Posted March 10, 2012 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 Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted March 10, 2012 Share Posted March 10, 2012 Originally Posted by Rodex*: Yea, it's 38d.2 I personly dont see anything wrong.. I checked it with an example on the first page and its basicly the same! Is your proconrulz plugin uptodate? Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted March 11, 2012 Share Posted March 11, 2012 Originally Posted by warr*: 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 Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted March 11, 2012 Share Posted March 11, 2012 Originally Posted by tarreltje*: 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 toCan you be more accurate, about your question? Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted March 11, 2012 Share Posted March 11, 2012 Originally Posted by DeadShot*: can it be done specific tickets according to the game mode? Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted March 11, 2012 Share Posted March 11, 2012 Originally Posted by tarreltje*: can it be done specific tickets according to the game mode?what are you talking about? Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted March 11, 2012 Share Posted March 11, 2012 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? Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted March 11, 2012 Share Posted March 11, 2012 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* Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted March 11, 2012 Share Posted March 11, 2012 Originally Posted by Doomsayer*: i know, i tried that. when you ping yourself it says ping fail or something Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted March 11, 2012 Share Posted March 11, 2012 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! Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted March 11, 2012 Share Posted March 11, 2012 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 tohere 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 onlyOn 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 Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted March 11, 2012 Share Posted March 11, 2012 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 Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted March 11, 2012 Share Posted March 11, 2012 Originally Posted by tarreltje*: add damage melee to your rule Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted March 11, 2012 Share Posted March 11, 2012 Originally Posted by warr*: works a treat thanks alot and if u dont mind me asking is there a config for allowing grenades Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted March 11, 2012 Share Posted March 11, 2012 Originally Posted by tarreltje*: add weapon m67 Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted March 11, 2012 Share Posted March 11, 2012 Originally Posted by warr*: it says warning damage m67 not found in procon? Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted March 11, 2012 Share Posted March 11, 2012 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 Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted March 11, 2012 Share Posted March 11, 2012 Originally Posted by tarreltje*: its weapon, not damage! ah you already have that! Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted March 11, 2012 Share Posted March 11, 2012 Originally Posted by warr*: still says the same edit : so do i put in weapon or damage or both? edit : didnt put it all in duh me gona test and thanks for all the help guys Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted March 12, 2012 Share Posted March 12, 2012 Originally Posted by Singh400*: Is there a index of all the "rulz" complied so far? I don't want to sift through 131 pages. Quote * Restored post. It could be that the author is no longer active. Link to comment
Recommended Posts
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.