fake kill not work !
#1

Installed but does not answer


PHP код:

 SetTimerEx
("antifakekill2"1000,false,"i",playerid);
 
SetTimerEx("antifakekill2"1000,false,"i",playerid);
public 
antifakekill2(playerid)
{
    
antifakekill[playerid] --;
    if(
antifakekill[playerid] > 3)
    {
    new 
string[64], pName[MAX_PLAYER_NAME];
    
GetPlayerName(playerid,pName,MAX_PLAYER_NAME);
    
format(string,sizeof string,"* %s Be Dalil Fake Kill Kick Shod )",pName);
    
SendClientMessageToAll(0xFF0000FF,string);
    
Kick(playerid);
    }
    return 
1;

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)