Jump to content
  • 0

Problema DMV


M.Cosmin

Question

Salut, recent am incercat sa mut DMV-ul, obiectele text etc. am mutat.

Dar la checkpoint-uri... Am schimbat nu gasesc nici un fel de pozitie a unui checkpoint pe care mi-l da. 

Nu imi apar cele puse de mine.

 

Folosesc GM RedzMax, ma puteti ajuta ?

cele de mai jos, sunt cateva din checkpoint-uri, cu pozitiile schimbate de mine, dar mi le arata tot pe cele vechi.

 

[pawn]else if(CP[playerid]==201)//Exam_02
{
DisablePlayerCheckpoint(playerid);
CP[playerid] = 202;
SetPlayerCheckpoint(playerid, 1608.5106,-2175.2104,13.2982, 5.0);
}
else if(CP[playerid]==202)//Exam_03
{
DisablePlayerCheckpoint(playerid);
CP[playerid] = 203;
SetPlayerCheckpoint(playerid, 1585.8557,-2192.0796,13.1180, 5.0);
}
else if(CP[playerid]==203)//Exam_04
{
DisablePlayerCheckpoint(playerid);
CP[playerid] = 204;
SetPlayerCheckpoint(playerid, 1485.7909,-2191.6021,13.1216, 5.0);
}
else if(CP[playerid]==204)//Exam_05
{
DisablePlayerCheckpoint(playerid);
CP[playerid] = 205;
SetPlayerCheckpoint(playerid, 1473.4989,-2226.7456,13.1260, 5.0);
}
else if(CP[playerid]==205)//Exam_06
{
DisablePlayerCheckpoint(playerid);
CP[playerid] = 206;
SetPlayerCheckpoint(playerid, 1426.6222,-2274.4917,13.1311, 5.0);
}
else if(CP[playerid]==206)//Exam_07
{
DisablePlayerCheckpoint(playerid);
CP[playerid] = 207;
SetPlayerCheckpoint(playerid, 1461.8458,-2334.3921,13.1308, 5.0);
}
else if(CP[playerid]==207)//Exam_08
{
DisablePlayerCheckpoint(playerid);
CP[playerid] = 208;
SetPlayerCheckpoint(playerid, 1522.5117,-2300.1011,13.1305, 5.0);
}
else if(CP[playerid]==208)//Exam_09
{
DisablePlayerCheckpoint(playerid);
CP[playerid] = 209;
SetPlayerCheckpoint(playerid, 1484.0066,-2237.9741,13.1288, 5.0);
}[/pawn]

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

Salut,asta inseamna ca mai ai odata puse checkpointurile(punctele) Ute un exemplu

[pawn]new Float:gDMVPoints[16][3] = {
{2290.1975,29.0805,26.1745},
{2245.5654,-24.7336,26.1738},
{2282.3928,-102.1187,26.1736},
{2347.7271,-52.6779,26.1737},
{2347.5420,56.7193,26.1742},
{2257.4624,95.3087,26.1733},
{2229.1541,136.3243,26.1741},
{2366.1184,88.5786,26.2106},
{2391.3926,-15.6742,26.1712},
{2459.1553,-29.9950,26.1739},
{2467.4810,71.7111,26.1741},
{2528.8787,106.1231,26.1743},
{2499.4558,45.1823,26.1736},
{2389.9902,10.0698,26.2156},
{2297.3103,-6.0570,26.1721},
{2243.9304,30.6706,26.2911}
};[/pawn]

 

 

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.