DEBUG ERROR [URGENT]
#6

Quote:
Originally Posted by iZN
Посмотреть сообщение
https://github.com/Zeex/samp-plugin-...ith-debug-info

And then post the server_logs here. It is some sort of crash related to your script, it doesn't relates to your hosting.

Some hints are mentioned too:

Код:
[09:00:21] [debug] #3 002d1300 in public SyncTime () from PHRP_1.2.amx
[09:00:21] [debug] #4 002e3bec in public @yT_60000_SyncUp () from PHRP_1.2.amx
Post those callback(s) here.
pawn Код:
forward SyncTime();
public SyncTime()
{
    new string[64];
    new tmphour;
    new tmpminute;
    new tmpsecond;
    gettime(tmphour, tmpminute, tmpsecond);
    FixHour(tmphour);
    tmphour = shifthour;
    if((tmphour > ghour) || (tmphour == 0 && ghour == 23))
    {
        format(string, sizeof(string), "The time is now %d:00.",tmphour);
        SendClientMessageToAllEx(COLOR_WHITE,string);
        ghour = tmphour;
        TotalUptime += 1;
        PayDay();

        SetWorldTime(tmphour);

        SaveFamilies();
    }
}
Reply


Messages In This Thread
DEBUG ERROR [URGENT] - by Trynda - 03.05.2014, 09:06
Re: DEBUG ERROR [URGENT] - by ChuckyBabe - 03.05.2014, 09:07
Re: DEBUG ERROR [URGENT] - by Trynda - 03.05.2014, 09:08
Re: DEBUG ERROR [URGENT] - by ChuckyBabe - 03.05.2014, 09:10
Re: DEBUG ERROR [URGENT] - by iZN - 03.05.2014, 09:21
Re: DEBUG ERROR [URGENT] - by Trynda - 03.05.2014, 09:27
Re: DEBUG ERROR [URGENT] - by Konstantinos - 03.05.2014, 10:34
Re: DEBUG ERROR [URGENT] - by EpicMan - 03.05.2014, 10:35
Re: DEBUG ERROR [URGENT] - by Trynda - 03.05.2014, 11:07
Re: DEBUG ERROR [URGENT] - by Konstantinos - 03.05.2014, 11:15

Forum Jump:


Users browsing this thread: 1 Guest(s)