Jump to content

Search the Community

Showing results for tags 'xhellpx'.

  • 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
    • [Read-Only] 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. بسم ألله ألرحمن ألرحيم ألسلآم عليكم ورحمه الله وبركاته حبيت أطلب مساعده منكم لان دورت الكود ولا لقيت addEventHandler("onClientRender", root, function() local name = getPlayerName(localPlayer) local money = getPlayerMoney(localPlayer) local fps = getFPSLimit() local ping = getPlayerPing(localPlayer) local ipx = getElementData ( localPlayer , 'aIP' ) local serialx = getElementData ( localPlayer , 'aSerial' ) local Accountx = getElementData ( localPlayer , 'aAccount' ) local Team = getTeamName (getPlayerTeam (localPlayer)) or 'No Team' local skin = getElementModel(localPlayer) dxDrawRectangle(0, 740, 1366, 28, tocolor(0, 0, 0, 254), false) dxDrawRectangle(0, 0, 1366, 28, tocolor(0, 0, 0, 254), false) dxDrawText("Name : "..name, 10, 0, 202, 28, tocolor(159, 0, 0, 254), 1.00, "default-bold", "left", "center", false, false, false, false, false) dxDrawText("Money : "..money, 10, 740, 202, 768, tocolor(7, 158, 0, 254), 1.00, "default-bold", "left", "center", false, false, false, false, false) dxDrawText("IP : "..ipx, 286, 0, 478, 28, tocolor(159, 0, 0, 254), 1.00, "default-bold", "left", "center", false, false, false, false, false) dxDrawText("Serial : "..serialx.."", 659, 0, 851, 28, tocolor(159, 0, 0, 254), 1.00, "default-bold", "left", "center", false, false, false, false, false) dxDrawText("Account Neam : "..Accountx, 960, 0, 1152, 28, tocolor(159, 0, 0, 254), 1.00, "default-bold", "left", "center", false, false, false, false, false) dxDrawText("FPS : "..fps, 1252, -2, 1309, 29, tocolor(159, 0, 0, 254), 1.00, "default-bold", "left", "center", false, false, false, false, false) dxDrawText("Ping : "..ping, 1309, -2, 1366, 29, tocolor(157, 0, 0, 254), 1.00, "default-bold", "left", "center", false, false, false, false, false) dxDrawText("Team : "..Team, 289, 740, 481, 768, tocolor(7, 158, 0, 254), 1.00, "default-bold", "left", "center", false, false, false, false, false) dxDrawText("Skin : "..skin, 683, 740, 875, 768, tocolor(7, 158, 0, 254), 1.00, "default-bold", "left", "center", false, false, false, false, false) dxDrawText("Players : "..#getElementsByType ('player'), 1020, 740, 1212, 768, tocolor(7, 158, 0, 254), 1.00, "default-bold", "left", "center", false, false, false, false, false) end ) GUIEditor = { button = {}, window = {}, label = {}, edit = {} } addEventHandler("onClientResourceStart", resourceRoot, function() GUIEditor.window[2] = guiCreateStaticImage(0, 0, 1366, 768, "Random1.png", false) guiWindowSetSizable(GUIEditor.window[2], false) showCursor(guiGetVisible(GUIEditor.window[2])) GUIEditor.window[255] = guiCreateWindow(442, 89, 484, 559, "[TXSAS]Login 0.1", false, GUIEditor.window[2]) guiSetAlpha(GUIEditor.window[255], 1.00) guiSetProperty(GUIEditor.window[255], "CaptionColour", "FF56A865") GUIEditor.button[5] = guiCreateStaticImage(43, 46, 397, 260, "TXSAS.png", false, GUIEditor.window[255]) GUIEditor.button[6] = guiCreateButton(17, 437, 220, 50, "Login", false, GUIEditor.window[255]) guiSetProperty(GUIEditor.button[6], "NormalTextColour", "FF285A00") GUIEditor.button[7] = guiCreateButton(14, 497, 223, 50, "Rigester", false, GUIEditor.window[255]) guiSetProperty(GUIEditor.button[7], "NormalTextColour", "FF285A00") GUIEditor.button[8] = guiCreateButton(255, 497, 219, 50, "Quit :(", false, GUIEditor.window[255]) guiSetProperty(GUIEditor.button[8], "NormalTextColour", "FF5C0000") GUIEditor.button[9] = guiCreateButton(255, 437, 219, 50, "Hellp Password :(", false, GUIEditor.window[255]) guiSetProperty(GUIEditor.button[9], "NormalTextColour", "FF21283A") GUIEditor.edit[4] = guiCreateEdit(85, 328, 329, 34, "", false, GUIEditor.window[255]) GUIEditor.edit[5] = guiCreateEdit(85, 381, 329, 34, "", false, GUIEditor.window[255]) GUIEditor.label[4] = guiCreateLabel(92, 308, 308, 20, "Acounnct", false, GUIEditor.window[255]) guiLabelSetColor(GUIEditor.label[4], 29, 92, 1) guiLabelSetHorizontalAlign(GUIEditor.label[4], "center", false) guiLabelSetVerticalAlign(GUIEditor.label[4], "center") GUIEditor.label[5] = guiCreateLabel(96, 362, 308, 20, "Passwrd", false, GUIEditor.window[255]) guiLabelSetColor(GUIEditor.label[5], 29, 92, 1) guiLabelSetHorizontalAlign(GUIEditor.label[5], "center", false) guiLabelSetVerticalAlign(GUIEditor.label[5], "center") GUIEditor.window[1] = guiCreateWindow(10, 167, 369, 471, "[TXSAS]Register 0.1", false) guiWindowSetSizable(GUIEditor.window[1], false) guiSetAlpha(GUIEditor.window[1], 1.00) guiSetProperty(GUIEditor.window[1], "CaptionColour", "FF56A865") GUIEditor.button[1] = guiCreateButton(10, 352, 142, 50, "Register", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[1], "default-bold-small") guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FF1D5C01") GUIEditor.button[2] = guiCreateButton(217, 352, 142, 50, "Hellp", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[2], "default-bold-small") guiSetProperty(GUIEditor.button[2], "NormalTextColour", "FF21283A") GUIEditor.button[3] = guiCreateButton(10, 412, 350, 49, "Quit :(", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[3], "default-bold-small") guiSetProperty(GUIEditor.button[3], "NormalTextColour", "FF5C0000") GUIEditor.button[4] = guiCreateStaticImage(62, 29, 254, 170, "TXSAS.png", false, GUIEditor.window[1]) GUIEditor.edit[1] = guiCreateEdit(72, 220, 244, 28, "", false, GUIEditor.window[1]) GUIEditor.edit[2] = guiCreateEdit(72, 267, 244, 28, "", false, GUIEditor.window[1]) GUIEditor.edit[3] = guiCreateEdit(72, 316, 244, 28, "", false, GUIEditor.window[1]) GUIEditor.label[1] = guiCreateLabel(77, 199, 229, 21, "Acounnct", false, GUIEditor.window[1]) guiLabelSetColor(GUIEditor.label[1], 29, 92, 1) guiLabelSetHorizontalAlign(GUIEditor.label[1], "center", false) guiLabelSetVerticalAlign(GUIEditor.label[1], "center") GUIEditor.label[2] = guiCreateLabel(77, 246, 229, 21, "Password", false, GUIEditor.window[1]) guiLabelSetColor(GUIEditor.label[2], 29, 92, 1) guiLabelSetHorizontalAlign(GUIEditor.label[2], "center", false) guiLabelSetVerticalAlign(GUIEditor.label[2], "center") GUIEditor.label[3] = guiCreateLabel(72, 295, 229, 21, "RePassword", false, GUIEditor.window[1]) guiLabelSetColor(GUIEditor.label[3], 29, 92, 1) guiLabelSetHorizontalAlign(GUIEditor.label[3], "center", false) guiLabelSetVerticalAlign(GUIEditor.label[3], "center") GUIEditor.window[3] = guiCreateWindow(967, 130, 389, 469, "[TXSAS]Password 0.1", false) guiWindowSetSizable(GUIEditor.window[3], false) guiSetAlpha(GUIEditor.window[3], 1.00) guiSetProperty(GUIEditor.window[3], "CaptionColour", "FF56A865") GUIEditor.button[10] = guiCreateButton(10, 413, 369, 46, "oK", false, GUIEditor.window[3]) guiSetProperty(GUIEditor.button[10], "NormalTextColour", "FF285A00") GUIEditor.button[11] = guiCreateStaticImage(40, 35, 323, 197, "TXSAS.png", false, GUIEditor.window[3]) GUIEditor.edit[6] = guiCreateEdit(51, 257, 312, 32, "", false, GUIEditor.window[3]) GUIEditor.edit[7] = guiCreateEdit(51, 309, 312, 32, "", false, GUIEditor.window[3]) GUIEditor.edit[8] = guiCreateEdit(55, 361, 312, 32, "", false, GUIEditor.window[3]) GUIEditor.label[6] = guiCreateLabel(65, 233, 288, 24, "Acounnct", false, GUIEditor.window[3]) guiSetFont(GUIEditor.label[6], "default-bold-small") guiLabelSetColor(GUIEditor.label[6], 29, 92, 1) guiLabelSetHorizontalAlign(GUIEditor.label[6], "center", false) guiLabelSetVerticalAlign(GUIEditor.label[6], "center") GUIEditor.label[7] = guiCreateLabel(61, 289, 296, 20, "Password", false, GUIEditor.window[3]) guiSetFont(GUIEditor.label[7], "default-bold-small") guiLabelSetColor(GUIEditor.label[7], 29, 92, 1) guiLabelSetHorizontalAlign(GUIEditor.label[7], "center", false) guiLabelSetVerticalAlign(GUIEditor.label[7], "center") GUIEditor.label[8] = guiCreateLabel(61, 341, 296, 20, "RePassword", false, GUIEditor.window[3]) guiSetFont(GUIEditor.label[8], "default-bold-small") guiLabelSetColor(GUIEditor.label[8], 29, 92, 1) guiLabelSetHorizontalAlign(GUIEditor.label[8], "center", false) guiLabelSetVerticalAlign(GUIEditor.label[8], "center") end ) addEventHandler('onClientGUIClick',root, function() if source == GUIEditor.button[6] then guiSetVisible(GUIEditor.window[255],false) showCursor(false) end end ) addEventHandler('onClientGUIClick',root, function() if source == GUIEditor.button[1] then guiSetVisible(GUIEditor.window[1],false) end end ) addEventHandler('onClientGUIClick',root, function() if source == GUIEditor.button[10] then guiSetVisible(GUIEditor.window[3],false) end end ) زي م شايفين ألاكواد ألي أبي أطلب كود يفتح لوحه لا لوحه ثانيه مهو يطلع زر أو أغلآق لوحه هذول سويتهم بـس م عرفت كيف أخلي يفتح لوحه لا الوحه الثانيه ألمهم ألله يحفظكم وتدوم عليكم ألصحه والعافيه وألله ينصر أخوننا ألعرب بـ كل مكان من كل ظالم وآمين كثيرهـ ألدعاء تقلل من ألسيئات ومع ألسلامه
×
×
  • Create New...