Jump to content

uj3BanY

Members
  • Posts

    2
  • Joined

  • Last visited

uj3BanY'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. i have a radar script here and in db 3 it shows error related to line 112: setPlayerHudComponentVisible("radar", (getElementDimension(localPlayer) == 0) and (getElementInterior(localPlayer) == 0) and getElementData(localPlayer, "player:sid") and not (getElementData(localPlayer, "player:customradar") == true) and not (getElementData(localPlayer, "notshowhud") ~= false) and not (isMapVisible())) and here is the full function: function drawRadarDisc() if isPlayerHudComponentVisible("radar") then dxSetAspectRatioAdjustmentEnabled(true) local w, h = screenW*0.156, screenH*0.182 local x, y = screenW*0.058, screenH-h-screenH*0.056 dxDrawImage(x, y, w, h, "images/radar/radar_circle.png", 0, 0, 0, tocolor(255, 255, 255, 255)) dxSetAspectRatioAdjustmentEnabled(false) end setPlayerHudComponentVisible("all",false) setPlayerHudComponentVisible("radar", false) setPlayerHudComponentVisible("crosshair",true) setPlayerHudComponentVisible("radar", (getElementDimension(localPlayer) == 0) and (getElementInterior(localPlayer) == 0) and getElementData(localPlayer, "player:sid") and not (getElementData(localPlayer, "player:customradar") == true) and not (getElementData(localPlayer, "notshowhud") ~= false) and not (isMapVisible())) end in line 112 it turns out that there is an error in defining and not (isMapVisible())) if you can fix please guide me to victory <3
×
×
  • Create New...