09.06.2015, 15:17
Try This
Код:
public OnPlayerDeath(playerid,killerid,reason)
{
if(gettime() - GetPVarInt(playerid,"PlayerLastDeath") < 1) Kick(playerid);
SetPVarInt(playerid,"PlayerLastDeath",gettime());
return 1;
}

