Jump to content

Stevor

Members
  • Posts

    36
  • Joined

  • Last visited

Everything posted by Stevor

  1. Stevor

    Col

    https://upload.mtasa.com/u/774099756/FT.rar_
  2. Stevor

    Col

    done i upload it
  3. Stevor

    Col

    Done i see all transforms it's same Orginal i will upload
  4. Stevor

    Col

    done i choose Scripting > Run Script > Select 'export_steve_col_scripts' and Select Desktop when export col only file size changed.
  5. Stevor

    Col

    i will Done , i download it and import the collision to it then export it, but same Results
  6. Stevor

    Col

    hey, right now i have '3ds Max 2021' to Modelling with script 'Kam's Max Scripts (3DS Max 2017)'\ it's work good always but when i edit Object the col Not be identical with dff object it's same %95 only because it's have i Hidden Wall Can the problem be fixed? thx for all.
  7. Stevor

    Screen Size

    dxDrawRectangle(resW * 0.2787, resH * 0.2767, screenW * 0.0675, screenH * 0.1189, tocolor(255, 255, 255, 255), false) like this ?
  8. Stevor

    Screen Size

    dxDrawRectangle(screenW * 0.2787, screenH * 0.2767, screenW * 0.0675, screenH * 0.1189, tocolor(255, 255, 255, 255), false) this is the Rectangle where i can set resW
  9. Stevor

    Screen Size

    thx it's work can i do same thing with dxDrawRectangle to be in same Size and Place ?
  10. Stevor

    Screen Size

    Thank you i see it now Does this mean that I will By manually measuring the size of each screen ? how to do with this local screenW, screenH = guiGetScreenSize() addEventHandler("onClientRender", root, function() dxDrawRectangle(screenW * 0.2787, screenH * 0.2767, screenW * 0.0675, screenH * 0.1189, tocolor(255, 255, 255, 255), false) dxDrawText("Text Here", screenW * 0.2787, screenH * 0.2767, screenW * 0.3463, screenH * 0.3956, tocolor(0, 0, 0, 255), 1.56, "default-bold", "center", "center", false, false, false, false, false) end )
  11. Stevor

    Screen Size

    hello guys i created draw design it's XD and i use guieditor to create it but when i use guieditor i select in element ( Relative ) to be same scale in all screen's but right now i have problem in size here is an example of my screen, or similar screens ( This is the look I see and want for everyone ) https://prnt.sc/103qjru here example for other size screen ( here the shape is not suitable for the original design ) https://prnt.sc/103qspv How do I solve the problem (even if I have to change the design scheme)
×
×
  • Create New...