tcpserver/client
If you need help with a project or need to know how to do something specific in VB.NET then please ask your questions in here.
Forum rules
Please LOCK your topics once you have found the solution to your question so we know you no longer require help with your query.
Please LOCK your topics once you have found the solution to your question so we know you no longer require help with your query.
3 posts
Page 1 of 1
hello,
I want to make commands in my tcpserver/client.
like irc /kick /ban /unban etc...
can u help me ?
I want to make commands in my tcpserver/client.
like irc /kick /ban /unban etc...
can u help me ?
for Ban u can build in a if question like
if ip.contains(xxxx.xxxx.xxxx) then
msgbox("Ip Banned")
end if
if ip.contains(xxxx.xxxx.xxxx) then
msgbox("Ip Banned")
end if
3 posts
Page 1 of 1
Copyright Information
Copyright © Codenstuff.com 2020 - 2023