SA-MP Forums Archive
MySQL problem - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: MySQL problem (/showthread.php?tid=596847)



MySQL problem - Edw - 23.12.2015

Deleted.


Re: MySQL problem - jlalt - 23.12.2015

change:
Код:
cache_get_field_content(i, "hOwner", result); 			format(HouseInfo[x][hOwner], 32, result);
with:
PHP код:
cache_get_row(ifield_indexHouseInfo[x][hOwner], mysqlmaxlength); 
check field_index from database it start from 0
and change maxlength with your hOwner max length


Re: MySQL problem - Edw - 23.12.2015

Quote:
Originally Posted by jlalt
Посмотреть сообщение
change:
Код:
cache_get_field_content(i, "hOwner", result); 			format(HouseInfo[x][hOwner], 32, result);
with:
PHP код:
cache_get_row(ifield_indexHouseInfo[x][hOwner], mysqlmaxlength); 
check field_index from database it start from 0
and change maxlength with your hOwner max length
Now I noticed that the MODE appears Unknown, I wiped hOwner side and hdiscription and so ..


Re: MySQL problem - Edw - 23.12.2015

Resolved :>