0 Members and 1 Guest are viewing this topic.
but the garrysmod.org domain is always slower than snot right now for some reason.
function ReportFile() { reason = prompt( "Please enter the reason for reporting this file:", "" ); if ( !reason ) return; xmlGet = createXMLHttpRequest(); xmlGet.open( "GET", "/downloads/?a=Report&reason="+MakeGetSafe(reason)+"&id=#####", true ); xmlGet.onreadystatechange = PopupConfirm; xmlGet.send( null );