Quote:
Originally Posted by Emre__
pawn Code:
if((GetTickCount() - GetPVarInt(playerid, "LastKilledTick")) < 100) { printf("Warning: Player %d was kicked because last killed tick was: %d", playerid, (GetTickCount() - GetPVarInt(playerid, "LastKilledTick"))); Kick(playerid); } SetPVarInt(playerid, "LastKilledTick", GetTickCount());
|
Could this work? please I need an answer fast