Jump to content

iNev.

Members
  • Posts

    3
  • Joined

  • Last visited

About iNev.

  • Birthday May 8

Details

  • Location
    Poland

Recent Profile Visitors

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

iNev.'s Achievements

I ordered some spaghetti with marinara sauce and I got egg noodles and ketchup. I'm an average nobody.

I ordered some spaghetti with marinara sauce and I got egg noodles and ketchup. I'm an average nobody. (2/54)

0

Reputation

  1. Yeah I know, but you check this on a 2D rectangle. My rectangle is on a place in the world, not the screen.
  2. Hey, can someone make me a simple script that checks if player clicks on a 3D Rectangle? local x,y,z = 0, 0, 3 local sx,sy = getScreenFromWorldPosition(x,y,z) if sx and sy then dxDrawRectangle(sx - 75, sy - 18.75, 200, 37.5, tocolor(0,0,0,200), false) dxDrawText("text", sx - 37.5, sy - 8, sx - 37.5, sy - 8, tocolor(255,255,255,255), client.scale, "clear") end 'local x,y,z' is just an example, these variables is changing every second so I don't really know how to do it.
  3. Hello,can anyone explain me how to scale dxDrawImage that will look as nice on 640x480 as nice it's looking on 1920x1080? I heard someone maked a function 'zoom' or something, can someone tell me how to make a function like this? Yeah, I know I can just don't scale the picture but I want to make an image 300x420, so it's 1/8 of a Full HD screen, but if I don't scale it, it will be a half screen on 640x480. So I need to scale it, but it's being ugly blurry on 640x480. Please help me.
×
×
  • Create New...