Jump to content

Search the Community

Showing results for tags 'n'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Multi Theft Auto: San Andreas 1.x
    • Support for MTA:SA 1.x
    • User Guides
    • Open Source Contributors
    • Suggestions
    • Ban appeals
  • General MTA
    • News
    • Media
    • Site/Forum/Discord/Mantis/Wiki related
    • MTA Chat
    • Other languages
  • MTA Community
    • Scripting
    • Maps
    • Resources
    • Other Creations & GTA modding
    • Competitive gameplay
    • Servers
  • Other
    • General
    • Multi Theft Auto 0.5r2
    • Third party GTA mods
  • Archive
    • Archived Items
    • Trash

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Member Title


Gang


Location


Occupation


Interests

Found 3 results

  1. Author and editor of Ilnaz Isangulov DxCreateDiagram Client-only function Draws an diargam on the screen for a single frame. In order for the diagram to stay visible continuously, you need to call this function with the same parameters on each frame update (see onClientRender). Syntax bool dxCreateDiagram (float N, float posX, float posY, float cleanWidth, int color = tocolor(255,255,255,255), float scaleXY = 1, bool postGUI = false) Required Arguments N: changing parameter, for example speed posX: the absolute X coordinate of the top left corner of the image posY: the absolute Y coordinate of the top left corner of the image cleanWidth: the width at which it will be cleaned and updated Optional Arguments color: Tints the image with a value produced by tocolor or hexadecimal number in format: 0xAARRGGBB (RR = red, GG = green, BB = blue, AA = alpha). postGUI: A bool representing whether the image should be drawn on top of or behind any ingame GUI (rendered by CEGUI). Example Example of a pendulum swinging from the top of the screen, made using dxDrawImage. local screenWidth,screenHeight = guiGetScreenSize() -- Get screen resolution. function renderDisplay ( ) dxCreateDiagram ( math.random ( 0, 200 ), 0, screenHeight / , , tocolor ( 255, 0, 255, 255 ) , 1, false ) end addEventHandler("onClientRender", root, renderDisplay) -- Keep everything visible with onClientRender. Author and editor of Ilnaz Isangulov This is required in the code! local dataTable = {} local zOld = 0 function dxCreateDiagram(N,x,y,cleanSize,color,size,gui) local _,h = guiGetScreenSize() local x = x or 0 local y = y or h/2 local N = N or 0 local cleanSize = cleanSize or h/2 local color = color or tocolor(255, 255, 255, 255) local size = size or 1 local gui = gui or false local izmen = (N-zOld) table.insert( dataTable, izmen) for i, z in pairs(dataTable) do local x3 = dataTable[i+1] or 1 local x2 = dataTable[i] or 1 if i >= cleanSize then for f,_ in pairs(dataTable) do table.remove(dataTable, f) end end dxDrawLine(x+(i-1), y+1-x2, x+i, y+1-x3, color,size,gui) end end Author and editor of Ilnaz Isangulov
  2. Não está tocando no meu MTA no servidor gta Sa No sound from my MTA Não sai o som do meu MTA
  3. HUMAN WORLD PRO FREEROAM: 198.23.193.197:22050 SERVER PASSWORD = humanworld Scatterbrain: Someone asked me earlier... seeing as most missions are just for fun, I'd say my place is ROLEPLAY. NO RULES for regular players. You'd think that wouldn't work but we simply over power the cops, and neutralize the hackers with funny scripts. If i get enough donations I'll put the server's files on MTA community. Plenty of strangers and freaks to meet here, even if the server is empty, I've created strangers at several ? symbols everywhere including: Sweet, GTA SA myth series people. and plenty serial killers and fraudulent workers to mess with including cops., I've added jobs, and un-balenced them, and plenty more. I un-balanced the jobs because who wants to work? We are here for FUN not working for in-game cash. (We are new and just starting, so pardon me if the server has no one online!) Watch out for parked cop cars, Player cops can attach their vehicle to yours, then speed-cam ticket you. We have bases for Groups Turfing, selling drugs via a marker around ur player, We have Aliens, alien missions, ufo's and alien events. We have added a Jesus ped that can make you fly, and plenty more! The strangers and freaks include but are not limited to: The grim reaper, ISIS attacks, Racist country hicks, Cannibals, Insurance fruaders, Mountain freaks, store robbers, drug dealers, Off duty Cops, and aliens with gravity guns. Each ? is a different random event. Take the tutorial at the beach to get FREE starting money!!! My youtube account RAW VIDEO: NOTE: this video was before the major updates. This was last year. Last BIG update March/1/2017 when I uploaded all my offline mods to the server. and the Latest update was: April/14/2017 From now on I'll upload mods to MTA community, or my website humanworld.enjin.com(When it's online.), so that I may give back to the community! I use my website because it's easier to upload all my files at once, and just let you go through them. EXCLUSIVE CHEAT CODE ONLY FOR MTA FORUMS: /hang10forfree = free flying surf board. Please do not hand out cheat codes to other players. It is very rude, and ruins the game. NORMAL players must pay $25k at the beach for a surf board. TO FIND THE SERVER: Search for "HUMAN WORLD" in the in-game master server list. IF there's a password, it's 'humanworld' say Shamont sent you! before you reply to this topic... just know.... I don't care!
×
×
  • Create New...