ok u know you know in the exe u type cmdlfs (msg)? and it sends it to all the server insim is connected to? well i wanna do that from inside lfs with a command u have any idea?
i was thinking of some type of lapper addon would work
Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: startIndex mscorlib at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) at System.BitConverter.ToInt32(Byte[] value, Int32 startIndex) at InSim.Decoder.SMALL..ctor(Byte[] packet) in C:\Users\T3ChARmy\Desktop\desktop\src\InSim4.cs:line 828 at LFSLapper.LFSClient.Loop(Connect insimConnection) in C:\Users\T3ChARmy\Desktop\desktop\src\LFSClient\loop.cs:line 878 at LFSLapper.LFSClient.doloop() in C:\Users\T3ChARmy\Desktop\desktop\src\LFSClient\lfsclient.cs:line 632 at LFSLapper.LFSListen.Listen.goWorkMode() in C:\Users\T3ChARmy\Desktop\desktop\src\LFSListen\Listen.cs:line 85 at LFSLapper.LFSListen.Listen.start() in C:\Users\T3ChARmy\Desktop\desktop\src\LFSListen\Listen.cs:line 126 Void ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) Closing Instance... -----------------------------------------------------------------------------
IF( $argv != "" ) Then privmsg("^6Personal Msg To ^8" . GetPlayerVar( $toUser, "Nickname" ) ); privmsg("^7" . $argv ); userMsg (GetCurrentPlayerVar( "Nickname" ), $toUser, $argv); ELSE privmsg("^1YOU Must Have A Message To Send To The User!"); ENDIF BREAK; ?>