rast_abaddon Posted July 27, 2010 Share Posted July 27, 2010 I have suggestions to add features to the MTA. TransferBoxVisible (bool status) If true, the transfer box is visible, false if it is invisible. This allowed it to transfer files in the background to the client. You could add an event: onTransferStart (resurce) onTransferEnd (resurce) With these events, we can wait for the end of the resource file loading. onFileTransferStart (resurce, file) onFileTransferEnd (resurce, file) Through these events, we can wait for the resource at the end of loading the file. One might also add features TransferFileToClient (resource, file) In this way we could send files with background music changed dynamically, graphics, etc. Moreover, if this is possible it would be useful to include the features enabling soutcast. Link to comment
Dark Dragon Posted July 27, 2010 Share Posted July 27, 2010 you can trigger a server event in the client-side onClientResourceStart event, as it's fired when the client finished downloading and started the resource. implementing shoutcasts will be possible in version 1.1, as it uses a more powerful sound library called BASS. being able to transfer files with script functions is something to discuss about. Link to comment
rast_abaddon Posted July 27, 2010 Author Share Posted July 27, 2010 Yes, you have right i can but I think that is more elegantly. Thank you for your reply. Link to comment
Callum Posted August 6, 2010 Share Posted August 6, 2010 TransferBoxVisible (bool status) isTransferBoxActive? Link to comment
Recommended Posts