Jump to content

#RooTs

Members
  • Posts

    1,990
  • Joined

  • Last visited

  • Days Won

    2

#RooTs last won the day on March 1 2020

#RooTs had the most liked content!

6 Followers

About #RooTs

  • Birthday 30/07/1988

Details

  • Gang
    |S.z|
  • Location
    Brazil
  • Occupation
    Developer
  • Interests
    Programming/Scripting

Recent Profile Visitors

5,775 profile views

#RooTs's Achievements

Jacker

Jacker (39/54)

47

Reputation

  1. hello. I haven't been on here for some time. Is this topic still active for complaints? this resource contains external download link https://community.multitheftauto.com/index.php?p=resources&s=details&id=18852 Staff edit: Sorted (all uploads from that user violated regulations and were removed)
  2. what variable do I put in DX? addEventHandler("onClientTransferBoxProgressChange", root, function(size, total) barprogress = ( size / total ) end ) addEventHandler("onClientTransferBoxVisibilityChange", root, function(vis) barvisible = vis end ) barvisible = isTransferBoxVisible() dxDrawImage(botX+sizeX+343, botX2+sizeX2+701, 592/100*barvisible, 6, 'assets/progress_bar.png', 0, 0, 0, tocolor(43, 171, 226, 255), true) --or dxDrawImage(botX+sizeX+343, botX2+sizeX2+701, 592/100*barprogress, 6, 'assets/progress_bar.png', 0, 0, 0, tocolor(43, 171, 226, 255), true) sorry, but I confused
  3. i need the load function to put in dx Ex: getTransferBoxProgress()
  4. I want to know if there is any way to make this example in DX local function progressChange(downloadedSize, totalSize) if not data.browser then return false end if isVisible == false then showTransferBox() else local percentage = floor(min((downloadedSize / totalSize) * 100, 100)) executeBrowserJavascript(data.browser, "document.querySelector('.bar-progress').style.width = '" .. percentage .. "%'") end end addEventHandler("onClientTransferBoxProgressChange", root, progressChange) I want to make a slash in DX my example: --maybe in Render ?? addEventHandler("onClientTransferBoxProgressChange", root, function(downloadedSize, totalSize) local percentage = math.min((downloadedSize / totalSize) * 100, 100) dxDrawImage(botX+sizeX+343, botX2+sizeX2+701, 592/100*percentage, 6, 'assets/progress_bar.png', 0, 0, 0, tocolor(43, 171, 226, 255), true) end) --is it possible to make it inside the render? addEventHandler("onClientRender", root, function(downloadedSize, totalSize)
  5. wow..no help here. all ignorant folks. where is the support of this forum? OMG I being ignored for what reason?
  6. I only see views and no solution? can someone help me please
  7. <group name="Console"> <acl name="Moderator"></acl> <acl name="SuperModerator"></acl> <acl name="Admin"></acl> <acl name="RPC"></acl> <object name="user.Console"></object> -- se você removeu essa linha da ACL e for usar o CMD do MTA não vai conseguir mesmo.. </group> coloque essa linha de novo no grupo CONSOLE se quiser usar o CMD do MTA <object name="user.Console"></object> Caso não saiba o que é o CMD do MTA é essa janela ai
  8. hello guys. initially, sorry me for my english. I'm having difficulty using this feature. https://community.multitheftauto.com/index.php?p=resources&s=details&id=11231 I've already done the entire procedure. tested everything I did the entire procedure. but it didn't work OBS: I also changed the ACL. i tried everything ( any solution? please help ) server.lua cliente.lua mailer.php my files in callRemote http://multitheftauto.rf.gd/sendemail/
  9. please, does update to resource. URL broken
  10. sem descrição https://community.multitheftauto.com/index.php?p=resources&s=details&id=15347 https://community.multitheftauto.com/index.php?p=resources&s=details&id=14083
  11. pronto esse é o code dele com os <>
  12. duplicate https://community.multitheftauto.com/index.php?p=resources&s=details&id=18461 https://community.multitheftauto.com/index.php?p=resources&s=details&id=18458 Removed.
×
×
  • Create New...