03.05.2014, 11:53
Hello,
I would like to know how obtain the ping from the include "a_samp.inc" ?
I test like that:
But mysql_ping doesn't exist...
How I can do that ?
Regards
I would like to know how obtain the ping from the include "a_samp.inc" ?
I test like that:
Код:
if(mysql_ping()==0)
{
print("MYSQL: Database connection established.");
return 1;
}
How I can do that ?
Regards

