Jump to content

#Mr.alkmasha

Members
  • Posts

    659
  • Joined

  • Last visited

Everything posted by #Mr.alkmasha

  1. اول ما الاعب يخش تبيه؟
  2. يب مثل ما قال حط user.Console بقروب الكونسول
  3. ذا يوم اطلق الرصاص ابيه و انا امشي
  4. اسلام عليكم ابي فنكشن حق يخلي الاعب يمسك السلاح ب ايد واحده
  5. https://wiki.multitheftauto.com/wiki/DxDrawAnimWindow تسلم ولله اسمع ممكن تعلمني مثلا ابي الوحه تتحرك اول ما تفتح تسوي حركه علمني تكفى
  6. ليه كل شوي تسوي موضوع جديد ارجع للموضوع الثاني
  7. الماركر تلقاه ب اول سطر حط احداثياته mar = createMarker ( x, y, z, "cylinder", 1.5, 255, 255, 0, 170 ) -- حط الاحداثيات هنا Team = '' -- اسم التيم Group = '' -- اسم القروب addEventHandler("onMarkerHit", mar, function ( playern ) if ( getElementType(playern) == "player" ) then if ( theTeam and theTeam == getTeamFromName(Team) and theGroup and theGroup == Group ) then setElementPosition ( playern,x,y,z) -- احداثيات المكان end end end)
  8. تفضل Team = '' -- اسم التيم Group = '' -- اسم القروب addEventHandler("onMarkerHit", هنا تحط اسم الماركر, function ( playern ) if ( getElementType(playern) == "player" ) then if ( theTeam and theTeam == getTeamFromName(Team) and theGroup and theGroup == Group ) then setElementPosition ( playern,x,y,z) -- احداثيات المكان end end end) ما جربته
  9. كيف يعني قروب و تيم؟ يعني يكون داخل ب قروب و يكون ب تيم معين؟
  10. تفضل ذا الكود حق اذا انت معك رتبه معينه ينقلك addEventHandler("onMarkerHit", root, function ( player ) local accName = getAccountName ( getPlayerAccount ( player ) ) if isObjectInACLGroup ("user."..accName, aclGetGroup ( "xxx" ) ) then if source == mar then end --- حط اسم الماركر مكان mar if getElementType( player ) == "player" then end setElementPosition ( player,x,y,z)--- احداثيات else killPlayer(player) end end )
  11. يعني تبي تكتب كلمه ب اف 8 و ينقلك ل مكان بس اذا يكون سيريالك مكتوب؟
  12. addEventHandler ( "onPlayerWasted", root, function ( ) if ( getElementData ( source, "Group" ) == "GroupName" ) then spawnPlayer ( source, x, y, z, _, 55 ) setCameraTarget ( source, source ) end end ) تفضل
  13. لو تبي كذا وضيفة وضع نجوم الشرطه setPlayerWantedLevel
  14. في موضوع نفس موضوعك https://forum.multitheftauto.com/viewtopic.php?f=160&t=77342
  15. فنكشن يخلي البيد يطلع صوت setPedVoice
  16. ذي النافذه حقه function showClientImage() guiCreateStaticImage( 139, 178, 554, 342, "imagename.png", false ) end addEventHandler( "onClientResourceStart", getResourceRootElement( getThisResource() ), showClientImage ) GUIEditor_Tab[1] = guiCreateTab("::قوانين الزوار::",GUIEditor_TabPanel[1]) GUIEditor_Tab[2] = guiCreateTab("::قوانين الادمنيه::",GUIEditor_TabPanel[1]) GUIEditor_Tab[3] = guiCreateTab("::شروحات السيرفر::",GUIEditor_TabPanel[1]) GUIEditor_Tab[4] = guiCreateTab("::ادارة السيرفر::",GUIEditor_TabPanel[1]) GUIEditor_Tab[5] = guiCreateTab("::منتدى السيرفر::",GUIEditor_TabPanel[1]) guiSetVisible (GUIEditor_Window[1], false) function OpenWin() if guiGetVisible ( GUIEditor_Window[1] ) then guiSetVisible ( GUIEditor_Window[1], false ) showCursor(false) guiSetInputEnabled(false) else guiSetVisible ( GUIEditor_Window[1], true ) showCursor(true) guiSetInputEnabled(true) end end bindKey("F2", "down", OpenWin)
  17. اي ولله موضوع حلو و ذي وضيفه الي تكبر علامة الاعب ب الخريطه setBlipSize
×
×
  • Create New...