Question
#4

Quote:
Originally Posted by MBilal
Посмотреть сообщение
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?
I don't think that's crash, do a 5 seconds timer, which prints out: I am Alive Bilal!
see if it will keep printing when server crash ( you can add time inside it too to be sure its alive )

PHP код:
SetTimer("AliveAlert"5000true); // ongamemodeinit
forward public AliveAlert(); // later
public AliveAlert()
{
    
printf("I am Alive Bilal! %d"gettime());

Reply


Messages In This Thread
Question - by MBilal - 21.01.2018, 11:46
Re: Question - by jlalt - 21.01.2018, 11:53
Re: Question - by MBilal - 21.01.2018, 12:29
Re: Question - by jlalt - 21.01.2018, 12:34
Re: Question - by RogueDrifter - 21.01.2018, 13:09
Re: Question - by Dayrion - 22.01.2018, 03:03
Re: Question - by Sew_Sumi - 22.01.2018, 03:13
Re: Question - by MBilal - 22.01.2018, 08:56
Re: Question - by jlalt - 22.01.2018, 12:08
Re: Question - by MBilal - 22.01.2018, 17:00

Forum Jump:


Users browsing this thread: 1 Guest(s)