Script Donґt load anything...
#1

Hi Guys my Script Donґt Load Any Objects or Any Vehicle...
hereґs my OnGameModeinit
Код:
	print("Verbinde zur MySQL Datenbank....");
    mysql_init(LOG_ALL, 1);
    mysql_connect(SQL_HOST, SQL_USER,SQL_PASS, SQL_DATA);
	AntiDeAMX();
	new OnGameModeString[50];
	format(OnGameModeString,sizeof(OnGameModeString),"NYR v.%s",GAMEMODEVERSION);
	SendRconCommand("mapname New York");
	SetGameModeText(OnGameModeString);
	Audio_SetPack("default_pack",true);
	AddPlayerClass(0, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
	LoadOnGameModeInit();
when you need another code say it
Reply
#2

Use print above every line to determine where the script stops.
Reply
#3

iґve Used Crashdetect heres the error:
[02:37:31] [crashdetect]: gamemodes\NewYorkRoleplay.amx does not contain debug information
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)