Okay so for the past two hours I was dealing with an error and I wasn't able to find a solution so I decided to come here and ask you people if anybody knows how to get this working. Basically, I have an ExtDB3 and one of the sql commands returns the name of the player when given the UID. The problem is that whatever I do and whatever I try when I try to get the value it always returns as "any"
This is the function that calls the fn_AsyncCall, sets the value of _ret to be equal to the output of the SQL command, but _ret is always null.
This is the command which is my custom_sql file
and this is how I call the function from initPlayerLocal.sqf
I don't know if it's me doing something wrong or something else, but it just returns "any".
P.S.: Other SQL Commands which don't require output (e.g.: to insert a player into the database work completely fine)