Problem with MySQL plugin
#2

Do not connect to the database in OnGameModeInit, use main().
pawn Код:
main()
{
    mysql_connect("sql.mydomain.cz", "my_login", "name_of_my_db", "my_password");
    mysql_query("SELECT samp_actual FROM samp_setings WHERE samp_version = 0.3");
    mysql_store_result();
    val = mysql_fetch_int();
    mysql_close();
}
Reply


Messages In This Thread
Problem with MySQL plugin - by Filka - 17.10.2009, 16:11
Re: Problem with MySQL plugin - by Marcel - 17.10.2009, 16:36
Re: Problem with MySQL plugin - by Filka - 17.10.2009, 16:45
Re: Problem with MySQL plugin - by Marcel - 17.10.2009, 16:56
Re: Problem with MySQL plugin - by Filka - 17.10.2009, 16:59

Forum Jump:


Users browsing this thread: 1 Guest(s)