Jump to content
  • 0

MySql eroare


andreistalker

Question

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][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

1 answer to this question

Recommended Posts

  • 0

warning 213: tag mismatch  - Nu sunt bine ordonate

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");

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.