Zeus Posted July 29, 2010 Share Posted July 29, 2010 Hello mta players i was playing MM server but when i online i always saw a player like this Server:www.mtasa.tk_[number] they advertising so much, its not just one player, its many. I cant take it anymore, can you remove it as illegal advertisement on other server? i was so angry about it. ( they use it for play, but that name for advertising ) PS: After that name banned, the same first name ( http://www.mtasa.tk ) come to the server again with the deferent number.. i hate that -.- Link to comment
0 djlobo Posted July 30, 2010 Share Posted July 30, 2010 As server owner of that server ( mini-missions ) i can explain that what happens is basicly other server that change the players name to http://www.mtasa.tk_randomnumber Althought i dont think that its correct i know thats mta team cant do anything about this, so i sugest changed nicks by servers to dont be saved on disconnect. Link to comment
0 Zeus Posted August 1, 2010 Author Share Posted August 1, 2010 well ok, but DJ, its pretty annoying that player/admin/owner illegaly advertise on other peoples server ( i've saw that name too on Argonath RPG ) Link to comment
0 Discord Moderators Zango Posted August 9, 2010 Discord Moderators Share Posted August 9, 2010 Why don't you just create a script to filter out mtasa.tk names? You're the server owner, you decide what goes in and out. addEventHandler ("onPlayerJoin", getRootElement(), function() local name = getPlayerName ( source ) local stringStart, stringEnd, tld = string.find(name, "mtasa.tk") if stringStart then nameStr = string.sub(name, stringStart, stringEnd) if nameStr == "mtasa.tk" then local player = source changeName(player) end end end ) function changeName(player) setPlayerName (player, "MTAPlayer_"..math.random(0,1000)) end you can add more disallowed names if you want. Link to comment
0 djlobo Posted August 9, 2010 Share Posted August 9, 2010 We already added a similar code to do that some days ago but thanks anyway . Link to comment
Question
Zeus
Hello mta players i was playing MM server but when i online i always saw a player like this
Server:www.mtasa.tk_[number]
they advertising so much, its not just one player, its many. I cant take it anymore, can you remove it as illegal advertisement on other server?
i was so angry about it. ( they use it for play, but that name for advertising )
PS: After that name banned, the same first name ( http://www.mtasa.tk ) come to the server again with the deferent number.. i hate that -.-
Link to comment
5 answers to this question
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