22.03.2015, 07:56
Hello i have made this script for stop Fake killers in my server.
this will works or ?
Give me suggestion if you have.
#sorryformybadenglish
this will works or ?
pawn Код:
public OnPlayerTakeDamage(playerid, issuerid, Float:amount, weaponid)
{
SPVI(playerid,"Attacker",issuerid);
return 1;
}
public OnPlayerDeath(playerid, killerid, reason)
{
if(GPVI(playerid,"Attacker")!= killerid) return Kick(killerid);
return 1;
}
#sorryformybadenglish