GTAMulti.com - Türkiye'nin Türkçe GTA Sitesi

YSI Include kurulum problemi.

Başlatan Lukas, 10 Mart 2020, 21:52:18

« önceki - sonraki »

0 Üye ve 1 Ziyaretçi konuyu incelemekte.

Lukas

Selamlar, YSI include'u kurulumunu detaylı bir şekilde anlatabilecek var mı? YSI klasörünü pawno/include klasörüne atıp gm'de includelayınca şu hatayı alıyorum.

Include:

#include <a_samp>
#include <foreach>
#include <ZCMD>
#include <sscanf2>
#include <YSI\y_ini>


main()
{
print("\n----------------------------------");
print(" Blank Gamemode by your name here");
print("----------------------------------\n");
}

#endif

public OnGameModeInit()
{
// Don't use these lines if it's a filterscript
SetGameModeText("Blank Script");
AddPlayerClass(0, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
return 1;
}

public OnGameModeExit()
{
return 1;
}

public OnPlayerRequestClass(playerid, classid)
{
SetPlayerPos(playerid, 1958.3783, 1343.1572, 15.3746);
SetPlayerCameraPos(playerid, 1958.3783, 1343.1572, 15.3746);
SetPlayerCameraLookAt(playerid, 1958.3783, 1343.1572, 15.3746);
return 1;
}

HATA:
Desktop\...\pawno\include\YSI\y_iterate.inc(73) : fatal error 111: user error: Use `#include <YSI_Data\y_iterate>`
Son düzenlenme: 10 Mart 2020, 21:56:17 Lukas

Radless

"#include <foreach>" kısımını şununla değiştir "#include <YSI\y_iterate>"

"Life's too short to hold grudges."

Lukas


Lukas

Sorun sadece github'dan indirdiğim son sürüm YSI de oluyor. Farklı bir paketten YSI alırsam sıkıntı olmuyor fakat güncel olmadığı için sıkıntı yaratıyor.


Lukas


Cruza

Sorun çözüme kavuştuğuna göre kilit, arşiv.

since 2008
graphic designer & front-end web developer