-
Similar Content
-
- 0 replies
- 57 views
-
Gamemode Hardgaming Versiunea a 4-a (no-mysql) 1 2
By n0dEv,
- luatil cai kald.
- hardgaming v4
- (and 90 more)
- 42 replies
- 8,472 views
-
- 1 answer
- 619 views
-
- 10 replies
- 6,717 views
-
- 2 replies
- 526 views
-
-
Recently Browsing 0 members
- No registered users viewing this page.
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
1 answer to this question
Recommended Posts