20.10.2011, 09:43
Here is something to look at.
https://sampwiki.blast.hk/wiki/MySQL#mysql_fetch_row_format
I think you meant to use this
https://sampwiki.blast.hk/wiki/MySQL#mysql_retrieve_row
and here are a couple more things
https://sampwiki.blast.hk/wiki/MySQL#mysql_fetch_row_format
I think you meant to use this
https://sampwiki.blast.hk/wiki/MySQL#mysql_retrieve_row
and here are a couple more things
pawn Код:
new Text3D: LabelMake[sizeof(Label)]; //what is the size of Label?
new hstring[128] = -1; // ?
hstring[126] += 1; // ?
format(hstring, sizeof(hstring) //...and then format it?
if(mysql_fetch_row_format(HQuery, "|")) // see above
HouseInfo[HouseID][hOwner] = strval(hsavingstring); //need to use format or strmid here
HouseInfo[HouseID][hEnterX] = strval(hsavingstring); //need to use floatstr here