Houses not loading (MySQL)
#2

pawn Код:
native cache_get_field_content(row, const field_name[], destination[], connectionHandle = 1, max_len = sizeof(destination));
First argument is row index, so change your
pawn Код:
cache_get_field_content(0,(...)
to
pawn Код:
cache_get_field_content(i,
(also start your loop from 0, not 1)
Reply


Messages In This Thread
Houses not loading (MySQL) - by FunnyBear - 07.03.2015, 17:59
Re: Houses not loading (MySQL) - by Misiur - 07.03.2015, 20:53
Re: Houses not loading (MySQL) - by FOTIS6 - 07.03.2015, 21:37
Re: Houses not loading (MySQL) - by FunnyBear - 07.03.2015, 23:14
Re: Houses not loading (MySQL) - by Luca12 - 07.03.2015, 23:25
Re: Houses not loading (MySQL) - by Misiur - 07.03.2015, 23:47
Re: Houses not loading (MySQL) - by StarPeens - 08.03.2015, 00:34

Forum Jump:


Users browsing this thread: 2 Guest(s)