I know it is iptables rule, but I don't know how to make it
, so, how?
Servers
How to Don't Let Some Countries From Seeing Server
How to Don't Let Some Countries From Seeing Server
, so, how?
SaZ Dice:
addhook("join","join_hook")
function join_hook(id)
if (player(id,"ip")==x.x.x.x) then
parse("")
end
end
mr_s, if you want to ban x.x.x.x then
Kinger_money gave you the wrong codeaddhook("join","join_hook")
function join_hook(id)
if (player(id,"ip")~="0.0.0.0" and not player(id,"ip"):find("192.168.")) then
parse("kick ".. id .." \"Your IP is banned\"")
end
end
Kinger_money: is DAMNIL , so he gives wrong code, thx for code @
VADemon:
haha