Question

Добрый всем день.
Захотел перевести систему домов с MXini на Mysql.

Спойлер

@LoadHouses();
@LoadHouses()
{
	new rows;
	cache_get_row_count(rows);
	for(new i; i < HOUSES; i++) strmid(hInfo[i][hOwner],"None",0,strlen("None"),MAX_PLAYER_NAME);
	if(rows)
	{
		for(new idx = 1; idx <= rows; idx++)
		{	
		    cache_get_value_index_int(idx-1, 0, hInfo[idx][hId]);
 			cache_get_value_index_float(idx-1, 1, hInfo[idx][Pick_on_street_x]); 
			cache_get_value_index_float(idx-1, 2, hInfo[idx][Pick_on_street_y]); 
			cache_get_value_index_float(idx-1, 3, hInfo[idx][Pick_on_street_z]);
            HOUSES_PICK = CreatePickup(1273,23,hInfo[idx][Pick_on_street_x],hInfo[idx][Pick_on_street_y],hInfo[idx][Pick_on_street_z],0);
			HOUSES++;
			HOUSES_PICK++;
			printf("СОЗДАНО ПИКАПОВ ОТ ДОМОВ: <%i>", HOUSES_PICK);
        }
    }

 	return printf(": Загружено домов: <%i>", HOUSES);
}

 

 

Share this post


Link to post

5 answers to this question

  • 0

*тема закрыта

*

Share this post


Link to post
  • 0
2 часа назад, Новый сказал:

систему домов с MXini на Mysql.

она у вас сейчас и есть на MySQL

Share this post


Link to post
  • 0

@DEST

Спойлер

HOUSES_PICK = CreatePickup(1273,23,hInfo[idx][Pick_on_street_x],hInfo[idx][Pick_on_street_y],hInfo[idx][Pick_on_street_z],0);

 

она не работает

Share this post


Link to post
  • 0

@odosenok Да , Все перепроверил , @LoadHouses в OnGameModeInt() добавил.
И ничего

 

Share this post


Link to post
Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    No registered users viewing this page.