#2

hi before response I suggest you to use new version of mysql plugins : https://sampforum.blast.hk/showthread.php?tid=337810 , easier and faster than old version.

anyway normaly your code should load all player vehicules but try this function :

Quote:

[PHP]
mysql_query("SELECT * FROM houses");
mysql_ store_result();

while(mysql_retrieve_row()) //this will be running until all rows are processed
{
//you can use mysql_fetch_field and mysql_fetch_field_row here
}

mysql_free_result();
[PHP]

normaly ,it load the row 0 then row 1 and 2 ..

Reply


Messages In This Thread
SQL. - by iGetty - 29.06.2012, 19:38
Re: SQL. - by marquezsanchez - 29.06.2012, 20:42
Re: SQL. - by AndreT - 29.06.2012, 21:37
Re: SQL. - by iGetty - 29.06.2012, 21:46
Re: SQL. - by AndreT - 29.06.2012, 21:52
Re: SQL. - by iGetty - 29.06.2012, 21:57
Re: SQL. - by AndreT - 29.06.2012, 22:09

Forum Jump:


Users browsing this thread: 1 Guest(s)