Jump to content

ATS#Nexus

Members
  • Posts

    26
  • Joined

  • Last visited

Everything posted by ATS#Nexus

  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
  14. u are welcome PS: Now i have translated full in english.
  15. cuz site is under constuction, i will fix it now in 10min
  16. Download here - http://mtasource.net/76-download-dm-nex ... usive.html
  17. Hello everybody i have oppened an Mapping portal, here u can learn how to make maps, to download mapping tools and maps, upload your maps, also you can sell here your map. The url of portal is http://MTASource.net
  18. ATS#Nexus

    command /redo

    sorry but i'm newbiee in mta servers. Just tell me please what i must to add to agroup to allow that group only command /redo
  19. ATS#Nexus

    command /redo

    Hello everyone. I want to make a group but that group can use only command /redo, how to add this in acl?
  20. ATS#Nexus

    Car Buy Panel

    https://community.multitheftauto.com/index.php?p= ... ils&id=252
  21. ATS#Nexus

    Autoteams

    Hello everyone, i'm using this autoteam - https://community.multitheftauto.com/index.php?p= ... ls&id=2833 its working perfectly. But i have a question. I need to add more ACLs in one team, how i can do it?
  22. Nobody have any information about game-monitor?? when will up?
  23. and what to do now? others players can't see server in search...
×
×
  • Create New...