Jump to content

Jamrawy

Members
  • Posts

    27
  • Joined

  • Last visited

Details

  • Gang
    left

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Jamrawy's Achievements

Advanced Member

Advanced Member (8/54)

0

Reputation

  1. انا صممت ب 3دي ماكس مجسم وامبي احطه في السيرفر بدون استبدال شي به او باستبدال ويش الطريقة ؟
  2. لو اعرف ما سالتكم
  3. هذا الكود صح؟ سيرفر -- Pick a random player function setupRandomRobber () local myTeam = getRandomTeam () -- Create a radar blip at the player's position, with a 'cash' icon and only visible to everyone (no 'visibleTo' parameter) local myBlip = createBlipAttachedTo ( myeam, 52 ) end كلينت blip createBlipAttachedTo ( element , [int icon=0, int size=2, int r=255, int g=0, int b=0, int a=255, int ordering=0, float visibleDistance=99999.0] )
  4. انا اقصد انه يصير مثل البيس مود في الخريطة كل فريق يشوفون بس مواقعهم
  5. اغير فيه شي ؟ و اسويه كلينت او سيرفر؟
  6. كيف اخفي رادار الفريق الثاني
  7. امبي كود يخلي في الخريطة كل فريق يشوف مواقع مال فريقه بس وما يصير يشوف مواقع الفريق الثاني
  8. ما يصير رصاص؟
  9. ليه كررت الكود؟؟ if ( weapon == 42) then createProjectile(getLocalPlayer(),22,hitX, hitY, hitZ) مو لازم تكرر مليون مرة بعد ما استوى
  10. ماحد عنده طريقة غير؟
  11. 42 الكود الا سويته if ( weapon == 42) then createProjectile(getLocalPlayer(),22,hitX, hitY, hitZ) end if ( weapon == 42) then createProjectile(getLocalPlayer(),22,hitX, hitY, hitZ) end if ( weapon == 42) then createProjectile(getLocalPlayer(),22,hitX, hitY, hitZ) end if ( weapon == 42) then createProjectile(getLocalPlayer(),22,hitX, hitY, hitZ) end if ( weapon == 42) then createProjectile(getLocalPlayer(),22,hitX, hitY, hitZ) end if ( weapon == 42) then createProjectile(getLocalPlayer(),22,hitX, hitY, hitZ) end if ( weapon == 42) then createProjectile(getLocalPlayer(),22,hitX, hitY, hitZ) end if ( weapon == 42) then createProjectile(getLocalPlayer(),22,hitX, hitY, hitZ) end if ( weapon == 42) then createProjectile(getLocalPlayer(),22,hitX, hitY, hitZ) end if ( weapon == 42) then createProjectile(getLocalPlayer(),22,hitX, hitY, hitZ) end if ( weapon == 42) then createProjectile(getLocalPlayer(),22,hitX, hitY, hitZ) end
×
×
  • Create New...