Jump to content

Question

Posted

Am ?i eu o problem? la serverul meu de SAMP , nu g?sim nici o solu?ie s? rezolv?m , am încercat toate fs-urile posibile s? nu se mai întâmple asta , dar unii oameni jego?i c? altfel nu le pot spune tot încearc? mereu , ?tie cineva un fs bun sau cum s? rezolv problema? Uita-?i o poz? s? v? da?i cu seama despre ce este vorba.

v51oUnr.png

Repet c? am încercat orice se poate.

6 answers to this question

Recommended Posts

Posted

Sa rezolv problema , sa nu mai poata face fake-kill , da wanted la toata lumea si cate odata face sa omoare in safe-zone cu wanted 10 si ii baga automat la jail . Avem junkbuster tot.

Posted

new antifk[MAX_PLAYERS];

public OnPlayerDeath(playerid, killerid, reason)
{
    antifk[playerid] ++;
    SetTimerEx("fk_public", 1000,false,"i",playerid);
    return 1;
}

forward fk_public(playerid);
public fk_public(playerid)
{
    antifk[playerid] --;
    if(antifk[playerid] > 3)
    {
        SendClientMessage(playerid, -1,"Acest server foloseste Anti Fake-Kill !");
        Kick(playerid);
    }
    return 1;
}
incearca asta sau pune la onplayerdeath
if(GetPlayerWeapon(killerid) != reason)
{
SendClientMessage(playerid, -1, "Kill fals !!!");
}

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.