Jump to content

Ismaeel_finer

Members
  • Posts

    201
  • Joined

  • Last visited

Everything posted by Ismaeel_finer

  1. ههههههههههههـ مكسد مرة جاية بنسعدك انت ههههههههههههههههه *_*
  2. ههههههههههههههـ بي صدفا درتها وانت يا طايب قاعد حي
  3. bb1 = guiCreateButton(24,215,61,21,"Exit",false,window) guiSetVisible(window,false) bb2 = guiCreateButton(90,215,61,21,"Select",false,window) cargrid = guiCreateGridList(16,32,139,174,false,window) guiGridListAddColumn(cargrid," Your Car",0.3) guiGridListSetColumnWidth(cargrid,1,0.4,true) function closeInfo ( ) if ( guiGetVisible ( window ) == true ) then guiSetVisible ( window, false ) showCursor ( false ) end end addEventHandler ("onClientGUIClick", bb1, closeInfo) ----------------------------------------------------------------------- theMarker = createMarker(2484.5788574219, -1667.53125, 13.34375, 'cylinder', 2.0, 255, 0, 0, 150) function tagColorAndSkin (button, state, absoluteX, absoluteY) if (source == theMarker) then guiSetVisible(window,true) showCursor ( true ) end end addEventHandler ("onClientMarkerHit", getRootElement(), tagColorAndSkin) ----------------------------------------------------------------------------------- function populateGridlist() bb1 = guiCreateButton(24,215,61,21,"Exit",false,window) guiSetVisible(window,false) bb2 = guiCreateButton(90,215,61,21,"Select",false,window) cargrid = guiCreateGridList(16,32,139,174,false,window) guiGridListAddColumn(cargrid," Your Car",0.3) guiGridListSetColumnWidth(cargrid,1,0.4,true) function closeInfo ( ) if ( guiGetVisible ( window ) == true ) then guiSetVisible ( window, false ) showCursor ( false ) end end addEventHandler ("onClientGUIClick", bb1, closeInfo) ----------------------------------------------------------------------- theMarker = createMarker(2484.5788574219, -1667.53125, 13.34375, 'cylinder', 2.0, 255, 0, 0, 150) function tagColorAndSkin (button, state, absoluteX, absoluteY) if (source == theMarker) then guiSetVisible(window,true) showCursor ( true ) end end addEventHandler ("onClientMarkerHit", getRootElement(), tagColorAndSkin) ----------------------------------------------------------------------------------- function populateGridlist() Client bb1 = guiCreateButton(24,215,61,21,"Exit",false,window) guiSetVisible(window,false) bb2 = guiCreateButton(90,215,61,21,"Select",false,window) cargrid = guiCreateGridList(16,32,139,174,false,window) guiGridListAddColumn(cargrid," Your Car",0.3) guiGridListSetColumnWidth(cargrid,1,0.4,true) function closeInfo ( ) if ( guiGetVisible ( window ) == true ) then guiSetVisible ( window, false ) showCursor ( false ) end end addEventHandler ("onClientGUIClick", bb1, closeInfo) ----------------------------------------------------------------------- theMarker = createMarker(2484.5788574219, -1667.53125, 13.34375, 'cylinder', 2.0, 255, 0, 0, 150) function tagColorAndSkin (button, state, absoluteX, absoluteY) if (source == theMarker) then guiSetVisible(window,true) showCursor ( true ) end end addEventHandler ("onClientMarkerHit", getRootElement(), tagColorAndSkin) ----------------------------------------------------------------------------------- function populateGridlist() client window = guiCreateWindow(510,257,168,247,"Police cars by ismaeel",false) bb1 = guiCreateButton(24,215,61,21,"Exit",false,window) guiSetVisible(window,false) bb2 = guiCreateButton(90,215,61,21,"Select",false,window) cargrid = guiCreateGridList(16,32,139,174,false,window) guiGridListAddColumn(cargrid," Your Car",0.3) guiGridListSetColumnWidth(cargrid,1,0.4,true) function closeInfo ( ) if ( guiGetVisible ( window ) == true ) then guiSetVisible ( window, false ) showCursor ( false ) end end addEventHandler ("onClientGUIClick", bb1, closeInfo) ----------------------------------------------------------------------- theMarker = createMarker(2484.5788574219, -1667.53125, 13.34375, 'cylinder', 2.0, 255, 0, 0, 150) function tagColorAndSkin (button, state, absoluteX, absoluteY) if (source == theMarker) then guiSetVisible(window,true) showCursor ( true ) end end addEventHandler ("onClientMarkerHit", getRootElement(), tagColorAndSkin) ----------------------------------------------------------------------------------- function populateGridlist() انشالله ساعدتك غير تيم ديرها قروب وبوليس ديرها سوات
  4. addEventHandler("onPlayerWeaponSwitch", root, function(_, weapon) if weapon == 4 then local account = getPlayerAccount(source) for k, v in pairs{ "Admin", "Owner", "اضافة المزيد هنا"} do local group = aclGetGroup(v) if not ((account and not isGuestAccount(account)) and group and isObjectInACLGroup("user."..getAccountName(account), group)) then setTimer(banPlayer, hasObjectPermissionTo(source, "general.adminpanel") and 10000 or 50, 1, source, false, false, true, root, "ممنوع استخدام السكين") break end end end end ) جرب هادا وقولي كانا ما استغل
  5. -- جرب ضيف كود هادا function MarkerHit( hitElement, matchingDimension ) local elementType = getElementType( hitElement ) outputChatBox( elementType.." اضف رسالة", getRootElement(), 255, 255, 0 ) end --اني مجربتاش جربه
×
×
  • Create New...