Patolider Posted January 11, 2008 Share Posted January 11, 2008 A ping kicker option in the control panel would be nice Link to comment
Guest Posted January 12, 2008 Share Posted January 12, 2008 Indeed! Also an option to block country's to your server Link to comment
iam2noob4u Posted January 12, 2008 Share Posted January 12, 2008 lol blocking countries is sort of racism (to me) function checkPing() local ping = getPlayerPing(source) -- get the ping from the source element (the player who joined) if (ping > 300) then -- if it's higher than 300... kickPlayer(source, source, "Your ping is too high. If your ping is low normally, try connecting again.") -- kick them end end addEventHandler("onPlayerJoin", getRootElement(), checkPing) -- add the event handler Mostly from the wiki, just changed the ping (100 to 300), and added kickPlayer(). It's not in the control panel, but it works automaticly. Link to comment
FireBlood Posted January 13, 2008 Share Posted January 13, 2008 banning a whole country is racism, i agree. But its just a fact that half of poland and russia hax. Link to comment
Guest Posted January 13, 2008 Share Posted January 13, 2008 I have the same problem that I want to find out the country -> But I want to use it to make my Gamemode multilingual so that english guys can see the gamemode in english, german guys in german, ... any one with any ideas ? Link to comment
Recommended Posts