Jump to content

syedosman

Members
  • Posts

    33
  • Joined

  • Last visited

Everything posted by syedosman

  1. syedosman

    gui

    i have made a fuel system in which i have put markers near fuel station but even if player is entering its showing gui.if the player is in vehicle only it should show the fuel gui...
  2. i cant analyse sql because its new for me if anyone wnat to help me so reply to this post dont waste time and dont give advice to me.
  3. iam begainner in sql not scripting so i have created a atm script and i want to finish and as i finish with your help i will also learn.
  4. syedosman

    Sql table

    Iam a beginner in scripting and i wan to make a table for atm system to deposit money withdraw money and transfer money to other players.Anyone help me so that i can see your help and learn.
  5. LaCosta you be far away from my post's because instead of helping people you find out their problems i dont need you help LaCosta other's will help me ok.Help people dont waste you time finding their problems...
  6. I made a bank script in which i made objects and marker's in front of then when i enter the marker the gui shows in which its written depost/withdraw and transfer money but i cannot do anything i heard that it should had a table to save money please help me with that thankyou.
  7. Thanks ALw7sH it really works fine
  8. just i need a function in close button to close gui panel
  9. ALw7sH when i use your code all the markers are being invisible...
  10. http://pic.xtream-reallife.de/image/MYt
  11. I have made a gui panel for atm when i enter the gui panel show's but i cannot close it i added a close button but i cannot script in it please help me. atmGUI_Window = {} atmGUI_Button = {} atmGUI_Edit = {} atmGUI_Label = {} addEventHandler("onClientResourceStart",resourceRoot, function () atmGUI_Window[1] = guiCreateWindow(404, 193, 582, 393, "Bank Of Indian Reallife", false) guiWindowSetSizable(atmGUI_Window[1], false) guiWindowSetMovable(atmGUI_Window[1], false) atmGUI_Label[1] = guiCreateLabel(20, 227, 100, 27, "Transfer money :", false, atmGUI_Window[1]) atmGUI_Label[2] = guiCreateLabel(10, 31, 200, 37, "Deposit/Withdraw money", false, atmGUI_Window[1]) atmGUI_Label[3] = guiCreateLabel(20, 78, 84, 27, "Deposit :", false, atmGUI_Window[1]) atmGUI_Label[4] = guiCreateLabel(20, 122, 78, 29, "Withdraw :", false, atmGUI_Window[1]) atmGUI_Edit[1] = guiCreateEdit(88, 78, 171, 21, "", false, atmGUI_Window[1]) atmGUI_Edit[2] = guiCreateEdit(90, 124, 169, 21, "", false, atmGUI_Window[1]) atmGUI_Button[1] = guiCreateButton(58, 174, 69, 34, "Deposit", false, atmGUI_Window[1]) atmGUI_Button[2] = guiCreateButton(145, 174, 68, 35, "Withdraw", false, atmGUI_Window[1]) atmGUI_Label[5] = guiCreateLabel(20, 264, 94, 24, "Player name :", false, atmGUI_Window[1]) atmGUI_Label[6] = guiCreateLabel(20, 298, 92, 22, "Amount :", false, atmGUI_Window[1]) atmGUI_Label[7] = guiCreateLabel(21, 330, 83, 27, "Reason :", false, atmGUI_Window[1]) atmGUI_Edit[3] = guiCreateEdit(107, 266, 183, 22, "", false, atmGUI_Window[1]) atmGUI_Edit[4] = guiCreateEdit(107, 266, 183, 22, "", false, atmGUI_Window[1]) atmGUI_Edit[5] = guiCreateEdit(107, 266, 183, 22, "", false, atmGUI_Window[1]) atmGUI_Edit[6] = guiCreateEdit(107, 293, 183, 22, "", false, atmGUI_Window[1]) atmGUI_Edit[7] = guiCreateEdit(108, 320, 182, 37, "", false, atmGUI_Window[1]) atmGUI_Button[3] = guiCreateButton(349, 277, 166, 61, "Transfer", false, atmGUI_Window[1]) atmGUI_Button[4] = guiCreateButton(349, 340, 166, 61, "close", false, atmGUI_Window[1]) atmGUI_Label[8] = guiCreateLabel(390, 31, 182, 25, "..:: Information ::..", false, atmGUI_Window[1]) atmGUI_Label[9] = guiCreateLabel(316, 66, 142, 27, "Available amount :", false, atmGUI_Window[1]) atmGUI_Edit[8] = guiCreateEdit(316, 94, 142, 30, "", false, atmGUI_Window[1]) guiSetProperty(atmGUI_Edit[8], "ReadOnly", "True") guiSetVisible(atmGUI_Window[1],false) addEventHandler("onClientGUIClick", atmGUI_Button1[3], closeGUI, false) end ) marker1 = createMarker(-1981.25061035156, 144.93418884277, 26.6875,"cylinder",0.5,150,255,150,150) marker2 = createMarker(-1968.1596679688, 308.81167602539, 34.171875, "cylinder",0.5,150,255,150,150) marker3 = createMarker(-2101.8071289063, -48.789329528809, 34.3203125, "cylinder",0.5,150,255,150,150) marker4 = createMarker(-2764.6552734375, 372.16513061523, 5.3359375, "cylinder",0.5,150,255,150,150) marker5 = createMarker(-2635.9353027344, 209.13441467285, 3.3552536964417, "cylinder",0.5,150,255,150,150) marker6 = createMarker(-2457.701171875, 783.22381591797, 34.17275, "cylinder",0.5,150,255,150,150) marker7 = createMarker(-1718.0673828125, 1354.1103515625, 6.1798725128174, "cylinder",0.5,150,255,150,150) marker8 = createMarker(-2657.3859863281, 1359.5423583984, 6.0443167686462, "cylinder",0.5,150,255,150,150) function MarkerHit(thePlayer,matchingDimension) guiSetVisible(atmGUI_Window[1],true) showCursor(true) end addEventHandler("onClientMarkerHit", getRootElement(), MarkerHit)
  12. but i showed nothing to me i tried with many functions
  13. Iam working on a reallife server and for it i need scripter...
  14. Iam looking to hire a scripter. intrested people send me their skypr id...
  15. iam intrested give me you skype
×
×
  • Create New...