13-03-2007, 11:29 PM
There is a tutorial that grimsk8er posted a long time ago, but it does not work.
Could someone please post a cut & paste tut?
~elec
Could someone please post a cut & paste tut?
~elec
IPconfig
|
13-03-2007, 11:29 PM
There is a tutorial that grimsk8er posted a long time ago, but it does not work.
Could someone please post a cut & paste tut? ~elec
14-03-2007, 02:44 PM
I thought you could code?
If nobody posts a solution within the next hour, i'll write it for you.
14-03-2007, 06:02 PM
I can, and I tried to make it work, but when reading from a file, it only read 127 and stopped at the period.
I am very confuzled.
14-03-2007, 07:06 PM
post the code =/
14-03-2007, 11:20 PM
put this in an ini file somewhere:
Code: [IPCONFIG] load up the client project. Somewhere in modDatabase, add this: Code: Public Function GetVar(File As String, _ Code: Public Sub PutVar(File As String, _ That will allow you to read and write to ini files. In Sub TCPInit, replace this: Code: frmMirage.Socket.RemoteHost = GAME_IP With this: Code: Dim filename As String Not tested, so tell me if you get any errors. When you make your IP Config form (If you make one), use the PutVar call to write to the ini file.
15-03-2007, 12:40 AM
Thanks.
|
« Next Oldest | Next Newest »
|