Jump to content

Simple0x47

Members
  • Posts

    1,518
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by Simple0x47

  1. Use these functions. dxCreateRenderTarget dxSetRenderTarget
  2. A shader it's a "texture" you can't replace a model with a texture.
  3. That decrypter can't decrypt any MD5 key. So
  4. I was just giving an example
  5. Please correct. 4,4$, which is not the amount we agreed. Yeah 5 gridlist with the xml import and with events calling, a normal freeroam. What did you expect? A dxLib from scratch with hover animations?
  6. I didn't modify shit, cuz I had to adapt the script to your shit. Take better look, first your "original" script had no server side and no events, now it has, it didn't had any functions to obtain data from XML, now it has, it didn't have any functions, now it has. So please remember the shit you're talking about before saying anything. And could you revoke the money from paypal? Cuz I can call you the real scammer, cuz when the script would be done you'd reported the login you've made with a VPN into paypal to revoke the money you gave me after I gave you the script.
  7. Also people make game modes like that to sell them; not have you post free links. It's like pirating, it's not right. An OWL Gamemode made for selling? Come on, that gamemode was being stolen from their hosting, and some guys from mta-scripts are trying to sell that gamemode. I see no sense making people pay for stolen scripts, when they're for free.
  8. Modify the login and add a dimension change.
  9. You're gonna need this functions for making a dxLib. https://wiki.multitheftauto.com/wiki/IsCursorShowing https://wiki.multitheftauto.com/wiki/OnClientClick https://wiki.multitheftauto.com/wiki/OnClientCursorMove https://wiki.multitheftauto.com/wiki/IsMouseInPosition https://wiki.multitheftauto.com/wiki/DxCreateRenderTarget https://wiki.multitheftauto.com/wiki/DxSetRenderTarget
  10. Try this: addEvent("onClientReplaceStuff", true ) weapons= { { file = "335" }, { file = "346" }, { file = "347" }, { file = "348" }, { file = "349" }, { file = "350" }, { file = "351" }, { file = "352" }, { file = "353" }, { file = "355" }, { file = "356" }, { file = "357" }, { file = "358" }, { file = "359" }, { file = "360" }, { file = "362" }, { file = "363" }, { file = "372" }} function downloadComplete(file, success) if (source == getResourceRootElement(getThisResource())) then for index, weapon in pairs(weapons) do if file == "weapons/"..weapon.file..".txd" or file == "weapons/"..weapon.file..".dff" then setTimer(replaceModels, 1000, 1) if ( index == #weapons ) then triggerEvent("onClientReplaceStuff", root, true ) break end end end end end addEventHandler("onClientFileDownloadComplete", root, downloadComplete) function replaceModels( b ) if ( b ) then for index, weapon in pairs(weapons) do if fileExists("weapons/"..weapon.file..".txd") and fileExists("weapons/"..weapon.file..".dff") then txd = engineLoadTXD("weapons/"..weapon.file..".txd") engineImportTXD(txd, weapon.file) dff = engineLoadDFF("weapons/"..weapon.file..".dff") engineReplaceModel(dff, weapon.file) else outputDebugString("Weapon file do not not exist for client "..getPlayerName(localPlayer)) end end end end addEventHandler("onClientReplaceStuff", root, replaceModels)
  11. and about you @StraightRule stop saying bullshit without sense. 25$ it's a dxLib made from scratch, could you read better what I've said? Thanks.
  12. Sure, I scam all the people I know. I post crap, I post leaked resources. Shut up, I haven't scammed any one on this community. The leaked scripts are good for avoiding people pay like stupids for scripts that are leaked for free. And about Blaster, nothing to say...
  13. You've recived the fair script for the a minus price.
  14. Don't be glad, it gonna arrive the time sometime where you can't play even games on minimum :v
  15. I won't leave MTA, it was just inspirational night shit Nice to know that I scammed you, when you tried to scam me
  16. I just wanted to know some one experience
  17. Leak of optimization? What kind of blasphemy is that?
  18. Delete this post, just dream things.
  19. Hello guys, I was wondering about closing my MTA profile, could any MTA Admin delete me from the database. Thanks. Good Bye, Simple01.
  20. 2 gb ram what kind of ram :v
  21. Chill out guys, I have a very gud pc :v Intel Pentium 4 3,2 GHZ Uknown Graphic Card ( 64 vRam ddr2 ) 2 gb ram ddr2 That's a true epic PC :`v
×
×
  • Create New...