i also need a command to help me get players ID via console
Use this code, where the red part is the player's name.
It'll put their ID on a new line in the console.
echo(findclientbyname(
name).bl_id);
Or if you need their ID to kick them, you could just use this instead.
findclientbyname(
name).delete("
reason for kicking");
(This console commands works on kicking Admins/Super Admins, too.)