Jump to content
  • 0

Big Problem


solidsnake

Question

3 answers to this question

Recommended Posts

  • 0
You could require version 1.0.3 or newer to connect to your server

how can i do this in mtaserver.conf file ?

Simply said, you can't.

The only way you can do it, is by script. Add an event handler to onPlayerConnect, check the player's version and if it's too low (259 = 1.0.3 I think, if it's lower, it would be an older version) then you'll use cancelEvent to stop them from connecting. Note that you can use the "reason" parameter of cancelEvent to show them a message why the connection was refused. (See example on onPlayerConnect page)

Link to comment

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...