include YSI error
#3

Still the same... but thx you tried
Also it works if i turn the internet off, no crash, that's why i belive it's a problem with the YSi update

Код:
#include <a_samp>
#include <YSI\y_ini>

#if defined FILTERSCRIPT

public OnFilterScriptInit()
{
	print("\n--------------------------------------");
	print(" Blank Filterscript by your name here");
	print("--------------------------------------\n");
	return 1;
}

public OnFilterScriptExit()
{
	return 1;
}

#else

main()
{
	print("\n----------------------------------");
	print(" RVG by Slash");
	print("----------------------------------\n");
}

#endif

public OnGameModeInit()
{
	SetGameModeText("Stunt/Race/Drift/Deathmach");
	AddPlayerClass(0, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
	return 1;
}

public OnGameModeExit()
{
	return 1;
}
Reply


Messages In This Thread
include YSI error - by adithegman - 10.04.2013, 13:16
Re: include YSI error - by [FSaF]Jarno - 10.04.2013, 13:19
Re: include YSI error - by adithegman - 10.04.2013, 13:32
Re: include YSI error - by adithegman - 10.04.2013, 14:22
Re: include YSI error - by Avi Raj - 10.04.2013, 14:24
Re: include YSI error - by adithegman - 10.04.2013, 16:15
Re: include YSI error - by Scenario - 10.04.2013, 17:12
Re: include YSI error - by adithegman - 16.04.2013, 12:19
Re: include YSI error - by Sithis - 16.04.2013, 17:36

Forum Jump:


Users browsing this thread: 2 Guest(s)