AFKManager: make the kick flag position more clear
This commit is contained in:
parent
5edac45eb7
commit
934b37d57a
@ -373,7 +373,7 @@ public Action Timer_CheckPlayer(Handle Timer, any Data)
|
|||||||
if(IdleTime_ > IdleTime)
|
if(IdleTime_ > IdleTime)
|
||||||
Position++;
|
Position++;
|
||||||
}
|
}
|
||||||
PrintCenterText(client, "You have been kick-flagged for being inactive. [%d/%d]", Position, FlaggedPlayers);
|
PrintCenterText(client, "You have been kick-flagged for being inactive. Your Position: [%d of %d]", Position, FlaggedPlayers);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user