
Uninstaller
Active Members-
Content Count
11 -
Joined
-
Last visited
About Uninstaller
-
Rank
Member
Profile Information
-
Gender
Not Telling
-
Advanced In-Game Admin and Ban Enforcer - AdKats
Uninstaller replied to ColColonCleaner's topic in Plugins
Is it possible to update the !join and !pull cmd to add a queue system when the targeted squad is currently full or when it's in the opposed team and the team is currenlty full? Like with !move / !fmove. -
Uninstaller reacted to a post in a topic: Battlefield Admin Control Panel - BFACP
-
On-Spawn Loadout Enforcer for Infantry/Vehicles - AdKatsLRT
Uninstaller replied to ColColonCleaner's topic in Plugins
Is it possible to add Soldier Camo support and a whitelist system based on adkats roles? -
Uninstaller reacted to a post in a topic: VIP Slot Manager
-
I'm thinking about two new features The first one would be to be able to disable "Aggressive join" based on the time of the day that the server owner would choose For example on my side i would like to disable "Aggressive join" from 00:00 to 08:00 so like that nobody will be kicked from VIP join at night The second feature would be to disable "Aggressive join" if server isnt full (or near full capacity, like if server is under 60 real players on a 64 server "Aggressive join" is disable, if above 60 "Aggressive join" is enable) Because as you know, pretty much all populated pc ser
-
@maxdralle Are you still up to update/add new functionality to this plugin ?
-
Issue with Insane Limits with Procon Version (>=1.5.3.0)
Uninstaller replied to Prophet731's topic in News
To be sure, we have to change permissions on "insanelimit .cfg" or "insanelimit .conf" ? Because on your screenshot it's "insanelimit .conf" that we can see. -
Uninstaller reacted to a post in a topic: Insane Limits (0.9.17.0 - 30-MAR-2015) + BFHL
-
This code doesn't work anymore with latest procon version int winner = (team1.RemainTicketsPercent > team2.RemainTicketsPercent) _ 1 : 2;
-
Uninstaller reacted to a post in a topic: Insane Limits (0.9.17.0 - 30-MAR-2015) + BFHL
-
Special character like à é € £ $ etc seem to not be supported anymore too.
-
Hi, is it possible to enable/disable others plugins with an insane limits script? Because i'm trying to do a script for that and my the script is compilled by insane limits and working but it doesnt disable/enable the plugin plugin.ServerCommand("procon.plugin.enable", "CAdaptiveTicketCount", "false"); When i enter this command directly in the procon console it work, the plugin is desactived, but with my script, nothing happen procon.plugin.enable CAdaptiveTicketCount false