I Have Problem. Searched Google, Looked At Manuals And At Scripts.
I Can't Find Clear Explanation Of UDP Sockets, Like:
1. How I Can Open It. (Found I Think 'udp_open')
2. How I Can Send Data To Socket.
3. How I Can Get Data From Socket.
4. Close Socket. (Found I Think 'close')
This Functions Will Be Used To Communicate With CS Server.
I Know You Suggest To Use Module Like RCON.
But I Need To Open Sockets Without Modules And Communicate.
Script Usage:
Do Restart To Server.
Change Password.
Change Map.
And Others...
The Tcl UDP extension available at sourceforge might be an option, although I haven't tried it myself.
Reading from it's docs however, it seems to support most common options and flags, and presents it to tcl as an open file descriptor (like open and socket).