30.10.2015, 10:04
It sends it on the line :
db_free_result(db_query(Database, Query));
where db_query is inside db_free_result (works like this, i have it in several places in my code too).
The strcat(HouseStrCat is the same as i have in the format. I took the query from strcat and pasted into format since the line was not too long (simplifying code).
Im pretty sure the query itself is working, so i think the issue is with strings, idk. The Query vaiable is [1100] long btw.
db_free_result(db_query(Database, Query));
where db_query is inside db_free_result (works like this, i have it in several places in my code too).
The strcat(HouseStrCat is the same as i have in the format. I took the query from strcat and pasted into format since the line was not too long (simplifying code).
Im pretty sure the query itself is working, so i think the issue is with strings, idk. The Query vaiable is [1100] long btw.