Rico Goldhardt

Results 30 comments of Rico Goldhardt

not really. Doesn't even matter, its not intended to use the string representation of an object to store it and compile it back... That's what netId's are for :) see...

The problem is with the contents. Like [here](https://github.com/AsYetUntitled/Framework/blob/v5.X.X/Altis_Life.Altis/core/pmenu/fn_p_updateMenu.sqf#L34) most of the time in the framework the data set is something like `str _unit` -> that cannot be resolved to an...

I tried it (see screenshot) and it didn't work. You can prove me otherwise of course, just add me some working code for proof still. netId is the way to...

This only works with named units as @DomT602 pointed out on the discord. This does not work with vehicles and such. Thats it :D Problem is, this "method" is also...

@BoGuu @Jawshy :)

Updated the Gist to check for HC precense before starting it (also added updated diff to the gist)

That should not be an issue for the framework, but for your SQL-server configuration regarding timeout. Database connectivity is handled from extDB3 - and I guess it's not supposed to...

Again; That seems more like an issue with extDB3 than the Framework itself - so I guess this issue here is irrelevant or did I miss something?

Executring the procedure once an hour would be unnecessary database traffic additionally you would add an extra script to the scheduler which is not ideal for server performance and should...

The whole database structure of the framework is a petty mess... no usage of foreign keys, saving of members-Arrays instead of linking the gang to the player, redundancy at it's...