Crash log
#1

I switched computers to try to solve my previous problem.
This is what I get. Ideas?
Код:
[14:21:39] [debug] Server crashed while executing Untitled.amx
[14:21:39] [debug] AMX backtrace:
[14:21:39] [debug] #0 native fread () [004057a0] from samp-server.exe
[14:21:39] [debug] #1 00056558 in ?? () from Untitled.amx
[14:21:39] [debug] #2 000126a4 in public zcmd_OnGameModeInit () from Untitled.amx
[14:21:39] [debug] #3 native CallLocalFunction () [00471e90] from samp-server.exe
[14:21:39] [debug] #4 00011a94 in ?? () from Untitled.amx
[14:21:39] [debug] #5 0000bdfc in ?? () from Untitled.amx
[14:21:39] [debug] #6 00005dac in public Itter_OnGameModeInit () from Untitled.amx
[14:21:39] [debug] #7 native CallLocalFunction () [00471e90] from samp-server.exe
[14:21:39] [debug] #8 00003120 in ?? () from Untitled.amx
[14:21:39] [debug] #9 000004b4 in public OnGameModeInit () from Untitled.amx
[14:21:39] [debug] System backtrace:
[14:21:39] [debug] #0 00492860 in ?? () from C:\Users\Dator\Downloads\samp03x_svr_R1-2_win32\samp-server.exe
[14:21:39] [debug] #1 00492e90 in ?? () from C:\Users\Dator\Downloads\samp03x_svr_R1-2_win32\samp-server.exe
[14:21:39] [debug] #2 00404f44 in ?? () from C:\Users\Dator\Downloads\samp03x_svr_R1-2_win32\samp-server.exe
pawn Код:
public OnGameModeInit()
{
    mysql_connect(MYSQLIP, MYSQLUSER, MYSQLDB, MYSQLPASSWORD);
    mysql_debug(true);
    mysql_function_query(dbHandle, "SELECT * FROM `Factions`", true, "thread_LoadFactions", "");
    mysql_function_query(dbHandle, "SELECT * FROM `Spraypoints`",true, "thread_LoadSpraypoints", "");
    mysql_function_query(dbHandle, "SELECT * FROM `Teleports`",true, "thread_LoadTeleports", "");
    mysql_function_query(dbHandle, "SELECT * FROM `Houses`",true, "thread_LoadHouses", "");
        //continues with a lot of textdraws and creating objects.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)