Fernando Rocha
Fernando Rocha
> I think changing window title would be enough. `Disconnected [CD46]` >>>> `Disconnected by Server [CD46]` Average player would not notice. It needs to be more aggressive
There are so many different disconnected codes, I don't even know where to start :P 
[`getAccountSerial`](https://wiki.multitheftauto.com/wiki/GetAccountSerial) returns the last [serial](https://wiki.multitheftauto.com/wiki/Serial) that logged onto the specified [account](https://wiki.multitheftauto.com/wiki/Account). In my opinion, you shouldn't use a function to alter this value. It's automatic... Instead, use [`setAccountData`](https://wiki.multitheftauto.com/wiki/SetAccountData) or whatever...
Very nice. Can you add an argument "resource element" so you can get file list of another resource, which would work if it is running?
File paths returned shouldn't be repeated imo
To make this more advanced, the list returned could be a table of {filePath, fileType} where fileType is like "client-script" or "shared-script" or "map-file" idk
@TracerDS it would be nice to have a way to know if a file has download="false" attribute, so it can be downloaded using downloadFile later Currently the only way to...
> @TracerDS it would be nice to have a way to know if a file has download="false" attribute, so it can be downloaded using downloadFile later Currently the only way...
> > > @TracerDS it would be nice to have a way to know if a file has download="false" attribute, so it can be downloaded using downloadFile later Currently the...
It's a matter of returning that download attribute value for each file. The array of file names returned by this new function should contain arrays where you have like `{fileName="myFoder/myFile.dff",...