Peršokti į turinį
  • ŽAIDIMAI
  • , ŽAIDIMAI
  • ŽAIDIMAI

Ši tema yra neaktyvi. Paskutinis pranešimas šioje temoje buvo prieš 3762 dienas (-ų). Patariame sukurti naują temą, o ne rašyti naują pranešimą.

Už neaktyvių temų prikėlimą galite sulaukti įspėjimo ir pranešimo pašalinimo!

Recommended Posts

[18:58:38] [DEBUG] mysql_format - connection: 1, len: 500, format: "SELECT * FROM `firms`"
[18:58:38] [DEBUG] mysql_query - connection: 1, query: "SELECT * FROM `firms`", use_cache: true
[18:58:38] [DEBUG] CMySQLQuery::Execute - starting query execution
[18:58:38] [DEBUG] CMySQLQuery::Execute - query was successfully executed within 0.423 milliseconds
[18:58:38] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
[18:58:38] [DEBUG] CMySQLHandle::SaveActiveResult - cache saved (id: 1)
[18:58:38] [DEBUG] cache_get_row_count - connection: 1
[18:58:38] [DEBUG] cache_get_row_count - connection: 1
[18:58:38] [DEBUG] cache_get_field_content_int - row: 0, field_name: "ID", connection: 1
[18:58:38] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "ID", data: "0"
[18:58:38] [DEBUG] cache_get_field_content - row: 0, field_name: "name", connection: 1, max_len: 60
[18:58:38] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "name", data: "Blueberry transport shipping"
[18:58:38] [DEBUG] cache_get_field_content - row: 0, field_name: "place", connection: 1, max_len: 60
[18:58:38] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "place", data: "Blueberry village"
[18:58:38] [DEBUG] cache_get_field_content_float - row: 0, field_name: "x", connection: 1
[18:58:38] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "x", data: "-49.8717"
[18:58:38] [DEBUG] cache_get_field_content_float - row: 0, field_name: "y", connection: 1
[18:58:38] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "y", data: "-269.363"
[18:58:38] [DEBUG] cache_get_field_content_float - row: 0, field_name: "z", connection: 1
[18:58:38] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "z", data: "6.6332"
[18:58:38] [DEBUG] cache_get_field_content_int - row: 0, field_name: "owned", connection: 1
[18:58:38] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "owned", data: "0"
[18:58:38] [DEBUG] cache_get_field_content - row: 0, field_name: "Blueberry village", connection: 1, max_len: 25
[18:58:38] [WARNING] CMySQLResult::GetRowDataByName - field not found ("Blueberry village")
[18:58:38] [DEBUG] cache_get_field_content_int - row: 0, field_name: "rry village", connection: 1
[18:58:38] [WARNING] CMySQLResult::GetRowDataByName - field not found ("rry village")
[18:58:38] [ERROR] cache_get_field_content_int - invalid datatype
[18:58:38] [DEBUG] cache_get_field_content_int - row: 0, field_name: "llage", connection: 1
[18:58:38] [WARNING] CMySQLResult::GetRowDataByName - field not found ("llage")
[18:58:38] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
[18:58:38] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
[18:58:38] [ERROR] cache_get_field_content_int - invalid datatype
[18:58:38] [DEBUG] cache_get_field_content_int - row: 0, field_name: "workerslimit", connection: 1
[18:58:38] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "workerslimit", data: "30"
[18:58:38] [DEBUG] cache_get_field_content_int - row: 0, field_name: "workersAccepting", connection: 1
[18:58:38] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "workersAccepting", data: "0"
[18:58:38] [DEBUG] cache_get_field_content_int - row: 0, field_name: "profit", connection: 1
[18:58:38] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "profit", data: "0"
[18:58:38] [DEBUG] cache_get_field_content_int - row: 0, field_name: "conw-c", connection: 1
[18:58:38] [WARNING] CMySQLResult::GetRowDataByName - field not found ("conw-c")
[18:58:38] [ERROR] cache_get_field_content_int - invalid datatype
[18:58:38] [DEBUG] cache_delete - cache_id: 1, connection: 1
[18:58:38] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
[18:58:38] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
[18:58:38] [DEBUG] CMySQLConnection::Connect - connection was successful
[18:58:38] [DEBUG] CMySQLConnection::Connect - connection was successful
[18:58:38] [DEBUG] CMySQLHandle::DeleteSavedResult - result deleted
[18:58:38] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled
[18:58:38] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled
[18:58:38] [DEBUG] cache_get_row_count - connection: 1
[18:58:38] [WARNING] cache_get_row_count - no active cache
[18:58:38] [DEBUG] CMySQLConnection::Connect - connection was successful
[18:58:38] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled

Gal kas turit idėjų iš kur tokios nesamonės atsiranda? 

