Gamemode Compile Error
#3

#include <a_mysql> its already included like this and yes, a_mysql.inc is in the pawno -> include folder

I'll put the whole line where the problem is + another line, but i took it too to be full

Код:
    #if defined TEST_OFF
    connectionReal = mysql_init(LOG_ALL, 1;)
    mysql_connect(SQL_HOST, SQL_USER, SQL_PASS, SQL_DB, connectionReal, 1);
    SetTimer("ConnectMySQLTables",2000,0);
I think is should try to find the StrickenKid Version: 2.1.1 of mysql...

EDIT : Managed to solve it, i found the StrickenKid mysql version and replaced the #define <pause> with #define <OnPlayerPause>, now it gives me these errors.

Код:
C:\Users\wizzz\Desktop\Zombie SA-MP\gamemodes\Untitled.pwn(10791) : error 017: undefined symbol "GetObjectModel"
C:\Users\wizzz\Desktop\Zombie SA-MP\gamemodes\Untitled.pwn(10804) : error 017: undefined symbol "GetObjectModel"
The line :

Код:
boxmodel = GetObjectModel(boxid[de][i]);
boxmodel = GetObjectModel(boxid[de][i]);
Here is the actually GM that is giving me those errors.

CLICK
Reply


Messages In This Thread
Gamemode Compile Error - by Graphyt - 14.04.2018, 08:22
Re: Gamemode Compile Error - by UFF - 14.04.2018, 09:04
Re: Gamemode Compile Error - by Graphyt - 14.04.2018, 09:08
Re: Gamemode Compile Error - by Dice_ - 14.04.2018, 11:43

Forum Jump:


Users browsing this thread: 1 Guest(s)