fairyoggy Posted August 23, 2019 Share Posted August 23, 2019 How to ban a player if he is not on the server? GetAccountByID I can ban a player by parameter "player" but how to ban by parameter "account" ? Link to comment
Moderators IIYAMA Posted August 23, 2019 Moderators Share Posted August 23, 2019 @slapz0r local serial = getAccountSerial ( account ) if serial then addBan (nil, nil, serial) end 1 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now