- 0
Проблема с Автошколой
Asked by
Nekit_Krut18
,
Question
Лучший ответ
Замени в OnPlayerEnterRaceCheckpoint это:
if(UseGPS[playerid])
{
SCM(playerid, COLOR_YELLOW, "Вы достигли места назначения");
DisablePlayerRaceCheckpoint(playerid);
UseGPS[playerid] = false;
for(new i; i < 4; i++) TextDrawHideForPlayer(playerid, GPSEnabled[i]);
return 1;
}
На это:
if(UseGPS[playerid])
{
SCM(playerid, COLOR_YELLOW, "Вы достигли места назначения");
DisablePlayerRaceCheckpoint(playerid);
UseGPS[playerid] = false;
for(new i; i < 4; i++) TextDrawHideForPlayer(playerid, GPSEnabled[i]);
if(GetPVarInt(playerid, "DrivingTest") > 0) SetPlayerRaceCheckpoint(playerid,1, DrivingTest[0][0],DrivingTest[0][1],DrivingTest[0][2],0.0,0.0,0.0, 5.0);
if(GetPVarInt(playerid, "FlyTest") > 0) SetPlayerRaceCheckpoint(playerid,3,FlyTest[0][0],FlyTest[0][1],FlyTest[0][2],FlyTest[1][0],FlyTest[1][1],FlyTest[1][2],5.0);
if(GetPVarInt(playerid, "WaterTest") > 0) SetPlayerRaceCheckpoint(playerid,0,WaterTest[0][0],WaterTest[0][1],WaterTest[0][2],WaterTest[0+1][0],WaterTest[0+1][1],WaterTest[0+1][2],5.0);
return 1;
}
This topic is now closed to further replies.
-
Recently Browsing 0 members
No registered users viewing this page.
-
Similar Content
-
-
By fresko241
Привет, я только обучаюсь разработке. Хочу узнать у меня есть радио, музыка играет. Но как можно сделать чтобы музыка играла только в машине и слышна была и людям которые возле нее.
-
Posted · Report post
Проблема заключается в том что все работает, кроме того что когда я сажусь в авто то не показываются чекпоинты по которым я должен ехать, Но эти чекпоинты в коде есть, и завершение обучения на права тоже есть, но не отображаются чекпоинты. Помогите.
Вот моя проблема, но я не понимаю что нужно сделать https://pawno-rus.ru/topic/1174-avtoshkola/#comment-2595
Share this post
Link to post