ArmA2 Persistent Database Scripts - WIP in ARMA 2 & OA : MISSIONS - Editing & Scripting Posted December 20, 2012 · Edited December 20, 2012 by Panzerwurst Hi Guys, I seem to be running into this problem where it freezes loading the weapon data of players I checked the logs and found it spitting out this line Info: 17:05:12 - Parsing parameters... Info: 17:07:41 - Received - Database: arma Procedure: UpdatePlayer Parameters: tsc=any,tpos=4487.9|4570.45|0.0017395,tdam=0,tdhe=0,tdbo=0,tdha=0,tdle=0,tdir=202.028,tsta=Stand,tsid=WEST,tveh=any,tsea=,ttyp=BAF_Soldier Info: 17:07:41 - Parsing parameters... Warning: 17:07:41 - MySQL error. MySql.Data.MySqlClient.MySqlException (0x80004005): Incorrect integer value: 'any' for column 'tsc' at row 1 I believe its at the beginning > UpdatePlayer Parameters: tsc=any thats causing the problem but im not sure how to correct it
ArmA2 Persistent Database Scripts - WIP
in ARMA 2 & OA : MISSIONS - Editing & Scripting
Posted · Edited by Panzerwurst
Hi Guys,
I seem to be running into this problem where it freezes loading the weapon data of players
I checked the logs and found it spitting out this line
I believe its at the beginning > UpdatePlayer Parameters: tsc=any
thats causing the problem but im not sure how to correct it