21.01.2018, 12:34
Quote:
Logs working normal when server crash.
Last logs before server crash see looks normal. https://i.imgur.com/L6Tqs71.png No errors server down suddenly I've -d3 in pawn.cfg it's in pawn folder https://i.imgur.com/sWh1JB3.png any additional thing i need to do? |
see if it will keep printing when server crash ( you can add time inside it too to be sure its alive )
PHP код:
SetTimer("AliveAlert", 5000, true); // ongamemodeinit
forward public AliveAlert(); // later
public AliveAlert()
{
printf("I am Alive Bilal! %d", gettime());
}