Jump to content

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


ColColonCleaner

Recommended Posts

Originally Posted by L2Devlier*:

 

What is Sayl? Check your syntax spellings.

 

Is Weapon Weapons/Knife/Knife a valid object in BF4? Did you try removing it and test?

 

I need a command line fixed that announces when someone is killed with a knife on my BF4 server. When I load the rules:

 

On Kill;Weapon Melee;Say %p% Got The Dog Tags And HUMILIATED %v% WELL DONE

On Kill;Weapon Weapons/Knife/Knife;Sayl %p% carved he`s name in %v% with a Blunt knife

 

It doesnt recognize the rule. Could anyone possibly assist me? Also if you could add more command lines with custom messages, that would be great

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

Originally Posted by tonnic*:

 

Is there a way to reload the rules files without restarting procon? I thought that disabling and then re-enabling the plugin would re-read the files, but it doesn't... only way that it reads the changes is if I restart procon.

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

Originally Posted by tarreltje*:

 

Is there a way to reload the rules files without restarting procon? I thought that disabling and then re-enabling the plugin would re-read the files, but it doesn't... only way that it reads the changes is if I restart procon.

This is a bug, i discovert it a time ago, dont know iff bambam has looked into it already!! I personaly use proconrulz without the txt files, i want to make adjustments on the fly !
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by LjMjollnir*:

 

This is a bug, i discovert it a time ago, dont know iff bambam has looked into it already!! I personaly use proconrulz without the txt files, i want to make adjustments on the fly !

Rather annoying bug at that... i find just changing a single line in the Rules.txt to something different...

so mine reads

 

Common.txt

Ultimate.txt

Melee.txt

ssdfhalksdfhkj3245r1234dsf

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

Originally Posted by bambam*:

 

Is there a way to reload the rules files without restarting procon? I thought that disabling and then re-enabling the plugin would re-read the files, but it doesn't... only way that it reads the changes is if I restart procon.

Lol this isn't something I noticed - I'm sure I can tweak that in another release. Don't you just click the 'reload plugins' link? I always seem to be reloading plugins or editting rules or the .txt list so the rules reload then.

 

Anyhoo, I'm sure I can improve this & an 'enable' will reload all .txt files.

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

Originally Posted by lordicon*:

 

Is there a way to reload the rules files without restarting procon? I thought that disabling and then re-enabling the plugin would re-read the files, but it doesn't... only way that it reads the changes is if I restart procon.

My rules are in a .txt file under Rulz .txt filenames. All I have to do is take the .txt file name out hit enter so it loads nothing then put the file name back in and hit enter and it reloads all the new rules just fine....
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by MorpheusX(AUT)*:

 

Lol this isn't something I noticed - I'm sure I can tweak that in another release. Don't you just click the 'reload plugins' link? I always seem to be reloading plugins or editting rules or the .txt list so the rules reload then.

 

Anyhoo, I'm sure I can improve this & an 'enable' will reload all .txt files.

There's no "reload plugins" link when connecting to a Procon layer.

Furthermore, Procon can't recompile plugins if more than one connection was opened (even if the second one already got closed).

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

Originally Posted by vikingvirus*:

 

did you upload all those txt files into your bf4 procon folder yet?

 

It has to be together with proconrulz.cs

yes i uploaded txt files into plugins folder together with proconrulz.cs

 

and i accepted EA rules.

 

but they still wont work. please help

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

Originally Posted by tarreltje*:

 

Lol this isn't something I noticed - I'm sure I can tweak that in another release. Don't you just click the 'reload plugins' link? I always seem to be reloading plugins or editting rules or the .txt list so the rules reload then.

 

Anyhoo, I'm sure I can improve this & an 'enable' will reload all .txt files.

Its the same thing i had like a few weeks ago, kill anouncing.txt . Even when i removed it from the to load txt, dis/enable proconrulz, the rulz kept working, a forced restart of procon was needed, to remove the rules.

 

I still think you should make it like insane limits. An option like enable new rul set Yes/No. If yes, you get a new section for some rulz. This way admins dont have to put their txt files onto their ftp server, and can handle everything in procon it selves!!

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

Originally Posted by LjMjollnir*:

 

I still think you should make it like insane limits. An option like enable new rul set Yes/No. If yes, you get a new section for some rulz. This way admins dont have to put their txt files onto their ftp server, and can handle everything in procon it selves!!

It would be a nice option.. however some of my Rules.txt files are rather large :ohmy: my Gunmaster script itself is 3k in size :ohmy:.. addins line by line would be painful.. that being said this kind of setting 'could' allow ingame control of rules settings.. something i actually asked for awhile back :ohmy:

 

Code:

On Say;Admin;Text !gunmaster
   if %targettext% == 0;Say Gunmaster disabled;DisableRuleSection 2
   if %targettext% == 1;Say Gunmaster enabled;EnableRuleSection 2
something like that would be ideal for my server setup :ohmy:
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by bambam*:

 

There's no "reload plugins" link when connecting to a Procon layer.

Furthermore, Procon can't recompile plugins if more than one connection was opened (even if the second one already got closed).

thanks for this... having the rulz .txt files reload on a 'disable'/'enable' really will be a one-line fix so now I understand the issue that layer-server users have I'll zap that into the code in small update.

 

I actually have *all* my rulz .txt files listed in the plugin settings (I have loads of different variants for testing, often with Log statements replacing Kills/Bans), and I turn files on and off by removing/adding an 'x' to the end of the file name (e.g. rules.txt becomes rules.txtx). ProconRulz is quite happy to skip files it doesn't find.

 

I'll take a look at the Insane Limits plugin settings method for multiple rulz sets as I'm sure that's an improvement for users that can't easily manage server-side files.

 

Meanwhile I'm in the middle of a major internal change to ProconRulz which makes all builtin variables (like the weapon each player last killed with) available continuously rather than temporarily within each rule - at the moment a variable like %w% only applies within a single On Kill rule, and this change makes them all available as %server_w[]%. It doesn't sound important but it's a useful generalization we can build upon moving forward if I implement rulz that can iterate through all players. And it's time to open the presents with the kids. Happy Xmas.

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

Originally Posted by bambam*:

 

chnaged EA rules to yes still not working...some help please

* turn trace rulz off - that won't help with this issue and it generates a huge amount of debug data so you don't want it on during busy server periods.

 

* turn on PluginConsole logging in the Procon Tools->Settings

 

* cause the rulz .txt files to reload, e.g. by editting the plugin setting 'rulz .txt filenames' (or reloading plugins, or restarting Procon)

 

* then you should see in the PluginConsole log a sequence of info messages as the .txt files were loaded (along the lines of 'Loading rulz from proconrulz_rules.txt').

 

That should give you a few clues, like does the plugin console log say 'file not found', or anything else...

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

Originally Posted by tarreltje*:

 

thanks for this... having the rulz .txt files reload on a 'disable'/'enable' really will be a one-line fix so now I understand the issue that layer-server users have I'll zap that into the code in small update.

 

I actually have *all* my rulz .txt files listed in the plugin settings (I have loads of different variants for testing, often with Log statements replacing Kills/Bans), and I turn files on and off by removing/adding an 'x' to the end of the file name (e.g. rules.txt becomes rules.txtx). ProconRulz is quite happy to skip files it doesn't find.

 

I'll take a look at the Insane Limits plugin settings method for multiple rulz sets as I'm sure that's an improvement for users that can't easily manage server-side files.

 

Meanwhile I'm in the middle of a major internal change to ProconRulz which makes all builtin variables (like the weapon each player last killed with) available continuously rather than temporarily within each rule - at the moment a variable like %w% only applies within a single On Kill rule, and this change makes them all available as %server_w[]%. It doesn't sound important but it's a useful generalization we can build upon moving forward if I implement rulz that can iterate through all players. And it's time to open the presents with the kids. Happy Xmas.

Sounds good!!! :biggrin: Merry X-mas to you Bambam and the rest!
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by vikingvirus*:

 

* turn trace rulz off - that won't help with this issue and it generates a huge amount of debug data so you don't want it on during busy server periods.

 

* turn on PluginConsole logging in the Procon Tools->Settings

 

* cause the rulz .txt files to reload, e.g. by editting the plugin setting 'rulz .txt filenames' (or reloading plugins, or restarting Procon)

 

* then you should see in the PluginConsole log a sequence of info messages as the .txt files were loaded (along the lines of 'Loading rulz from proconrulz_rules.txt').

 

That should give you a few clues, like does the plugin console log say 'file not found', or anything else...

all it says is:

plugin enabled version 44g.3

loading 3 rulz

3 rules loaded

 

but it doesnt say which ones it loaded?

 

but i have 7 .txt files in there to load not 3?

 

ok i changed one of the .txt filenames and then it came up files "not found" all the files i added there.

 

abcdefg.jpg

 

all the "not found" files are in the correct folder.

 

heres a pic. i opened a few on the files too in case it helped!

iuerhgerg.jpg

 

 

getting this sorted and working would be a great christmas present XD!

Thanks

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

Originally Posted by ixnorp*:

 

all it says is:

plugin enabled version 44g.3

loading 3 rulz

3 rules loaded

 

but it doesnt say which ones it loaded?

 

but i have 7 .txt files in there to load not 3?

 

ok i changed one of the .txt filenames and then it came up files "not found" all the files i added there.

 

abcdefg.jpg

 

all the "not found" files are in the correct folder.

 

heres a pic. i opened a few on the files too in case it helped!

iuerhgerg.jpg

 

 

getting this sorted and working would be a great christmas present XD!

Thanks

:huh: you gotta upload those files to the procon host you rent from, into the bf4 folder together with proconrulz.cs.
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by Hawk1e*:

 

Guys, I've just updated proconrulz to 44j1 and now I get two error messages for bad "if" statements, when this worked previously...anyone know what I need to change?

 

Here's the code I'm using....

 

 

 

# SET THE MAX # OF SNIPERS HERE:

On Kill;ServerFirst;Set %server_sniperlimit% 2

On Say;ServerFirst;Set %server_sniperlimit% 2

 

# SNIPER LOG MESSAGES

On Spawn;If %server_sl_sniper[%p%]% == 1;Log Sniper %pt% %p% re-spawned. %server_sl_total[%ptk%]% snipers on team %ptk%

On Kill;If %server_sl_sniper[%v%]% == 1;Log Sniper %vtk% %v% killed. %server_sl_total[%vtk%]% snipers on team %vtk%

 

# SNIPER KILL CHECKS either over limit (so kill), existing sniper (do nothing), new sniper (reserve slot)

On Kill;Damage SniperRifle;Damage DMR;

If %server_sl_total[%ptk%]% >= %server_sniperlimit%;if %server_sl_sniper[%p%]% == 0;PlayerSay -;PlayerSay - %p% killed by SNIPER LIMIT max %server_sniperlimit%;PlayerSay -;Log Sniper Limit max %server_sniperlimit% snipers each team !!! (now Kill %p%);Kill

If %server_sl_sniper[%p%]% == 1;Log %ptk% %p% still a sniper, %server_sl_total[%ptk%]% snipers on team %ptk%

If %server_sl_sniper[%p%]% == 0;Incr %server_sl_total[%ptk%]%;Set %server_sl_sniper[%p%]% 1;Set %server_sl_x% %server_sl_total[%ptk%]%;Set %server_sl_snipername[%ptk%][%server_sl_x%]% %p%;PlayerSay -;PlayerSay - YOU HAVE A SNIPER SLOT !!! %server_sl_total[%ptk%]%/%server_sniperlimit%;PlayerSay -;Log %ptk% %p% is new sniper, %server_sl_total[%ptk%]%/%server_sniperlimit% snipers on team %ptk%

 

# FREE UP SNIPER SLOT IF SNIPER HAS NON-SNIPER KILL OR SNIPER LEAVES

On Kill;Not Damage SniperRifle;Not Damage DMR;Not Damage Handgun;Not Damage None;Not Damage Melee;Not Damage ProjectileExplosive;Not Damage Explosive;Not Damage Nonlethal;Not Damage Impact;If %server_sl_sniper[%p%]% == 1;Set %server_sl_sniper[%p%]% 0;Decr %server_sl_total[%ptk%]%;Say %p% gave up SNIPER slot on %pt%;Log Ex-sniper %p% used %d% %wk%, %server_sl_total[%ptk%]% snipers on team %ptk%

On Leave;If %server_sl_sniper[%p%]% == 1;Set %server_sl_sniper[%p%]% 0;Decr %server_sl_total[%ptk%]%;TeamSay -;TeamSay - %p% gave up his SNIPER slot !!!;TeamSay -;Log Sniper %pt% %p% left server. %server_sl_total[%ptk%]% snipers on team %ptk%

 

# !snipers / !sniperx INFO MESSAGES

On Say;Text !snipers;

PlayerSay Sniper limit: %server_sl_total[%ptk%]%/%server_sniperlimit%. Reserve slot with sniper kill, lose it with non-sniper/handgun kill.

If %server_sl_total[%ptk%]% == 0;PlayerSay 0/%server_sniperlimit% SNIPERS on team %pt%

If %server_sl_total[%ptk%]% > 0;PlayerSay %pt% SNIPER[1/%server_sniperlimit%] is %server_sl_snipername[%ptk%][1]%

If %server_sl_total[%ptk%]% > 1;PlayerSay %pt% SNIPER[2/%server_sniperlimit%] is %server_sl_snipername[%ptk%][2]%

If %server_sl_total[%ptk%]% > 2;PlayerSay %pt% SNIPER[3/%server_sniperlimit%] is %server_sl_snipername[%ptk%][3]%

If %server_sl_total[%ptk%]% > 3;PlayerSay %pt% SNIPER[4/%server_sniperlimit%] is %server_sl_snipername[%ptk%][4]%

 

On Say;Text !sniperx;

PlayerSay SNIPERS: Team 1: %server_sl_total[1]%/%server_sniperlimit%, Team 2: %server_sl_total[2]%/%server_sniperlimit%

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

Originally Posted by zerokool69*:

 

Hi there again, i got bored with always had to confirm if i wanted to use !kill command, so i added Example 10. Easy in-game admin

 

On Say;Admin;Text !kill;TargetPlayer;Say Player %t% killed;TargetAction Kill 100

On Say;Admin;Text !kick;TargetPlayer;Say Player %t% kicked;TargetAction Kick Kicked by Admin

 

To see if it worked i tried to kill my self, but i still had to confirm.

Dont this line work on bf4?

 

thanks in advance and merry x-mas to u all :smile:

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

Originally Posted by tarreltje*:

 

Hi there again, i got bored with always had to confirm if i wanted to use !kill command, so i added Example 10. Easy in-game admin

 

On Say;Admin;Text !kill;TargetPlayer;Say Player %t% killed;TargetAction Kill 100

On Say;Admin;Text !kick;TargetPlayer;Say Player %t% kicked;TargetAction Kick Kicked by Admin

 

To see if it worked i tried to kill my self, but i still had to confirm.

Dont this line work on bf4?

 

thanks in advance and merry x-mas to u all :smile:

turn of other admin plugins, then it should work
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by tarreltje*:

 

Guys, I've just updated proconrulz to 44j1 and now I get two error messages for bad "if" statements, when this worked previously...anyone know what I need to change?

 

Here's the code I'm using....

 

 

 

# SET THE MAX # OF SNIPERS HERE:

On Kill;ServerFirst;Set %server_sniperlimit% 2

On Say;ServerFirst;Set %server_sniperlimit% 2

 

# SNIPER LOG MESSAGES

On Spawn;If %server_sl_sniper[%p%]% == 1;Log Sniper %pt% %p% re-spawned. %server_sl_total[%ptk%]% snipers on team %ptk%

On Kill;If %server_sl_sniper[%v%]% == 1;Log Sniper %vtk% %v% killed. %server_sl_total[%vtk%]% snipers on team %vtk%

 

# SNIPER KILL CHECKS either over limit (so kill), existing sniper (do nothing), new sniper (reserve slot)

On Kill;Damage SniperRifle;Damage DMR;

If %server_sl_total[%ptk%]% >= %server_sniperlimit%;if %server_sl_sniper[%p%]% == 0;PlayerSay -;PlayerSay - %p% killed by SNIPER LIMIT max %server_sniperlimit%;PlayerSay -;Log Sniper Limit max %server_sniperlimit% snipers each team !!! (now Kill %p%);Kill

If %server_sl_sniper[%p%]% == 1;Log %ptk% %p% still a sniper, %server_sl_total[%ptk%]% snipers on team %ptk%

If %server_sl_sniper[%p%]% == 0;Incr %server_sl_total[%ptk%]%;Set %server_sl_sniper[%p%]% 1;Set %server_sl_x% %server_sl_total[%ptk%]%;Set %server_sl_snipername[%ptk%][%server_sl_x%]% %p%;PlayerSay -;PlayerSay - YOU HAVE A SNIPER SLOT !!! %server_sl_total[%ptk%]%/%server_sniperlimit%;PlayerSay -;Log %ptk% %p% is new sniper, %server_sl_total[%ptk%]%/%server_sniperlimit% snipers on team %ptk%

 

# FREE UP SNIPER SLOT IF SNIPER HAS NON-SNIPER KILL OR SNIPER LEAVES

On Kill;Not Damage SniperRifle;Not Damage DMR;Not Damage Handgun;Not Damage None;Not Damage Melee;Not Damage ProjectileExplosive;Not Damage Explosive;Not Damage Nonlethal;Not Damage Impact;If %server_sl_sniper[%p%]% == 1;Set %server_sl_sniper[%p%]% 0;Decr %server_sl_total[%ptk%]%;Say %p% gave up SNIPER slot on %pt%;Log Ex-sniper %p% used %d% %wk%, %server_sl_total[%ptk%]% snipers on team %ptk%

On Leave;If %server_sl_sniper[%p%]% == 1;Set %server_sl_sniper[%p%]% 0;Decr %server_sl_total[%ptk%]%;TeamSay -;TeamSay - %p% gave up his SNIPER slot !!!;TeamSay -;Log Sniper %pt% %p% left server. %server_sl_total[%ptk%]% snipers on team %ptk%

 

# !snipers / !sniperx INFO MESSAGES

On Say;Text !snipers;

PlayerSay Sniper limit: %server_sl_total[%ptk%]%/%server_sniperlimit%. Reserve slot with sniper kill, lose it with non-sniper/handgun kill.

If %server_sl_total[%ptk%]% == 0;PlayerSay 0/%server_sniperlimit% SNIPERS on team %pt%

If %server_sl_total[%ptk%]% > 0;PlayerSay %pt% SNIPER[1/%server_sniperlimit%] is %server_sl_snipername[%ptk%][1]%

If %server_sl_total[%ptk%]% > 1;PlayerSay %pt% SNIPER[2/%server_sniperlimit%] is %server_sl_snipername[%ptk%][2]%

If %server_sl_total[%ptk%]% > 2;PlayerSay %pt% SNIPER[3/%server_sniperlimit%] is %server_sl_snipername[%ptk%][3]%

If %server_sl_total[%ptk%]% > 3;PlayerSay %pt% SNIPER[4/%server_sniperlimit%] is %server_sl_snipername[%ptk%][4]%

 

On Say;Text !sniperx;

PlayerSay SNIPERS: Team 1: %server_sl_total[1]%/%server_sniperlimit%, Team 2: %server_sl_total[2]%/%server_sniperlimit%

I also have updated, and using my sniperrules without any problems. while i couldnt find anything wrong in your rulz, maby you have some sort of typo?

 

Maby remove some parts of the sniperlimit rulz, and reload the rules to see in wich part the problem lies

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

Originally Posted by Hawk1e*:

 

I also have updated, and using my sniperrules without any problems. while i couldnt find anything wrong in your rulz, maby you have some sort of typo?

 

Maby remove some parts of the sniperlimit rulz, and reload the rules to see in wich part the problem lies

Thanks for the quick response, I sorted it....the problem was with a different ruleset being loaded from a txt file. *facepalm*
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by bambam*:

 

Hi there again, i got bored with always had to confirm if i wanted to use !kill command, so i added Example 10. Easy in-game admin

 

On Say;Admin;Text !kill;TargetPlayer;Say Player %t% killed;TargetAction Kill 100

On Say;Admin;Text !kick;TargetPlayer;Say Player %t% kicked;TargetAction Kick Kicked by Admin

 

To see if it worked i tried to kill my self, but i still had to confirm.

Dont this line work on bf4?

 

thanks in advance and merry x-mas to u all :smile:

agree with tarreltje. Also if you test on yourself you might not die if you are admin.
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by bambam*:

 

all it says is:

plugin enabled version 44g.3

loading 3 rulz

3 rules loaded

 

but it doesnt say which ones it loaded?

 

but i have 7 .txt files in there to load not 3?

 

ok i changed one of the .txt filenames and then it came up files "not found" all the files i added there.

 

abcdefg.jpg

 

all the "not found" files are in the correct folder.

 

heres a pic. i opened a few on the files too in case it helped!

iuerhgerg.jpg

 

 

getting this sorted and working would be a great christmas present XD!

Thanks

The screens you provided are really helpful. The windows folder you have the rulz .txt files in does NOT look like it is the correct folder beneath the folder containing your actual procon.exe that is running (two clues - first the base folder name is New Folder(4) which doesn't sound likely to contain your procon.exe, second the Plugins\BF4 folder show does not contain the ProconRulz.cs so it cannot possibly be the folder your procon.exe is currently using for plugins (you could delete proconrulz.dll in that folder to tidy up - that exists because proconrulz.cs WAS in that folder and you ran procon locally so it compiled the proconrulz plugin.)

 

I added a small feature to the 44j1 version of ProconRulz I uploaded yesterday to help you a bit (you can't be the only proconrulz noob with this problem). The rulz 'NOT FOUND' message will now tell you the full path procon is looking in such as C:\Users\bambam\Documents\procon_1.1.4\Plugins\BF4 \procinrulz_rules.txt

You just need to make sure your files are in that folder (and currently they are not).

Also, to repeat, as you are connecting to a 'layer server', THAT is where your procon is actually running and your desktop executable is just acting as a 'slave' displaying the user interface, so your rulz .txt files have to be where the procon on the LAYER SERVER expects to find them, not your desktop.

 

If uploading the rulz .txt files to the layer server is for some reason a pain in the ass (wtf_) then you can fall back to cutting-and-pasting the rulz directly into the ProconRulz plugin 'Rules' setting.

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

Originally Posted by tarreltje*:

 

I think it isnt realy a problem for people to upload the txt files, but its to much work to go to your ftp client ect and upload them, while adding rules in proconrulz itself is much easyer!

 

I stopped using the txt files, because of what i wrote above. For me its much easyer to adjust and add rulz just into my local proconrulz instead of logging in to my friends server true windows. I just use proconrulz the oldschool way :cool:, what for me is working fine.

 

I still hope and like you said, will take a look at insane limits. The only thing i like from insane limits is, that you have seperate sections for the limits (rulz), you also can enable/disable. This way you can add and remove limits(rulz) on the fly!!

 

Something like this:

 

Game: BF4

Delay before kill: 5000

Yell seconds: 5

EA rules .. :Yes

Protect these..: Admins

Trace Rulz: No

- Add new Rulz:

 

Rulz 1:

Enable: Yes

Rulz code:

---------------

On kil:...

On spawn...

Log ..

Log..

 

Rulz 2:

Enable: No

Rulz code:

---------------

On kil:...

On spawn...

Log ..

Log..

 

Rulz 3:

Enable: Yes

Rulz code:

---------------

On kil:...

On spawn...

Log ..

Log..

 

This is making it so much easyer for admins to add and adjust the rules, without teh hazzle of login to your ftp

 

Dont know what other people think of this idea?

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

Originally Posted by LjMjollnir*:

 

tarreltje.

 

I like that :ohmy: tho i do love being able to use .txt files aswell.. so maybe if the first line is a filename it would load the .txt file.. if not it would process the rules int hat section normally.

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

Originally Posted by Mandizzy*:

 

Anyone knows if it's possible to use something like this? The document is very old and doesn't have all the info.

 

On Kill;If %wk% contains U_Grenade_RGO,U_M34,V40,M320_LVG,M320_HE,U_M67;Log %p% used explosives

* 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.

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