Jump to content

Vuzimir

Members
  • Posts

    7
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Vuzimir's Achievements

Newbie

Newbie (4/54)

4

Reputation

  1. @IIYAMA look at my picture, my shader is normal too when im not chaning the Z coordinate... Im looking for fix, how to get back normal quality of my bar when i change rotation thru shader transform, i get this: its like stares that green bar: https://prnt.sc/iw2vxu
  2. Hi guys, i have this code: myShader4 = dxCreateShader( "texRep4.fx" ) dxSetShaderTransform ( myShader4, -30, 0, -2.7, 0, 0, 0, false, 0, 0, false) dxDrawImage((15)*xFactor, sy-(25)*yFactor, (142.5)*xFactor, (10)*yFactor, myShader4,0, 0, 0, bg) and my quality is not good when i change Z coordinate in Shader Transform, so how can i fix it? this is my current quality: https://prnt.sc/iw2vxu
  3. Hi guys, im trying to make a 3d radar something like this: http://prntscr.com/iw1z1v So what i managed to do is this: http://prntscr.com/iw1z82 so i have this code: rt = dxCreateRenderTarget(290, 175, true) --shader myShader = dxCreateShader( "texRep.fx" ) myTexture = dxCreateTexture( "gtasa.png" ) dxSetShaderValue( myShader, "gTexture", myTexture ) dxSetShaderTransform ( myShader, -30, 0, 0, 1, 0, 0, false, 0, 0, false) --drawing map dxDrawImage((10+5)*xFactor, sy-((200+5))*yFactor, (300-10)*xFactor, (175)*yFactor, myShader, 0, 0, 0, tocolor(255, 255, 255, 150)) So i have that RenderTarget so how can i include it in shader so i will get map in this square from RenderTarget: http://prntscr.com/iw1zv5 but with my 3d effect from picture above:
  4. Im asking for explanation what i need to write in Meta.xml when im using that tutorial, i dont know dude, server side scripts are not downloaded on Your PC, they are directly executed.
  5. At that tutorial i see he posted Meta.xml, and its empty so i dont know what i need to put in Meta.xml, only serverProtector.lua? or?
  6. @DiGiTal so simply at every client file at the bottom of script i add fileDelete("script_name.lua") and script_name replace client file name i'm editing
  7. Hi guy, i watched this tutorial: https://forum.multitheftauto.com/topic/36894-tut-protect-client-script-at-the-highest-level/ and i don't get it where should be included protectorDelete.lua, and in that tutorial Meta.xml is empty, so if i am using that tutorial, serverProtector.lua should be only in Meta.xml as server side script?
×
×
  • Create New...