ImportBot Posted April 3, 2016 Share Posted April 3, 2016 Originally Posted by ty_ger07*: ... [00:33:16 21] InnerException: System.Exception: Call to GetHostEntry failed after 00:00:00 while querying for hostname 'localhost ' ... The error message should have said: 'localhost' not: 'localhost ' The error message indicates that there is an accidental new line after localhost in your plugin settings. Remove that extra blank line and it should solve it. Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted April 4, 2016 Share Posted April 4, 2016 Originally Posted by fahaed120*: thank you so much i got fix it i bought a PROCON SERVER HOSTING my server from www.g-portal.com there procon won't let me do that no idea why and its always crashing !! thanks to https://www.gameservers.com/procon i love it there service ! Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted April 4, 2016 Share Posted April 4, 2016 Originally Posted by Junior-Zancan*: Good morning. I want to reset the stats of my server, but maintain the PlayerIDs and so on, because of AdKats. Can I just delete (TRUNCATE TABLE) "tbl_playerstats" or would be more convenient just to set all values (Score, Kills, Deaths, Killstreak and so on, except StatsID, FirstSeen and LastSeen) to 0, to restart the counting? (Sorry for my bad English) Thank you. Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted April 4, 2016 Share Posted April 4, 2016 Originally Posted by Stormfire*: that fixed on of the errors but still have no luck getting it to run. below is the error I'm getting. [18:35:14 39] Error in Tablebuilder: [18:35:14 39] Message: Unable to connect to any of the specified MySQL hosts. [18:35:14 39] Native: -2147467259 [18:35:14 39] Source: MySql.Data [18:35:14 39] StackTrace: at MySql.Data.MySqlClient.NativeDriver.Open() at MySql.Data.MySqlClient.Driver.Open() at MySql.Data.MySqlClient.Driver.Create(MySqlConnecti onStringBuilder settings) at MySql.Data.MySqlClient.MySqlPool.GetPooledConnecti on() at MySql.Data.MySqlClient.MySqlPool.TryToGetDriver() at MySql.Data.MySqlClient.MySqlPool.GetConnection() at MySql.Data.MySqlClient.MySqlConnection.Open() at PRoConEvents.CChatGUIDStatsLogger.tablebuilder() in c:\procon_1.5.1.1\Plugins\BF4\Temp\qwffiinh.0.cs:l ine 5064 [18:35:14 39] Error: System.NullReferenceException: Object reference not set to an instance of an object. at PRoConEvents.CChatGUIDStatsLogger.DisplayMySqlErro rCollection(MySqlException myException) in c:\procon_1.5.1.1\Plugins\BF4\Temp\qwffiinh.0.cs:l ine 6284 at PRoConEvents.CChatGUIDStatsLogger.tablebuilder() in c:\procon_1.5.1.1\Plugins\BF4\Temp\qwffiinh.0.cs:l ine 5674 [18:35:18 44] Error in Tablebuilder: [18:35:18 44] Message: Unable to connect to any of the specified MySQL hosts. [18:35:18 44] Native: -2147467259 [18:35:18 44] Source: MySql.Data [18:35:18 44] StackTrace: at MySql.Data.MySqlClient.NativeDriver.Open() at MySql.Data.MySqlClient.Driver.Open() at MySql.Data.MySqlClient.Driver.Create(MySqlConnecti onStringBuilder settings) at MySql.Data.MySqlClient.MySqlPool.GetPooledConnecti on() at MySql.Data.MySqlClient.MySqlPool.TryToGetDriver() at MySql.Data.MySqlClient.MySqlPool.GetConnection() at MySql.Data.MySqlClient.MySqlConnection.Open() at PRoConEvents.CChatGUIDStatsLogger.tablebuilder() in c:\procon_1.5.1.1\Plugins\BF4\Temp\qwffiinh.0.cs:l ine 5064 [18:35:18 44] Error: System.NullReferenceException: Object reference not set to an instance of an object. at PRoConEvents.CChatGUIDStatsLogger.DisplayMySqlErro rCollection(MySqlException myException) in c:\procon_1.5.1.1\Plugins\BF4\Temp\qwffiinh.0.cs:l ine 6284 at PRoConEvents.CChatGUIDStatsLogger.tablebuilder() in c:\procon_1.5.1.1\Plugins\BF4\Temp\qwffiinh.0.cs:l ine 5674 [18:35:19 46] [statslogger]Error: getUpdateServerID1: MySql.Data.MySqlClient.MySqlException: Unable to connect to any of the specified MySQL hosts. at MySql.Data.MySqlClient.NativeDriver.Open() at MySql.Data.MySqlClient.Driver.Open() at MySql.Data.MySqlClient.Driver.Create(MySqlConnecti onStringBuilder settings) at MySql.Data.MySqlClient.MySqlPool.GetPooledConnecti on() at MySql.Data.MySqlClient.MySqlPool.TryToGetDriver() at MySql.Data.MySqlClient.MySqlPool.GetConnection() at MySql.Data.MySqlClient.MySqlConnection.Open() at PRoConEvents.CChatGUIDStatsLogger.getUpdateServerI D(CServerInfo csiServerInfo) in c:\procon_1.5.1.1\Plugins\BF4\Temp\qwffiinh.0.cs:l ine 6770 what is strange is that part that says cannot connect to host, but it creates some tables. looking for any help you can give to fix this problem. thanks Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted April 4, 2016 Share Posted April 4, 2016 Originally Posted by ColColonCleaner*: It cant connect to your server. Make sure the connection to your server is not blocked by your host and that it's actually running. Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted April 7, 2016 Share Posted April 7, 2016 Originally Posted by Junior-Zancan*: Hi ColColonCleaner, can you tell me if I can use the query below to reset the stats of the players? UPDATE tbl_playerstats SET 'Score' = '0', 'Kills' = '0', 'Headshots' = '0', 'Deaths' = '0', 'Suicide' = '0', 'TKs' = '0', 'Playtime' = '0', 'Rounds' = '0', 'Killstreak' = '0', 'Deathstreak' = '0', 'HighScore' = '0', 'rankScore' = '0', 'rankKills' = '0', 'Wins' = '0', 'Losses' = '0'I don't want to lose the players index, because of AdKats, the players reputations and so on. Only reset the stats. Thank you. EDIT: And this one for the server stats: UPDATE tbl_server_stats SET `SumScore` = '0', `AvgScore` = '0', `SumKills` = '0', `AvgKills` = '0', `SumHeadshots` = '0', `AvgHeadshots` = '0', `SumDeaths` = '0', `AvgDeaths` = '0', `SumSuicide` = '0', `AvgSuicide` = '0', `SumTKs` = '0', `AvgTKs` = '0', `SumPlaytime` = '0', `AvgPlaytime` = '0', `SumRounds` = '0', `AvgRounds` = '0' WHERE 1 Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted April 7, 2016 Share Posted April 7, 2016 Originally Posted by BalboaCZ*: Please, before flaming me I am sure this has been dealt with before, but I can't read 1500+ pages of this thread to find the answer, if it's even in here. Please, excuse me if I get overly wordy too. I just took over server OPs for my clan after our founder "left" without passing on any information to me. He also took the clan's MySQL/Web/Procon server with him. I am trying to rebuild from scratch. I have Procon for BFBC2/Vietnam & BF4 running as services and all that is working fine. But I need to get this plugin running so we can collect data on our players and perhaps even rebuild a web server so my admins can retrieve/analyze the data. Frankly, I am in over my head. I am a Win Sys/Domain admin, but I don't know crap about (MS/My)SQL. My Build: Win Server 2012 (x64) ProCon 1.5.11 This plugin mysql-installer-web-community-5.7.11.0.msi (x64) mysql-workbench-community-6.3.6-winx64.msi (x64) mysql-utilities-1.5.6-winx64.msi (x64) mysql-connector-odbc-5.3.6-winx64.msi (x64) mysql-connector-net-6.9.8.msi (x86 is all I could find of this one) My tests: 1 Non-ranked practice server, BFBC2 3 Ranked servers, 2 BFBC2, 1 Vietnam I created a schema, named with all lower case letters. Created a user just for that schema and gave him all admin/DB rights inside of MySQL. Set all of the plugin settings. Flipped the switch and I get this error: [05:10:31 74] Error in Tablebuilder: [05:10:31 74] Message: All parts of a PRIMARY KEY must be NOT NULL; if you need NULL in a key, use UNIQUE instead [05:10:31 74] Native: -2147467259 [05:10:31 74] Source: MySql.Data [05:10:31 74] StackTrace: at MySql.Data.MySqlClient.MySqlStream.ReadPacket() at MySql.Data.MySqlClient.NativeDriver.GetResult(Int3 2& affectedRow, Int64& insertedId) at MySql.Data.MySqlClient.Driver.GetResult(Int32 statementId, Int32& affectedRows, Int64& insertedId) at MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId, Boolean force) at MySql.Data.MySqlClient.MySqlDataReader.NextResult( ) at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader( CommandBehavior behavior) at MySql.Data.MySqlClient.MySqlCommand.ExecuteNonQuer y() at PRoConEvents.CChatGUIDStatsLogger.tablebuilder() [05:10:31 77] Error: System.NullReferenceException: Object reference not set to an instance of an object. at PRoConEvents.CChatGUIDStatsLogger.DisplayMySqlErro rCollection(MySqlException myException) at PRoConEvents.CChatGUIDStatsLogger.tablebuilder() My one SQL smart friend suggested the issue was with this line and sent a change: `TeamID` smallint(5) DEFAULT NULL, change to `TeamID` smallint(5) NOT NULL, OR change to `TeamID` smallint(5) UNIQUE, These changes do clear the error, however the only thing recorded into the DB is that chatlog. No stats of any kind. After mutiple scored round on all 3 servers all I get from "!rank" or "!stats" is the "wait for for a round" reply. So, #1 how do I truly fix the error? #2 How do I get stats to populate? Like I said before, the chatlog works as intended, game stats are not being collected. XPKiller; ColColonCleaner, anything you can teach would help a level 1 SQL noob. BalboaCZ Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted April 7, 2016 Share Posted April 7, 2016 Originally Posted by ty_ger07*: Hello! Please download and use the unofficial version I posted here: myrcon.net/...chat-guid-stats-and-mapstats-logger#entry46242 The unofficial version solves an incompatibility issue with using using newer MySQL versions (MySQL version 5.7.3 m13 and newer). You must stop the layer server (or service on your local machine), download the above unofficial version of the plugin overwritting the old plugin version you already have on the layer (or delete the other version first), delete all tables and data from the stats database, and start the layer (or local service) again. Enjoy! ...Fixed null primary key problem which caused incompatibility with MySQL version 5.7.3 m13 and up. ... Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted April 7, 2016 Share Posted April 7, 2016 Originally Posted by kcuestag*: Hello! Please download and use the unofficial version I posted here: myrcon.net/...chat-guid-stats-and-mapstats-logger#entry46242 The unofficial version solves an incompatibility issue with using using newer MySQL versions (MySQL version 5.7.3 m13 and newer). You must stop the layer server (or service on your local machine), download the above unofficial version of the plugin overwritting the old plugin version you already have on the layer (or delete the other version first), delete all tables and data from the stats database, and start the layer (or local service) again. Enjoy! Is this the same version I downloaded a few weeks ago? Or has it been updated this week? Thanks Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted April 7, 2016 Share Posted April 7, 2016 Originally Posted by ty_ger07*: Is this the same version I downloaded a few weeks ago? Or has it been updated this week? Thanks It's the same as before. I posted a link for BalboaCZ to see the update to fix the error message he is having with his newer version of MySQL. Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted April 8, 2016 Share Posted April 8, 2016 Originally Posted by BalboaCZ*: Thanks ty_ger. I'll try it out tonight. BCZ Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted April 8, 2016 Share Posted April 8, 2016 Originally Posted by ty_ger07*: I switched the download link over to GitHub today because my website domain where I was hosting it before will be expiring in about a month. Let me know if there are any issues with downloading it from GitHub. Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted April 8, 2016 Share Posted April 8, 2016 Originally Posted by BalboaCZ*: Used the new file after wiping out all teh tables and getting all the new tables built without the error. However, no joy. After 3+ rounds with 14+ players, only the chat is being recorded. Not one piece of usable player data. After every round all I get is the standard "no data, wait a round" message. BCZ Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted April 8, 2016 Share Posted April 8, 2016 Originally Posted by ty_ger07*: Good. For BFBC2, this plugin version doesn't seem to record stats properly. For BF3, BF4, and Hardline it works well. For your BFBC2 servers, you probably need to use this older plugin version: showthread....-3-0-2-2-01-02* I don't know if the older plugin has issues with newer databases. Not as many people rent BFBC2 servers any more. Sorry that I didn't notice earlier that at least some of your servers are BFBC2 servers. Also, just so you know, XpKiller's plugin does not record stats in unranked servers. At least not without modification. Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted April 9, 2016 Share Posted April 9, 2016 Originally Posted by BalboaCZ*: My primary servers are BC2, 8 ranked. I only have 2 BF4. Would moving to an older version of MySQL work with this plugin on BC2? Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted April 9, 2016 Share Posted April 9, 2016 Originally Posted by BalboaCZ*: Ty_ger07, Will 3.0.2.2 work ok with MySQL 5.7+ or would you have to modify that one too? BCZ Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted April 9, 2016 Share Posted April 9, 2016 Originally Posted by ty_ger07*: Ty_ger07, Will 3.0.2.2 work ok with MySQL 5.7+ or would you have to modify that one too? BCZ I have no idea. Give it a try. Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted April 9, 2016 Share Posted April 9, 2016 Originally Posted by BalboaCZ*: Ty_ger07 No joy with 3.0.2.2 either. It just throws an ODBC error and crashes Procon. BCZ Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted April 17, 2016 Share Posted April 17, 2016 Originally Posted by BuRockK*: Hey ty_ger07, i just downloaded and set the plugin in Procon, but my friend will set the plugin page you did to his server. Thank you for the awesome design, peace Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted April 20, 2016 Share Posted April 20, 2016 Originally Posted by virusdead*: could you tell me if it's good the parameters Attachment 4313 Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted April 30, 2016 Share Posted April 30, 2016 Originally Posted by doubter13*: Hi guys... maybe this is simple, but i could not find it with a search.. i have 2 BF4 server, with 2 Procons and 2 DBs i am running the plugin and it works fine witih two websites, but i woul love to have the dropdown like in the demo webpage, to choose between the servers, instead of going to another website.. what files do i have to modify how, to get this done? Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted April 30, 2016 Share Posted April 30, 2016 Originally Posted by ty_ger07*: Hi guys... maybe this is simple, but i could not find it with a search.. i have 2 BF4 server, with 2 Procons and 2 DBs i am running the plugin and it works fine witih two websites, but i woul love to have the dropdown like in the demo webpage, to choose between the servers, instead of going to another website.. what files do i have to modify how, to get this done? If you want them combined, you need to abandon one database and start saving stats from both servers into the same database. You cannot merge the databases. Or at least not with great effort. I don't think that anyone has ever successfully merged two of these stats databases. Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted April 30, 2016 Share Posted April 30, 2016 Originally Posted by doubter13*: If you want them combined, you need to abandon one database and start saving stats from both servers into the same database. You cannot merge the databases. Or at least not with great effort. I don't think that anyone has ever successfully merged two of these stats databases.awesome, so i just enter the same db settings in both addons and it will then create entries for two or more servers?i dont need the old DB... i remeber something about serverpools, do i need to set something up for that in the Plugin settings? when should i see the second server after changing the DB? and how does the plugin know that there are 2 serves and plugin of server two does not write into the date of server 1? Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted April 30, 2016 Share Posted April 30, 2016 Originally Posted by ty_ger07*: The plugin knows how to keep the servers separate inside the same database. It is designed to allow many servers inside the same database. Don't create server groups or table suffixes or anything like that. Just keep everything standard and enter the same database connection settings for both servers. Adding server groups and all that just causes more confusion than it is worth. Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted May 6, 2016 Share Posted May 6, 2016 Originally Posted by grossincome-att-net*: I followed installation instructions (ProCon and MySQL on same computer). The tables were created so connection seems to have worked but now I just get this message at the specified intervals: [19:13:22 85] Error: System.NullReferenceException: Object reference not set to an instance of an object. at PRoConEvents.CChatGUIDStatsLogger.DisplayMySqlErro rCollection(MySqlException myException) at PRoConEvents.CChatGUIDStatsLogger.tablebuilder() Please help. Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted May 13, 2016 Share Posted May 13, 2016 Originally Posted by keb2*: The plugin will work with the old base bf3 data? Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted May 18, 2016 Share Posted May 18, 2016 Originally Posted by grossincome-att-net*: I seemed to have gotten the tables to build on the MySQL so the connection I assuming good. However it these are the errors I get when running Chat logger with the procom and MySQL running on the same computer. Please help and thank you in advance. [19:51:29 91] PRoCon Chat, GUID and Stats Logger Enabled [19:51:29 91] PRoCon Chat, GUID and Stats Logger: Floodprotection set to 5 Request per Round for each Player [19:51:33 26] Error in Tablebuilder: [19:51:33 26] Message: All parts of a PRIMARY KEY must be NOT NULL; if you need NULL in a key, use UNIQUE instead [19:51:33 26] Native: -2147467259 [19:51:33 26] Source: MySql.Data [19:51:33 26] StackTrace: at MySql.Data.MySqlClient.MySqlStream.ReadPacket() at MySql.Data.MySqlClient.NativeDriver.GetResult(Int3 2& affectedRow, Int64& insertedId) at MySql.Data.MySqlClient.Driver.GetResult(Int32 statementId, Int32& affectedRows, Int64& insertedId) at MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId, Boolean force) at MySql.Data.MySqlClient.MySqlDataReader.NextResult( ) at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader( CommandBehavior behavior) at MySql.Data.MySqlClient.MySqlCommand.ExecuteNonQuer y() at PRoConEvents.CChatGUIDStatsLogger.tablebuilder() [19:51:33 28] Error: System.NullReferenceException: Object reference not set to an instance of an object. at PRoConEvents.CChatGUIDStatsLogger.DisplayMySqlErro rCollection(MySqlException myException) at PRoConEvents.CChatGUIDStatsLogger.tablebuilder() [19:51:48 41] Error in Tablebuilder: [19:51:48 41] Message: All parts of a PRIMARY KEY must be NOT NULL; if you need NULL in a key, use UNIQUE instead [19:51:48 41] Native: -2147467259 [19:51:48 41] Source: MySql.Data [19:51:48 41] StackTrace: at MySql.Data.MySqlClient.MySqlStream.ReadPacket() at MySql.Data.MySqlClient.NativeDriver.GetResult(Int3 2& affectedRow, Int64& insertedId) at MySql.Data.MySqlClient.Driver.GetResult(Int32 statementId, Int32& affectedRows, Int64& insertedId) at MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId, Boolean force) at MySql.Data.MySqlClient.MySqlDataReader.NextResult( ) at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader( CommandBehavior behavior) at MySql.Data.MySqlClient.MySqlCommand.ExecuteNonQuer y() at PRoConEvents.CChatGUIDStatsLogger.tablebuilder() [19:51:48 41] Error: System.NullReferenceException: Object reference not set to an instance of an object. at PRoConEvents.CChatGUIDStatsLogger.DisplayMySqlErro rCollection(MySqlException myException) at PRoConEvents.CChatGUIDStatsLogger.tablebuilder() [19:51:51 53] Error in Tablebuilder: [19:51:51 53] Message: All parts of a PRIMARY KEY must be NOT NULL; if you need NULL in a key, use UNIQUE instead [19:51:51 53] Native: -2147467259 [19:51:51 54] Source: MySql.Data [19:51:51 54] StackTrace: at MySql.Data.MySqlClient.MySqlStream.ReadPacket() at MySql.Data.MySqlClient.NativeDriver.GetResult(Int3 2& affectedRow, Int64& insertedId) at MySql.Data.MySqlClient.Driver.GetResult(Int32 statementId, Int32& affectedRows, Int64& insertedId) at MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId, Boolean force) at MySql.Data.MySqlClient.MySqlDataReader.NextResult( ) at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader( CommandBehavior behavior) at MySql.Data.MySqlClient.MySqlCommand.ExecuteNonQuer y() at PRoConEvents.CChatGUIDStatsLogger.tablebuilder() [19:51:51 54] Error: System.NullReferenceException: Object reference not set to an instance of an object. at PRoConEvents.CChatGUIDStatsLogger.DisplayMySqlErro rCollection(MySqlException myException) at PRoConEvents.CChatGUIDStatsLogger.tablebuilder() Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted May 18, 2016 Share Posted May 18, 2016 Originally Posted by leibhold*: If you don't have much data in there, maybe delete the tables and let it build them again. Are you recording different servers? Like 2 or 3? IF so - did you take this advice? The plugin knows how to keep the servers separate inside the same database. It is designed to allow many servers inside the same database. Don't create server groups or table suffixes or anything like that. Just keep everything standard and enter the same database connection settings for both servers. Adding server groups and all that just causes more confusion than it is worth. Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted May 18, 2016 Share Posted May 18, 2016 Originally Posted by Chilace*: I seemed to have gotten the tables to build on the MySQL so the connection I assuming good. However it these are the errors I get when running Chat logger with the procom and MySQL running on the same computer. Please help and thank you in advance. myrcon.net/...chat-guid-stats-and-mapstats-logger#entry46242 Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted May 19, 2016 Share Posted May 19, 2016 Originally Posted by grossincome-att-net*: Update Since XpKiller has abandoned this project and since there are a couple errors which needed to be fixed, I have modified and I am distributing the modified [unofficial] version. You can download it here: https://github.com/tyger07/CChatGUID...ive/master.zip Changes in New Version In CChatGUIDStatsLogger.inc file, the following items were changed: - Line 462 through 545: Added additional weapon keywords. - Line 4367: Fixed error in query which caused !top10 weapons query to fail. - Line 5489: Fixed null primary key problem which caused incompatibility with MySQL version 5.7.3 m13 and up. This is UNTESTED since I don't have a server or resources to test with. I guarantee that it is virus/trojan free and you are free to test for yourself and let the rest of the community know the results. Edit: community feedback confirms that this unofficial version works as advertised. Remember: You MUST stop the layer server, upload the new file, and restart the layer server for the changes to take effect. Additional weapon keywords will not populate the plugin settings if doing a plugin upgrade; they will only populate if you are running this plugin for the first time. I replaced the plug in files with the ones on this link and it worked beautifully. Thank you! Now I shall continue with the AdKatz installation. I donated for the load-out extra bit too and it works awesome as well. Thank you. 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.