@Chewz
Thank you so much
I have added
[_uid, _side, str(_side), 8] call HC_fnc_updatePartial;
and added
case 8: {
_sideToInsert = (_this select 2); // We don't need to worry about checking this.
_query = format ["UPDATE players SET side = '%1' WHERE pid='%2'", _sideToInsert, _uid];
};
And when joining the server, the tabe side doesn't update
Thank you again
PS you was talking about [ life_hc\mysql\general\fn_queryRequest.sqf ]
I don't have life_hc