16.06.2018, 15:40
Jeszcze mógłbyś pomóc bo za ciul nie moge sie połączyć.
addEventHandler("onInit", function()
{
handler = mysql_connect("localhost", "root", "haslo", "gothic", 80);
if (handler != null)
{
print("Connected");
}else{
print("Polaczenie nieaktywne");
}
});
addEventHandler("onInit", function()
{
handler = mysql_connect("localhost", "root", "haslo", "gothic", 80);
if (handler != null)
{
print("Connected");
}else{
print("Polaczenie nieaktywne");
}
});