FakeKill

12. Jan. 2013. Zaključano
368
pregleda
8
postova
Rudimental
5
OG Legend
12. Jan. 2013.
Scripta koju koristim: moja
Detaljan opis problema: Kako da sredim da nemogu da rade FakeKill bio sam svasta ubacivao oko toga ali nista nije pomoglo.
Deo scripte:
Blaeks_Biofor
5
Forum Don
Rudimental
5
OG Legend
13. Jan. 2013.
Nepomaze ni to brt o5 mogu da daju znaci nez vise sta raditi 10 tih fakekillo-a sam promeno i nista nepomaze
Bojan98
4
Shot Caller
30. Dec. 2013.
Takodje isti problem imam, sve sam ubacivao i testirao i dalje radim fake kill i ne kick me, a fast kill kad radim onda me kick ☹️
Vuzimir
5
Kingpin
30. Dec. 2013.
Ova metoda je jako funkcionalna, igrac pokrene fakekill ali se nista nedesava:
#include 

// Delay until a connection would be ignored
#define        FAKEKILL_DELAY            10000

// Number of times within the connection delay to constitute an attack
#define        FAKEKILL_LIMIT            10

// Connection info
enum FAKEKILLINFO
{
    DeathCount,
    LastDeathTime,
}

static FakekillData;

hook OnPlayerDeath(playerid, killerid, reason)
{
    if(!IsPlayerNPC(playerid))
    {
        if(GetTickCount() - FakekillData < FAKEKILL_DELAY)
        {
            FakekillData++;
            if(FakekillData == FAKEKILL_LIMIT) ProcessHack(playerid, INVALID_PLAYER_ID, PATCH_ANTIFAKEKILL);
        }
        else FakekillData = 1;
        FakekillData = GetTickCount();
    }
    return 1;
}

hook OnPlayerDisconnect(playerid, reason)
{
    FakekillData = 0;
    FakekillData = 0;
    return 1;
}
Bojan98
4
Shot Caller
30. Dec. 2013.
Sad cu da testiram 😄

Edit: ne radi.
Mangusta
3
Hustler
30. Dec. 2013.
sta je taj fakekill xd
Blaeks_Biofor
5
Forum Don
30. Dec. 2013.
Bojan98 wrote on December 30, 2013, 12:09 am:
Takodje isti problem imam, sve sam ubacivao i testirao i dalje radim fake kill i ne kick me, a fast kill kad radim onda me kick ☹️
je l si okej ?

Morate biti prijavljeni da biste odgovorili na ovu temu.

Prijava

© 2026 SmartShark. All rights reserved.

Powered by Momentum|v2026.3.001 Alpha