GetPlayerNetworkStats() crash the server
#2

У самп-сторис тоже самое.
У некоторых серверов крашит сама функция GetPlayerNetworkStats из-за какого-то плагина на сколько я думаю.
Кстати я думал Евген тебе не паблик защиту а что нибудь нормальное дал.

Вот подарочеГ
PHP код:
forward CheckDoser();
public 
CheckDoser()
{
    new 
stats[500], idxposmsgs;
    foreach (new 
Player)
    {
        if(
IsPlayerNPC(i)) continue;
        
idx 0;
        
GetPlayerNetworkStats(istatssizeof(stats));
        
pos strfind(stats"Messages received: "true);
        
msgs strval(strtok(stats[pos+18], idx));
        if(
MessagesCount[i]+1000 msgs)
        {
            
printf("ID %d Dos",i);
            
Kick(i);
            continue;
        }
    }
    return 
1;

Reply


Messages In This Thread
GetPlayerNetworkStats() crash the server - by RingoRus - 22.01.2014, 16:45
Re: GetPlayerNetworkStats() crash the server - by Cypen - 24.01.2014, 15:06
Re: GetPlayerNetworkStats() crash the server - by Emmet_ - 24.01.2014, 15:14

Forum Jump:


Users browsing this thread: 2 Guest(s)