Jump to content

avast4646

Members
  • Posts

    36
  • Joined

  • Last visited

Details

  • Gang
    [Gta-Ax]

avast4646's Achievements

Rat

Rat (9/54)

0

Reputation

  1. يعني لازم افتح الماب بالماب ايديتور بعدين وين اروح
  2. كيف اخلي الالمنت داتا ينحفظ حتى لو خرج ودخل
  3. مشكورين بس دي مااشتغلت معي type="map" version="1.0.0"> "MODAMER.map" dimension="235" interior="17" > لسة يحطلي العالم الوهمي 0
  4. ابغى كمان اغير العالم الوهمي و الانتريور لابجيكت createObject(991,1893.0999755859,-2995.1999511719,36.900001525879,0,0,0) كيف
  5. سويت لوحة dx ابي اضبطها على كل الشاشات كيف
  6. ابغى كمان اسوي للماب انتريور كيف
  7. ما قصرتو وكمان ابي اخلي له انتريور لو سمتحو
  8. ابغى اعرف كيف اخلي الماب بعالم وهمي
  9. نفس الشيئ مايجي شيئ في settings المود
  10. "iMr#Nice" version="1.3" type="script" name="Groups System" /> لما ادخل setting المود مايجيني شيئ
  11. لا تهتم بالوظائف عشان مسوي لهم تعريف وما جطيتهم بجرب الكود واقلك
  12. meta "iMr#Nice" version="1.3" type="script" name="Groups System" /> server local Group1 = get("GroupName1") local Group2 = get("GroupName2") addCommandHandler ("cjoin", function (plr) if ( getElementData(plr, "Join") == false ) then if getElementData( plr, "Group" ) and getElementData( plr, "Group" ) == Group1 and getPlayerTeam( plr ) and getTeamName( getPlayerTeam( plr ) ) == "Mafia" then if getElementData(plr, "Stats") >= 2 then return end if getElementDimension(plr) >= 1 then return end setElementDimension(plr, 0) setElementPosition(plr, 2214.5,-3136.3999023438,36.5) resetHealthArmy (plr,200) setHealthAndArmor (plr,200) AddPlayer(plr, CrTable) setElementData(plr,"Join",true) end end end ) addCommandHandler ("cjoin1", function (plr) if ( getElementData(plr, "Join") == false ) then if getElementData( plr, "Group" ) == Group2 and getPlayerTeam( plr ) and getTeamName( getPlayerTeam( plr ) ) == "Rifa" then if getElementData(plr, "Stats") >= 2 then return end if getElementDimension(plr) >= 1 then return end setElementDimension(plr, 0) setElementPosition(plr, 1892.3000488281,-2989.1999511719,36.5) resetHealthArmy (plr,200) setHealthAndArmor (plr,200) AddPlayer(plr, PoTable) setElementData(plr,"Join",true) end end end ) وين الاخطاء ض
×
×
  • Create New...