Jump to content

h-a-m-z-a

Members
  • Posts

    87
  • Joined

  • Last visited

Everything posted by h-a-m-z-a

  1. [15:00:35] ERROR: 1111\server.lua:1: attempt to call global 'guiCreateWindow' (a nil value) السطر الاول في خطا
  2. [14:58:19] ERROR: 1111\server.lua:1: attempt to call global 'guiCreateWindow' (a nil value) نفس الشي
  3. [14:55:30] ERROR: 1111\server.lua:1: attempt to call global 'guiCreateWindow' (a nil value)
  4. local car = createMarker (1531.10339,-1672.46362,13.38281), "cylinder", 1.5, 255, 255, 255, 255 )
  5. [14:49:40] Resource '1111' changed, reloading and starting [14:49:40] Starting 1111 [14:49:40] SCRIPT ERROR: 1111\server.lua:30: unexpected symbol near ')' [14:49:40] ERROR: Loading script failed: 1111\server.lua:30: unexpected symbol near ')'
  6. شباب لي يعرف يعدل مرحبا + يجرب شغال ولا لا لاتسوي نفسك فاهم وتشوف الكود يعدين تقول بيشتغل جربه بنفسك
  7. TAPL i want code marker car for Group systeme like in gang Ware
  8. i need code marker car for group ... my group is "Good'
  9. احد يسوي لي كود ماركر السيارات ويكون بس لقروب معين ؟؟؟؟؟
  10. need code car for my Group "Good" help pleaz
  11. local window = guiCreateWindow(353, 146, 323, 358, "h-a-m-z-a", false) guiWindowSetSizable(window, false) guiSetVisible (window,false) guiSetAlpha(window, 1.00) local gridlist = guiCreateGridList(33, 46, 256, 253, false, window) guiGridListAddColumn(gridlist, "Car Group", 0.9) local button2 = guiCreateButton(29, 311, 68, 35, "Use", false, window) guiSetProperty(button2, "NormalTextColour", "ffff0000") local button = guiCreateButton(288, 25, 26, 22, "X", false, window) guiSetProperty(button, "NormalTextColour", "FFFF0000") local car = { 541,560 } for _,vehicle in ipairs (car) do local row = guiGridListAddRow ( gridlist ) guiGridListSetItemText ( gridlist, row, 1,getVehicleNameFromModel (tonumber( vehicle )), false, false ) end addEventHandler("onClientGUIClick",button2, function () local carxx = guiGridListGetItemText ( gridlist, guiGridListGetSelectedItem ( gridlist ), 1 ) if carxx == "" then return outputChatBox("car group Good",255, 0, 0,true) end triggerServerEvent("carx",localPlayer,carxx) guiSetVisible(window,false) showCursor(false) end,false ) ------------------------------- local car = createMarker ( 825.42285,-2084.40015,12.92344, "cylinder", 1.5, 255, 255, 255, 255 ) addEventHandler('onClientMarkerHit', car, function ( hitPlayer ) if ( hitPlayer == localPlayer ) then if ( getElementData(hitPlayer, "Group" ) == "Good" ) then guiSetVisible ( window ,true ) showCursor( true ) guiSetInputEnabled(false) end end end ) addEventHandler( "onClientGUIClick", button , function () guiSetVisible(window,false) showCursor(false,false) end )
  12. guiWindowSetSizable(window, false) guiSetVisible (window,false) guiSetAlpha(window, 1.00) local gridlist = guiCreateGridList(33, 46, 256, 253, false, window) guiGridListAddColumn(gridlist, "Car Group", 0.9) local button2 = guiCreateButton(29, 311, 68, 35, "Use", false, window) guiSetProperty(button2, "NormalTextColour", "ffff0000") local button = guiCreateButton(288, 25, 26, 22, "X", false, window) guiSetProperty(button, "NormalTextColour", "FFFF0000") local car = { 541,560 } for _,vehicle in ipairs (car) do local row = guiGridListAddRow ( gridlist ) guiGridListSetItemText ( gridlist, row, 1,getVehicleNameFromModel (tonumber( vehicle )), false, false ) end addEventHandler("onClientGUIClick",button2, function () local carxx = guiGridListGetItemText ( gridlist, guiGridListGetSelectedItem ( gridlist ), 1 ) if carxx == "" then return outputChatBox("car group Good",255, 0, 0,true) end triggerServerEvent("carx",localPlayer,carxx) guiSetVisible(window,false) showCursor(false) end,false ) ------------------------------- local car = createMarker ( 825.42285,-2084.40015,12.92344, "cylinder", 1.5, 255, 255, 255, 255 ) addEventHandler('onClientMarkerHit', car, function ( hitPlayer ) if ( hitPlayer == localPlayer ) then if ( getElementData(hitPlayer, "Group" ) == "Good" ) then guiSetVisible ( window ,true ) showCursor( true ) guiSetInputEnabled(false) end end end ) addEventHandler( "onClientGUIClick", button , function () guiSetVisible(window,false) showCursor(false,false) end )'> local window = guiCreateWindow(353, 146, 323, 358, "h-a-m-z-a", false) guiWindowSetSizable(window, false) guiSetVisible (window,false) guiSetAlpha(window, 1.00) local gridlist = guiCreateGridList(33, 46, 256, 253, false, window) guiGridListAddColumn(gridlist, "Car Group", 0.9) local button2 = guiCreateButton(29, 311, 68, 35, "Use", false, window) guiSetProperty(button2, "NormalTextColour", "ffff0000") local button = guiCreateButton(288, 25, 26, 22, "X", false, window) guiSetProperty(button, "NormalTextColour", "FFFF0000") local car = { 541,560 } for _,vehicle in ipairs (car) do local row = guiGridListAddRow ( gridlist ) guiGridListSetItemText ( gridlist, row, 1,getVehicleNameFromModel (tonumber( vehicle )), false, false ) end addEventHandler("onClientGUIClick",button2, function () local carxx = guiGridListGetItemText ( gridlist, guiGridListGetSelectedItem ( gridlist ), 1 ) if carxx == "" then return outputChatBox("car group Good",255, 0, 0,true) end triggerServerEvent("carx",localPlayer,carxx) guiSetVisible(window,false) showCursor(false) end,false ) ------------------------------- local car = createMarker ( 825.42285,-2084.40015,12.92344, "cylinder", 1.5, 255, 255, 255, 255 ) addEventHandler('onClientMarkerHit', car, function ( hitPlayer ) if ( hitPlayer == localPlayer ) then if ( getElementData(hitPlayer, "Group" ) == "Good" ) then guiSetVisible ( window ,true ) showCursor( true ) guiSetInputEnabled(false) end end end ) addEventHandler( "onClientGUIClick", button , function () guiSetVisible(window,false) showCursor(false,false) end )
×
×
  • Create New...