Renegade Public Forums
C&C: Renegade --> Dying since 2003™, resurrected in 2024!
Home » Renegade Discussions » Mod Forum » [Coding] scripts.dll server reading
Re: [Coding] scripts.dll server reading [message #255472 is a reply to message #255347] Tue, 24 April 2007 12:45 Go to previous messageGo to previous message
jnz is currently offline  jnz
Messages: 3396
Registered: July 2006
Location: 30th century
Karma:
General (3 Stars)
I was telling you the easiest way to do it Wink

//for FDSTalk.dll put at the top under your namespace imports
[DllImport("FDSTalk.dll")] bool Init(short port, String ^password);
[DllImport("FDSTalk.dll")] void Shutdown(void);
[DllImport("FDSTalk.dll")] void Send_Message(String ^Text, long ip, short port);
[DllImport("FDSTalk.dll")] void Service(void);


Read
renlog_<date>.txt
bhs_renlog_<date>.txt

Its all done in HL-Bot.
I'm not sure about how the ip must be formatted. You will probably have to have a Native dll with the function HL-Bot uses to convert it.

[Updated on: Tue, 24 April 2007 12:46]

Report message to a moderator

 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Powersuit kane/rav
Next Topic: script proplem
Goto Forum:
  


Current Time: Fri May 30 02:21:50 MST 2025

Total time taken to generate the page: 0.01190 seconds