Raoul Posted December 31, 2014 Report Share Posted December 31, 2014 Hi everyone, Just a quick question. My HiveExt.log keeps spamming this, what is this, and is this important? 2014-12-31 16:22:17 HiveExt: [Warning] Update of character 127 only had 16 parameters out of 17 2014-12-31 16:22:20 HiveExt: [Warning] Update of character 60 only had 16 parameters out of 17 2014-12-31 16:22:02 HiveExt: [Warning] Update of character 150 only had 16 parameters out of 17 2014-12-31 16:20:40 HiveExt: [Warning] Update of character 9 only had 16 parameters out of 17 Thanks for responding! Raoul Link to comment Share on other sites More sharing options...
0 carl101 Posted December 31, 2014 Report Share Posted December 31, 2014 hi, go into your server pbo in compile>server_playersync.sqf around line 194 should look like this _key = format["CHILD:201:%1:%2:%3:%4:%5:%6:%7:%8:%9:%10:%11:%12:%13:%14:%15:%16:%17:",_characterID,_playerPos,_playerGear,_playerBackp,_medical,false,false,_kills,_headShots,_distanceFoot,_timeSince,_currentState,_killsH,_killsB,_currentModel,_humanity,_cashMoneyStr]; the paramaters are the %1:%2 ect, the numbers should match the bit after is that are starting _charadterid ect ect, make sure you have the same amount of numbers as variables in the next part like in mine i have 17 numbers and 17 variables Link to comment Share on other sites More sharing options...
Question
Raoul
Hi everyone,
Just a quick question. My HiveExt.log keeps spamming this, what is this, and is this important?
2014-12-31 16:22:17 HiveExt: [Warning] Update of character 127 only had 16 parameters out of 17
2014-12-31 16:22:20 HiveExt: [Warning] Update of character 60 only had 16 parameters out of 17
2014-12-31 16:22:02 HiveExt: [Warning] Update of character 150 only had 16 parameters out of 17
2014-12-31 16:20:40 HiveExt: [Warning] Update of character 9 only had 16 parameters out of 17
Thanks for responding! Raoul
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now