11.01.2015, 09:45
Maybe this look like this ?
pawn Код:
if(gettime() - GetPVarInt(playerid,"PlayerLastDeath") < 1)
{
Kick(playerid);
}
SetPVarInt(playerid,"PlayerLastDeath",gettime());