Jump to content

Recommended Posts

Posted (edited)
В 26.08.2018 в 21:29, Eddye сказал:

For example, I want to kick a player, using: /kick id reason

How I get id?

mp.events.addCommand("kick", (player, args)=> {

*check if player is admin*

args = args.split(" ")
  let id = parseInt(args[0])
  let reason = args[1]

mp.players.at(id).kick(reason)

})

 

Edited by Hanvod
  • Like 1

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...