Jump to content

UndR

Members
  • Posts

    49
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by UndR

  1. - Reduced the price of the male skin to 9.0$. - The female one goes for 8.5$ now. Releasing the male skin V2 soon stay tuned.
  2. servers shutting down wasn't because of using a leaked gamemode or an open source, It just depends how you manage your server, and I can confirm that English Playerbase is dropped since like 2018-2019, so most of the owners couldn't keep up, but right now SARP is open since a long time and still hits some numbers.
  3. Use the promocode for 40% off! Limited for the first 5: 6UIKO83DIN
  4. UndR

    [TUT] Scaling DX

    This method works for me perfect: local scrX, scrY = guiGetScreenSize() local devScreenY = 1024 local scale = math.min(math.max(scrY / devScreenY, 0.65), 2) local parent_w = 600 local parent_h = 360 local parent_x = scrX / 2 - parent_w * scale / 2 local parent_y = scrY /2 - parent_h * scale / 2 addEventHandler("onClientRender", root, function() dxDrawRectangle(parent_x, parent_y, parent_w * scale, parent_h * scale, tocolor(23, 23, 25)) dxDrawCircle(parent_x + (50) * scale, parent_y + (50) * scale, 50 * scale, 0, 360, tocolor(60, 80, 150)) end)
  5. --??????? ????????? ???? ??? ?????????'? ?????? ????????-- - Contains unecrypted scripts. - Instructions.txt contains how you can add the script. - Contains c_inventory.lua and some images. --You can buy it here-- https://payhip.com/b/uR3tC --Contact-- Discord: UndRR#0321 Email: [email protected] --You can get the latest Owlgaming gamemode here-- https://github.com/OwlGamingCommunity/MTA
  6. -For 35% off all products use: (expires in 31days) T5C5Z1KMBB https://payhip.com/undrmta
  7. no in Morocco they think Gamemode is called Backup.
  8. ah np thnx The female version is avaible on the store. https://payhip.com/b/dV8H Make sure to use Coupon Code (25%): `LD12RE8L77`
  9. You'll have to model them @turret001can you rename the topic please? remove "Only Models"
  10. You can buy it now here: https://payhip.com/b/9P2t
  11. Simple models that you can use with every gamemode, you need to apply a shader to toggle the visibility of the models. Note: All this models are built in the same skin! Screenshots: https://payhip.com/undrmta -For 10% off all products use: LD12RE8L77 Discord: UndR#0321
  12. `getElementData` will return either 'nil' or 'false' ( not sure about the nil thing ) incase the Element doesn't have the specified data so you need to try something like getElementData(localPlayer, "hunger") or 100
  13. Congrats!! Thanks to everyone who helped making this version possible.
×
×
  • Create New...