Jump to content

iMr.Dawix~#

Members
  • Posts

    1,647
  • Joined

  • Last visited

Everything posted by iMr.Dawix~#

  1. وهو مو معرف ف ما يطلع لهPlayerما يعطي فلوس عشان الي يخرج الكلام بالشات انت حاطه لألمنت وبيخرب الفنكشن الي بعده killer اذا تبي يطلع للقاتل لآزم تحط انه يحط لـ
  2. هذي مو تجربه انت تبيه جاهز لآزم تحاول وافضل انك ما تقلد سيرفرات :]
  3. قل ماشاء الله connect_4G_Router. موبايلي :] بس اوقات يصير اثقل من النت حقك بكثير
  4. changeGridListItemToPlayersName = function ( grid, col ) if grid and col then if getElementType ( grid ) == "gui-gridlist" then if guiGridListClear ( grid ) then for i, v in next, getElementsByType ( "player" ) do local Row = guiGridListAddRow ( grid ) guiGridListSetItemText ( grid, Row, col, getPlayerName ( v ), false, false ) end end end end end GUIEditor_Window = {} GUIEditor_TabPanel = {} GUIEditor_Tab = {} GUIEditor_Button = {} GUIEditor_Label = {} GUIEditor_Grid = {} GUIEditor_Window[1] = guiCreateWindow(243,67,334,468,"Admin Panel - v 1.0",false) guiSetVisible(GUIEditor_Window[1],false) GUIEditor_TabPanel[1] = guiCreateTabPanel(9,22,313,432,false,GUIEditor_Window[1]) GUIEditor_Tab[1] = guiCreateTab("Player",GUIEditor_TabPanel[1]) GUIEditor_Grid[1] = guiCreateGridList(5,30,167,369,false,GUIEditor_Tab[1]) guiGridListSetSelectionMode(GUIEditor_Grid[1],2) guiGridListAddColumn(GUIEditor_Grid[1],"Players",0.-- s8) --> --> GUIEditor_Button[1] = guiCreateButton(277,8,28,16,"X",false,GUIEditor_Tab[1]) GUIEditor_Button[2] = guiCreateButton(197,66,91,22,"Fix",false,GUIEditor_Tab[1]) guiSetFont(GUIEditor_Button[2],"default-bold-small") GUIEditor_Button[3] = guiCreateButton(198,106,91,22,"Heal Players",false,GUIEditor_Tab[1]) guiSetFont(GUIEditor_Button[3],"default-bold-small") GUIEditor_Button[4] = guiCreateButton(198,145,91,22,"Heal",false,GUIEditor_Tab[1]) guiSetFont(GUIEditor_Button[4],"default-bold-small") GUIEditor_Button[5] = guiCreateButton(198,187,91,22,"Kick",false,GUIEditor_Tab[1]) guiSetFont(GUIEditor_Button[5],"default-bold-small") GUIEditor_Button[6] = guiCreateButton(199,227,91,22,"ban 1 hour",false,GUIEditor_Tab[1]) guiSetFont(GUIEditor_Button[6],"default-bold-small") GUIEditor_Button[7] = guiCreateButton(199,266,91,22,"Mute",false,GUIEditor_Tab[1]) guiSetFont(GUIEditor_Button[7],"default-bold-small") GUIEditor_Button[8] = guiCreateButton(199,303,91,22,"Armour",false,GUIEditor_Tab[1]) guiSetFont(GUIEditor_Button[8],"default-bold-small") GUIEditor_Button[9] = guiCreateButton(199,341,91,22,"remove",false,GUIEditor_Tab[1]) guiSetFont(GUIEditor_Button[9],"default-bold-small") GUIEditor_Button[10] = guiCreateButton(200,377,91,22,"Add",false,GUIEditor_Tab[1]) guiSetFont(GUIEditor_Button[10],"default-bold-small") GUIEditor_Label[1] = guiCreateLabel(177,35,129,20,"IP :",false,GUIEditor_Tab[1]) guiSetFont(GUIEditor_Label[1],"default-bold-small") GUIEditor_Tab[2] = guiCreateTab("About",GUIEditor_TabPanel[1]) bindKey ( "F2" , "down" , function() guiSetVisible(GUIEditor_Window[1],not guiGetVisible(GUIEditor_Window[1])) showCursor(guiGetVisible(GUIEditor_Window[1])) if ( guiGetVisible(GUIEditor_Window[1]) == true ) then playSound("open.wav") changeGridListItemToPlayersName(GUIEditor_Grid[1],1) end end )
  5. افتح الملف بالمفكره واضغط حفظ بأسم UTF-8 وحط الترميز
  6. mtaserver.conf المشكله يمكن من ملف اسم السيرفر فيه شيء غلط يمكن
  7. ...تقدر تخليه اذا لمس الماركر يكتب له الأمر, الأوامر الي تحتاجها Server Side: createMarker executeCommandHandler event"onMarkerHit"
  8. تفضل اخوي https://community.multitheftauto.com/ind ... ls&id=5711
  9. يب إذا تبيه لفريق واحد : local allTeams = getElementsByType ( 'team' ); for index, theTeam in ipairs ( allTeams ) do if getTeamName ( theTeam ) == 'Police' then if getTeamFriendlyFire ( theTeam ) == true then -- switch it on setTeamFriendlyFire ( theTeam, false ); end end end لإسم الفريق Police غير واذا كان التيم مو من نفس المود local allTeams = getElementsByType ( 'team' ) for index, theTeam in ipairs ( allTeams ) do if getTeamFromName ( theTeam ) == 'Police' then setTeamFriendlyFire ( theTeam, false ) end end
  10. ركبها وسو اللبل في المكان الي تبيه
  11. ههههههههههه يالعقرب كفووو تم التخريب على الكل ض2 Head Shot To Gta-Ar, CIT2 scripters : TAPL, Bssol, Me, ahmadfef, Every One Made This System احسن راح عليكم رفعه قبلكم
  12. !! ينزل تنآزلياً
  13. المشكله مهو مشفر الحين تشوف كل الناس تركبه ويغيرون الحقوق ويقولون انهم صنعوا واحد ثاني مثل مود تآج الأدمن
  14. GUIEditor = { label = {} } GUIEditor.label[1] = guiCreateLabel(190, 499, 481, 61, "TeSt 1", false) GUIEditor.label[2] = guiCreateLabel(190, 499, 481, 61, "TeSt 2", false) guiSetVisible(GUIEditor.label[1], false) guiSetVisible(GUIEditor.label[2], false) show1 = function() guiSetVisible(GUIEditor.label[1], true) setTimer( function() guiSetVisible(GUIEditor.label[1], false) end,1000,1) end show2 = function() guiSetVisible(GUIEditor.label[2], true) setTimer( function() guiSetVisible(GUIEditor.label[2], false) end,2000,1) end onRender = function() if (guiGetVisible(GUIEditor.label[1]) == false) then show2() elseif (guiGetVisible(GUIEditor.label[2]) == false) then show1() end end addEventHandler ( "onClientRender", root, onRender )
  15. ابحث بالقسم بتلقا كثير وفيه موضوع جديد توه مطروح فيه
  16. مرح يجي بأسمه لأن الي كتب مو هو الي كتب المود :]
  17. جرب ذا GUIEditor_Window = {} GUIEditor_TabPanel = {} GUIEditor_Tab = {} GUIEditor_Button = {} GUIEditor_Label = {} GUIEditor_Grid = {} changeGridListItemToPlayersName = function ( grid, col ) if grid and col then if getElementType ( grid ) == "gui-gridlist" then if guiGridListClear ( grid ) then for i, v in next, getElementsByType ( "player" ) do local Row = guiGridListAddRow ( grid ) guiGridListSetItemText ( grid, Row, col, getPlayerName ( v ), false, false ) end end end end end GUIEditor_Window[1] = guiCreateWindow(243,67,334,468,"Admin Panel - v 1.0",false) GUIEditor_TabPanel[1] = guiCreateTabPanel(9,22,313,432,false,GUIEditor_Window[1]) GUIEditor_Tab[1] = guiCreateTab("Player",GUIEditor_TabPanel[1]) GUIEditor_Grid[1] = guiCreateGridList(5,30,167,369,false,GUIEditor_Tab[1]) guiGridListSetSelectionMode(GUIEditor_Grid[1],2) column = guiGridListAddColumn(GUIEditor_Grid[1],"Players ",0.2) GUIEditor_Button[1] = guiCreateButton(277,8,28,16,"X",false,GUIEditor_Tab[1]) GUIEditor_Button[2] = guiCreateButton(197,66,91,22,"Fix",false,GUIEditor_Tab[1]) guiSetFont(GUIEditor_Button[2],"default-bold-small") GUIEditor_Button[3] = guiCreateButton(198,106,91,22,"Heal Players",false,GUIEditor_Tab[1]) guiSetFont(GUIEditor_Button[3],"default-bold-small") GUIEditor_Button[4] = guiCreateButton(198,145,91,22,"Heal",false,GUIEditor_Tab[1]) guiSetFont(GUIEditor_Button[4],"default-bold-small") GUIEditor_Button[5] = guiCreateButton(198,187,91,22,"Kick",false,GUIEditor_Tab[1]) guiSetFont(GUIEditor_Button[5],"default-bold-small") GUIEditor_Button[6] = guiCreateButton(199,227,91,22,"ban 1 hour",false,GUIEditor_Tab[1]) guiSetFont(GUIEditor_Button[6],"default-bold-small") GUIEditor_Button[7] = guiCreateButton(199,266,91,22,"Mute",false,GUIEditor_Tab[1]) guiSetFont(GUIEditor_Button[7],"default-bold-small") GUIEditor_Button[8] = guiCreateButton(199,303,91,22,"Armour",false,GUIEditor_Tab[1]) guiSetFont(GUIEditor_Button[8],"default-bold-small") GUIEditor_Button[9] = guiCreateButton(199,341,91,22,"remove",false,GUIEditor_Tab[1]) guiSetFont(GUIEditor_Button[9],"default-bold-small") GUIEditor_Button[10] = guiCreateButton(200,377,91,22,"Add",false,GUIEditor_Tab[1]) guiSetFont(GUIEditor_Button[10],"default-bold-small") GUIEditor_Label[1] = guiCreateLabel(177,35,129,20,"IP :",false,GUIEditor_Tab[1]) guiSetFont(GUIEditor_Label[1],"default-bold-small") GUIEditor_Tab[2] = guiCreateTab("About",GUIEditor_TabPanel[1]) function nameplayers() changeGridListItemToPlayersName(GUIEditor_Grid[1],column) end addEventHandler ( "onClientPlayerChangeNick",root,nameplayers) addEventHandler ( "onClientPlayerJoin",root,nameplayers) addEventHandler ( "onClientPlayerQuit",root,nameplayers) ---- bindKey ( "F2" , "down" , function() if ( guiGetVisible ( GUIEditor_Window[1] ) == true ) then guiSetVisible ( GUIEditor_Window[1] ,false ) showCursor (false ) guiSetInputEnabled(false) elseif ( guiGetVisible ( GUIEditor_Window[1] ) == false ) then guiSetVisible ( GUIEditor_Window[1] ,true ) showCursor (false ) guiSetInputEnabled(true) playSound("open.wav") end end )
  18. يمديه يسويها كلنت اذا يبيه للاعب نفسه واذا للكل سيرفر ,, هو مآ حدد,, وش بيستفيد لو طلعها لنفسه؟
  19. نسيت قوس يالطيب function drawText() -- A function to draw the text we want dxDrawText("Start", 30, 100, 500, 306, tocolor(255, 255, 255, 255), 1.5, "bankgothic", "left", "top") end addEventHandler("onClientRender",root,drawText) انا اذا كنت بعدل كود اوديه النوب باد بس ذا ما وديت مشكور النوب باد هههههههه .. العفو
  20. نسيت قوس يالطيب function drawText() -- A function to draw the text we want dxDrawText("Start", 30, 100, 500, 306, tocolor(255, 255, 255, 255), 1.5, "bankgothic", "left", "top") end addEventHandler("onClientRender",root,drawText)
×
×
  • Create New...