Hey,
warum lädt meine Map nicht?^^
Mein Filterscript ist so aufgebaut:
// This is a comment
// uncomment the line below if you want to write a filterscript
//#define FILTERSCRIPT
#include <a_samp>
#if defined FILTERSCRIPT
public OnFilterScriptInit()
{
	CreateObject(1344, x, x, x, 0, 0, 0);
	CreateObject(12843, x, x, x, 0, 0, 0);
	CreateObject(12844, x, x, x, 0, 0, 0);
	CreateObject(997, x, x, x, 0, 0, 90);
	CreateObject(997, x, x, x, 0, 0, 90);
	CreateObject(997, x, x, x, 0, 0, 90);
	CreateObject(997, x, x, x, 0, 0, 90);
	CreateObject(1215, x,x, x, 0, 0, 0);
	CreateObject(1215, x, x, x, 0, 0, 0);
	CreateObject(1258, x, x, x, 0, 0, 0);
	CreateObject(1263, x, x, x, 0, 0, 0);
	CreateObject(1797, x, x, x, 0, 0, 0);
	CreateObject(1797, x, x, x, 0, 0, 0);
	CreateObject(1797, x, x, x, 0, 0, 0);
	CreateObject(2127, x, x, x, 0, 0, 270);
	CreateObject(2132, x, x, x, 0, 0, 270);
	CreateObject(2224, x, x, x, 0, 0, 216.25);
	print("[MAP]: Zivispawn Airport geladen!");
	return 1;
}
public OnFilterScriptExit()
{
	return 1;
}
#else
#endif
 
		 
		
		
	 
			
									
		