stock LoadFirms()
{
	new string[61], string2[61];
	printf("LOADING");
	mysql_format(dbHandle,g_szBuffer, 500,"SELECT * FROM `firms`");
	new Cache:result=mysql_query(dbHandle,g_szBuffer);
	printf("%d\n",cache_get_row_count());
	for(new i; i < cache_get_row_count(); i++){
		firma[ i ][ idas ] = cache_get_field_content_int(i, "ID");

		cache_get_field_content(i,"name", string, dbHandle, 60);
		format(firma[ i ][ name ], 59,"%s", string);
		printf("%s  1\n", string);
		cache_get_field_content(i,"place", string2, dbHandle, 60);
		format(firma[ i ][ place ], 59,"%s", string2);
		printf("%s  2\n", string2);

		firma[ i ][ pos ][ 0 ] = cache_get_field_content_float(i,"x");
		firma[ i ][ pos ][ 1 ] = cache_get_field_content_float(i,"y");
		firma[ i ][ pos ][ 2 ] = cache_get_field_content_float(i,"z");
		firma[ i ][ Owned ] = cache_get_field_content_int(i, "owned");

		cache_get_field_content(i,"owner",firma[ i ][Owner], dbHandle, 25);

		firma[ i ][ price ] = cache_get_field_content_int(i, "price");
		firma[ i ][ workers ][ 0 ] = cache_get_field_content_int(i, "workers");
		firma[ i ][ workers ][ 1 ] = cache_get_field_content_int(i, "workerslimit");
		firma[ i ][ workers ][ 2 ] = cache_get_field_content_int(i, "workersAccepting");
		firma[ i ][ profit ] = cache_get_field_content_int(i, "profit");
		firma[ i ][ contractTime ] = cache_get_field_content_int(i, "contract");

		cache_delete(result);
		if(firma[ i ][ Owned ])
		{
			new priemimas[70];
			switch(firma[ i ][ workers ][ 2 ]){
				case 0: format(priemimas, sizeof(priemimas), "{69B86E}įsidarbinimas leidžiamas{B89769}");
				case 1: format(priemimas, sizeof(priemimas), "{B87669}įsidarbinimas draudžiamas{B89769}");
			}
		    format( g_szBuffer, 600,"{B89769}%s{ffffff} firma,\n \n{B89769}%s{ffffff}\n{B89769}%s{ffffff} firmos savininkas\n{B89769}%i (  ){ffffff} laisvos darbo vietos\n{B89769}%s{ffffff} darbo kontrakto laikas",firma[ i ][ name ],firma[ i ][ place ],firma[ i ][Owner],(firma[ i ][ workers ][ 1 ]-firma[ i ][ workers ][ 0 ]), priemimas, ConvertSeconds(firma[ i ][ contractTime ]));
		    firma[ i ][ firmLabel ] = Create3DTextLabel( g_szBuffer, 0xFFFFFFF, firma[ i ][ pos ][ 0 ],firma[ i ][ pos ][ 1 ],firma[ i ][ pos ][ 2 ], 30, 0, 1 )    ;
			firma[ i ][ pickup ] = CreateDynamicPickup( 1275, 1, firma[ i ][ pos ][ 0 ],firma[ i ][ pos ][ 1 ],firma[ i ][ pos ][ 2 ]);
		}
		else
		{
			format( g_szBuffer, 600,"{B89769}%s{ffffff} firma,\n \n{B89769}%s{ffffff}\n{B89769}%i "EURAS"{ffffff} firmos kaina\n \nNorėdami pirkti firmą spauskite {B89769}ENTER",firma[ i ][ name ],firma[ i ][ place ],firma[ i ][ price ]);
		    firma[ i ][ firmLabel ] = Create3DTextLabel( g_szBuffer, 0xFFFFFFF, firma[ i ][ pos ][ 0 ],firma[ i ][ pos ][ 1 ],firma[ i ][ pos ][ 2 ], 30, 0, 1 )    ;
			firma[ i ][ pickup ] = CreateDynamicPickup( 1275, 1, firma[ i ][ pos ][ 0 ],firma[ i ][ pos ][ 1 ],firma[ i ][ pos ][ 2 ]);
		}
		printf("%s %s užkrauta\n", firma[ i ][ name ],firma[ i ][ place ]);
	}
}
[18:58:38] LOADING
[18:58:38] 1

[18:58:38] ing
[18:58:38] Blueberry village  2

[18:58:38] Blueberry transport shipping Blueberry village užkrauta

[18:58:38] 

Nes turi būti taip:

Nuskustos bulvės sutarkuojamos ir nusunkiamos. Skystis neišpilamas, bet laukiama, kol nusės krakmolas. Tada skystis nupilamas, o krakmolas sudedamas į tarkius. Virtos bulvės sugrūdamos ir sumaišomos su žalių bulvių tarkiu, krakmolu, pasūdoma, gerai išminkoma. Imama maždaug po 80 g tešlos, išplojama, uždedama įdaro, paplotis sulenkiamas, kraštai gerai užspaudžiami ir daromi pailgi kukuliai. Mėsos įdarui į maltą mėsą pridedama pakepintų svogūnų, pagardintų pipirais ir druska. Jie dedami į verdantį pasūdytą vandenį ir verdami 20 — 25 min. atsargiai pamaišant. Išgriebti iš vandens cepelinai sudedami į pašildytą pusdubenį ir užpilami pakepintais riebaluose svogūnais su grietine, spirgučiais.

  • Teigiamai 4
  • Neigiamai 1

 

Ši tema yra neaktyvi. Paskutinis pranešimas šioje temoje buvo prieš 3762 dienas (-ų). Patariame sukurti naują temą, o ne rašyti naują pranešimą.

Už neaktyvių temų prikėlimą galite sulaukti įspėjimo ir pranešimo pašalinimo!

Svečias
Ši tema yra užrakinta.
  • Šiame puslapyje naršo:   0 nariai

    • Nėra registruotų narių peržiūrinčių šį forumą.

Skelbimai


×
×
  • Sukurti naują...