Jump to content

ATS#Nexus

Members
  • Posts

    26
  • Joined

  • Last visited

Recent Profile Visitors

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

ATS#Nexus's Achievements

Advanced Member

Advanced Member (8/54)

0

Reputation

  1. ATS#Nexus

    object list

    https://wiki.multitheftauto.com/wiki/IDE_List
  2. Download link on youtube description.
  3. If their owners wanted their things to be free, they would have made them free, don't you think so? If their owners maked maps for themself why they send his maps to others?
  4. Download link in youtube description
  5. MTA is free for all and maps must be free for all too!
  6. For example when people sharing Music in internet nobody ask Author's permission. In this case the same.
  7. Its easy to say "start learning" but its hard
  8. For ghost is done but how to make for other players whyle spectating? .
  9. If dxDrawText with colorCode support is already added then why i see color code instead of colored name?
  10. --Draw our text local r,g,b = 150,150,150 local offset = (scale) * NAMETAG_TEXT_BAR_SPACE/2 dxDrawText ( info.name, sx, sy - offset, sx, sy - offset, tocolor(r,g,b,textalpha), textscale*NAMETAG_TEXTSIZE, "default", "center", "bottom", false, false, false ) --We draw three parts to make the healthbar. First the outline/background local drawX = sx - NAMETAG_WIDTH*scale/2 drawY = sy + offset --[[local width,height = NAMETAG_WIDTH*scale, NAMETAG_HEIGHT*scale dxDrawRectangle ( drawX, drawY, width, height, tocolor(0,0,0,alpha) ) --Next the inner background local health = getElementHealth(vehicle) health = math.max(health - 250, 0)/750 local p = -510*(health^2) local r,g = math.max(math.min(p + 255*health + 255, 255), 0), math.max(math.min(p + 765*health, 255), 0) dxDrawRectangle ( drawX + outlineThickness, drawY + outlineThickness, width - outlineThickness*2, height - outlineThickness*2, tocolor(r,g,0,0.4*alpha) ) --Finally, the actual health dxDrawRectangle ( drawX + outlineThickness, drawY + outlineThickness, health*(width - outlineThickness*2), height - outlineThickness*2, tocolor(r,g,0,alpha) )--]] dxDrawText ( info.time, sx, drawY, sx, drawY, tocolor(r,g,b,textalpha), textscale*NAMETAG_TEXTSIZE*0.8, "default", "center", "top", false, false, false ) end
  11. i have repleaced and now driver have'nt name
  12. but idk how to do this can u tell me like to a noob?
  13. 1. I need to make colored names for other players. 2. I need to make colored name for ghost racer. Using this resource - https://community.multitheftauto.com/index.php?p= ... ls&id=3799
×
×
  • Create New...