Jump to content

Search the Community

Showing results for tags 'نايترو'.

  • 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 1 result

  1. السلام عليكم شباب اليوم عندي استفسار ابي لما اللاعب ياخذ نايترو مره يخلص من الي اجيبها من الادت ماب قصدي اللي تجي بمابات الريس والكلام ذا ابيه لما ياخذها النايترو يجي مره وحده ويخلص ابي اضيف الامر على الكود ذا لوو تسمحو توضحو اكون شاكر واسف على الازعاج -------------------------------- -- by: x#Diego -------------------------------- local x, y = guiGetScreenSize() addEventHandler("onClientVehicleEnter", root, function() addEventHandler("onClientRender", root, nitro) end ) function nitro() playerV = getPedOccupiedVehicle(localPlayer) playerN = getVehicleNitroLevel(playerV) if getVehicleUpgradeOnSlot(playerV,8) then dxDrawRectangle(x/500, y/1.1, x/200, y/-1.5*playerN, tocolor(62,157,225,255)) else end end addEventHandler("onClientVehicleExit", root, function() removeEventHandler("onClientRender", root, nitro) end ) -----------------------------------Funciones utiles :'v--------------------------------------------- function dxDrawEmptyRec(startX, startY, endX, endY, color, width, postGUI) dxDrawLine ( startX, startY, startX+endX, startY, color, width, postGUI ) dxDrawLine ( startX, startY, startX, startY+endY, color, width, postGUI ) dxDrawLine ( startX, startY+endY, startX+endX, startY+endY, color, width, postGUI ) dxDrawLine ( startX+endX, startY, startX+endX, startY+endY, color, width, postGUI ) end ----------------------------------------------------------------------------------------------------
×
×
  • Create New...