Jump to content

I have suggestions to add features to the MTA.


Recommended Posts

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

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
  • 2 weeks later...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...