andreistalker Posted August 16, 2015 Report Share Posted August 16, 2015 Problema intalnita (descriere): Nu face load la float-uri mysqlEro(area / rile) / warning-(ul / urile): warning 213: tag mismatchLiniile de cod / sursa / script-ul(obligatoriu):P_Data[playerid][pCar1] = cache_get_field_content_int(0, "Car1"); P_Data[playerid][pCarID1] = cache_get_field_content_int(0, "CarID1"); P_Data[playerid][pCarColor11] = cache_get_field_content_int(0, "CarColor11"); P_Data[playerid][pCarColor21] = cache_get_field_content_int(0, "CarColor21"); P_Data[playerid][pCarPlate1] = cache_get_field_content(0, "CarPlate1", plate1[playerid]); P_Data[playerid][pCarHealth1] = cache_get_field_content_float(0, "CarHealth1"); P_Data[playerid][pCarX1] = cache_get_field_content_float(0, "CarX1"); P_Data[playerid][pCarZ1] = cache_get_field_content_float(0, "CarZ1"); P_Data[playerid][pCarY1] = cache_get_field_content_float(0, "CarY1"); P_Data[playerid][pCarR1] = cache_get_field_content_float(0, "CarR1"); P_Data[playerid][pCarID2] = cache_get_field_content_int(0, "CarID2"); P_Data[playerid][pCarColor12] = cache_get_field_content_int(0, "CarColor12"); P_Data[playerid][pCarColor22] = cache_get_field_content_int(0, "CarColor22"); P_Data[playerid][pCarPlate2] = cache_get_field_content(0, "CarPlate2", plate2[playerid]); P_Data[playerid][pCarHealth2] = cache_get_field_content_float(0, "CarHealth2"); P_Data[playerid][pCarX2] = cache_get_field_content_float(0, "CarX2"); P_Data[playerid][pCarZ2] = cache_get_field_content_float(0, "CarZ2"); P_Data[playerid][pCarY2] = cache_get_field_content_float(0, "CarY2"); P_Data[playerid][pCarR2] = cache_get_field_content_float(0, "CarR2");Imagini / Video (optional):Ati incercat sa rezolvati singur?: Da Toate float-urile dau warningu ala Link to comment Share on other sites More sharing options...
0 Mafia. Posted August 16, 2015 Report Share Posted August 16, 2015 warning 213: tag mismatch - Nu sunt bine ordonateP_Data[playerid][pCar1] = cache_get_field_content_int(0, "Car1"); P_Data[playerid][pCarID1] = cache_get_field_content_int(0, "CarID1"); P_Data[playerid][pCarColor11] = cache_get_field_content_int(0, "CarColor11"); P_Data[playerid][pCarColor21] = cache_get_field_content_int(0, "CarColor21"); P_Data[playerid][pCarPlate1] = cache_get_field_content(0, "CarPlate1", plate1[playerid]); P_Data[playerid][pCarHealth1] = cache_get_field_content_float(0, "CarHealth1"); P_Data[playerid][pCarX1] = cache_get_field_content_float(0, "CarX1"); P_Data[playerid][pCarZ1] = cache_get_field_content_float(0, "CarZ1"); P_Data[playerid][pCarY1] = cache_get_field_content_float(0, "CarY1"); P_Data[playerid][pCarR1] = cache_get_field_content_float(0, "CarR1"); P_Data[playerid][pCarID2] = cache_get_field_content_int(0, "CarID2"); P_Data[playerid][pCarColor12] = cache_get_field_content_int(0, "CarColor12"); P_Data[playerid][pCarColor22] = cache_get_field_content_int(0, "CarColor22"); P_Data[playerid][pCarPlate2] = cache_get_field_content(0, "CarPlate2", plate2[playerid]); P_Data[playerid][pCarHealth2] = cache_get_field_content_float(0, "CarHealth2"); P_Data[playerid][pCarX2] = cache_get_field_content_float(0, "CarX2"); P_Data[playerid][pCarZ2] = cache_get_field_content_float(0, "CarZ2"); P_Data[playerid][pCarY2] = cache_get_field_content_float(0, "CarY2"); P_Data[playerid][pCarR2] = cache_get_field_content_float(0, "CarR2"); Link to comment Share on other sites More sharing options...
Question
andreistalker
Problema intalnita (descriere): Nu face load la float-uri mysql
Ero(area / rile) / warning-(ul / urile): warning 213: tag mismatch
Liniile de cod / sursa / script-ul(obligatoriu):
P_Data[playerid][pCarID1] = cache_get_field_content_int(0, "CarID1");
P_Data[playerid][pCarColor11] = cache_get_field_content_int(0, "CarColor11");
P_Data[playerid][pCarColor21] = cache_get_field_content_int(0, "CarColor21");
P_Data[playerid][pCarPlate1] = cache_get_field_content(0, "CarPlate1", plate1[playerid]);
P_Data[playerid][pCarHealth1] = cache_get_field_content_float(0, "CarHealth1");
P_Data[playerid][pCarX1] = cache_get_field_content_float(0, "CarX1");
P_Data[playerid][pCarZ1] = cache_get_field_content_float(0, "CarZ1");
P_Data[playerid][pCarY1] = cache_get_field_content_float(0, "CarY1");
P_Data[playerid][pCarR1] = cache_get_field_content_float(0, "CarR1");
P_Data[playerid][pCarID2] = cache_get_field_content_int(0, "CarID2");
P_Data[playerid][pCarColor12] = cache_get_field_content_int(0, "CarColor12");
P_Data[playerid][pCarColor22] = cache_get_field_content_int(0, "CarColor22");
P_Data[playerid][pCarPlate2] = cache_get_field_content(0, "CarPlate2", plate2[playerid]);
P_Data[playerid][pCarHealth2] = cache_get_field_content_float(0, "CarHealth2");
P_Data[playerid][pCarX2] = cache_get_field_content_float(0, "CarX2");
P_Data[playerid][pCarZ2] = cache_get_field_content_float(0, "CarZ2");
P_Data[playerid][pCarY2] = cache_get_field_content_float(0, "CarY2");
P_Data[playerid][pCarR2] = cache_get_field_content_float(0, "CarR2");
Imagini / Video (optional):
Ati incercat sa rezolvati singur?: Da
Toate float-urile dau warningu ala
Link to comment
Share on other sites
1 answer to this question
Recommended Posts