GamerDeMTA Posted February 16, 2013 Share Posted February 16, 2013 I want to make a command for Disconnect but in Spanish! I want to make commands like "/disconnect" and "/desconectar", the two commands, one for English other for Spanish. Also how to make a command to go to other server? Example "/race" and I go to the server? Link to comment
manve1 Posted February 16, 2013 Share Posted February 16, 2013 to redirect a player use: redirectPlayer Link to comment
GamerDeMTA Posted February 16, 2013 Author Share Posted February 16, 2013 to redirect a player use: redirectPlayer I dont know about this, can you give me an example with a IP? and Man, I must have a meta.xml or only that lua? Link to comment
iPrestege Posted February 16, 2013 Share Posted February 16, 2013 addEventHandler("onPlayerJoin", root, -- OnPlayerJoin function() redirectPlayer (source,"ip",tonumber(port)) -- redirectPlayer end ) Link to comment
manve1 Posted February 16, 2013 Share Posted February 16, 2013 to redirect a player use: redirectPlayer I dont know about this, can you give me an example with a IP? and Man, I must have a meta.xml or only that lua? is it that hard to press on the 'redirectPlayer' bit and read? 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