Cache_get_row does not get anything!
#4

Fields indexes start from 0. On 2 you have owner name

pawn Код:
_carid = cache_get_row_int(idx, 2);
//change it to
_carid = cache_get_row_int(idx, 1);
Reply


Messages In This Thread
Cache_get_row does not get anything! - by thimo - 17.07.2013, 10:31
Re: Cache_get_row does not get anything! - by Misiur - 17.07.2013, 10:36
Re: Cache_get_row does not get anything! - by thimo - 17.07.2013, 10:44
Re: Cache_get_row does not get anything! - by Misiur - 17.07.2013, 10:54
Re: Cache_get_row does not get anything! - by thimo - 17.07.2013, 11:05

Forum Jump:


Users browsing this thread: 1 Guest(s)