29.06.2012, 20:42
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 :
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 .. |