Is there a way to upload files through the client? This would be useful for custom head and body uploads and would save time for staff and players.
I know theres a function for something like it but how does it work? Would it be like:
PHP Code:
//#CLIENTSIDE
function initUpload(platform){
if (platform == "win"){
requestfileupload("C:\randomfile.png");
}
}