Hi
Wie kann ich das ändern auf meine mysql connection kenne nur das von Strickenkind bis jetzt und das schaut mir sehr
fremd aus
if(srvmode == 1) //PUBLIC
mysql_connect("62.75.142.180","sampsql","samp1111555","Samp");
else if(srvmode == 2) //VIDEO
{
mysql_connect("109.73.51.139","web0","lennard15","usr_web0_8");
ShowNameTags(0);
} else
mysql_connect("109.73.51.139","web0","lennard15","usr_web0_6");
new gtx[32];
if(srvmode == 1) //PUBLIC
format(gtx, 32, "XNR Rev %d - German Reallife", revision);
else if(srvmode == 2) //VIDEO
format(gtx, 32, "XNR Rev %d - VIDEO", revision);
else
format(gtx, 32, "XNR Rev %d - DEBUG", revision);
SetGameModeText(gtx);