heyo all i need little help i wanna ask you if somebody can help me with automatical ban that when somone login with name in the group name ban that that guy is baned i trying to do it but well i am not soo good at it so need little help
function getPlayerBan()
if isObjectInACLGroup ("user."..accName, aclGetGroup ( "ban" ) ) then
getPlayerBan(source, source)
end
addEventHandler("onPlayerLogin", getRootElement(), getPlayerBan)