The firt plugin i want to suggest is: Vehicle or not Veicle switch by MapListexemple Maplist:
Caspian Border; Conquest Large; Vehicle Yes; 2 Round
Seine Crossing; Conquest Small; Vehicle No; 2 Round
Operation Firestorm; Conquest Small; Vehicle Yes; 2 Round
Grand Bazaar; Conquest Small; Vehicle No; 2 Round
The second plugin i want to suggest is: Scripting Interpreter ProconRulez LikeI dunno if you dont know proconrulez, if not i can explain to you, but before i need to excuse me for my exotical english: I'm talking about a plugin for the procon frostbyte server management software. His function is to interpreter a lot of command rules scripted to solve some ingame situation with the maximum flexibility. Will Be a very good thing if your rconnet will in future be able to interpreter some script writen or pasted in the text window of the rules interpreter plugin, somthing like this:
Code:
# RPG interdit sur Operation Metro
On Kill;Map Metro;Weapon RPG-7;PlayerCount 1;Say %p% Pas de %w% sur l'infanterie KICK !;Kill
On Kill;Map Metro;Weapon SMAW;PlayerCount 1;Say %p% Pas de %w% sur l'infanterie KICK!;Kill
On Kill;Map Metro;Weapon RPG-7;PlayerCount 2;Say %p% Pas de %w% sur l'infanterie KICK !;Kick
On Kill;Map Metro;Weapon SMAW;PlayerCount 2;Say %p% Pas de %w% sur l'infanterie KICK!;Kick
# M320 interdit sur Operation Metro
On Kill;Map Metro;Weapon M320;PlayerCount 1;Kill %p% - using M320 on Metro
On Kill;Map Metro;Weapon M320;PlayerCount 2;Kick %p% - using M320 on Metro
# Auto kick TK + 2 avertissement
On TeamKill;PlayerCount 5;Kick;Log Autokill TKer %p%;PlayerSay Autokick pour 5 TK's!
On TeamKill;PlayerCount 3;PlayerSay %p% Autokick Warning: 3 of 5!
On TeamKill;PlayerCount 4;PlayerSay %p% Autokick Warning: 4 of 5!
# No Veicle under 20 Player ( 10 for side ) on Bazaar and Crossing
On Kill;Map Crossing;Teamsize 9;Damage VehicleHeavy;Say No tanks until 10 players a side;Kill
On Kill;Map Bazaar;Teamsize 9;Damage VehicleHeavy;Say No tanks until 10 players a side;Kill
____________________________________________________________
As you can see, in the last 2 line of the second plugin, will be a solution for the first plugin request, like an alternative veicle limit solution. I hope somthing i say will be an help for you, becouse i really appreciate your good and clean work.