Gamemode : Unknown
#5

It seems like everything loads perfectly fine. You've just haven't defined the gamemode text.

PHP код:
public OnGameModeInit()
{
    
SetGameModeText("Gamemode Here.");
    
mysql_log(LOG_ALL);
    
mysql mysql_connect(MYSQL_HOSTMYSQL_USERMYSQL_DATABASEMYSQL_PASSWORD);
    if(
mysql_errno() != 0)
    {
        
printf("[MySQL] The connection has failed.");
    }
    else
    {
        
printf("[MySQL] The connection was successful.");
    }
    return 
true;

Reply


Messages In This Thread
Gamemode : Unknown - by DavidLuango - 30.07.2016, 00:35
Re: Gamemode : Unknown - by DavidLuango - 30.07.2016, 00:55
Re: Gamemode : Unknown - by Juvanii - 30.07.2016, 00:56
Re: Gamemode : Unknown - by DavidLuango - 30.07.2016, 00:57
Re: Gamemode : Unknown - by Tass007 - 30.07.2016, 00:59
Re: Gamemode : Unknown - by DavidLuango - 30.07.2016, 01:02
Re: Gamemode : Unknown - by Tass007 - 30.07.2016, 01:18

Forum Jump:


Users browsing this thread: 1 Guest(s)