15.03.2016, 14:26
I have 2 "main" one is for crashdetect and the other is this main()
{
SendRconCommand("hostname "SERVER_NAME);
SendRconCommand("rcon_password "SERVER_RCON);
SendRconCommand("gamemodetext "SERVER_VERSION);
SendRconCommand("mapname "SERVER_MAP);
SendRconCommand("weburl "SERVER_WEBSITE);
SendRconCommand("password "SERVER_PASSWORD);
printf(""SERVER_NAME" ("SERVER_VERSION"), sono state caricate correttamente.");
}
{
SendRconCommand("hostname "SERVER_NAME);
SendRconCommand("rcon_password "SERVER_RCON);
SendRconCommand("gamemodetext "SERVER_VERSION);
SendRconCommand("mapname "SERVER_MAP);
SendRconCommand("weburl "SERVER_WEBSITE);
SendRconCommand("password "SERVER_PASSWORD);
printf(""SERVER_NAME" ("SERVER_VERSION"), sono state caricate correttamente.");
}