Jump to content

^iiEcoo'x_)

Members
  • Posts

    2,935
  • Joined

  • Last visited

  • Days Won

    44

Everything posted by ^iiEcoo'x_)

  1. %مطلوب مبرمج 100 يبرمج : مهمات مودات لوحات الدفع عن طريق البنك الراجحي
  2. ما فهمت قصدك الي فهمته انك سويت اللوحه طيب شلت اكواد اللوحه وحطيتها بمود؟ انا اصلا مش عارف اسوي لوحة اسوي لوحة لوحدها ولا اسوي مع الوحة جريد ليست وللا ايش
  3. اتمنى عدم السخرية كلنت function showAmmo(thePlayer, command, who ) local targetPlayer = getPlayerFromName ( who ) if ( thePlayer ) then local ammo = getPedAmmoInClip ( targetPlayer ) outputChatBox ( who .. " has " .. ammo .. " ammo in his active clip" ) else outputChatBox ( "Player '" .. who .. "' not found." ) end end addCommandHandler( "ammo", showAmmo ) myPlayer = getPlayerFromName ( "Someguy" ) -- If a player called 'Someguy' was found then if ( myPlayer ) then -- Retrieve the total amount of ammo for that player, and store it in a variable called 'ammo' ammo = getPedTotalAmmo ( myPlayer ) -- Tell all the players how much ammo 'Someguy' has outputChatBox ( "Someguy's current total ammo: " .. ammo .. "." ) end سيرفر addEventHandler ( "onPickupUse", money, pickupUse ) function createDeathPickup ( totalammo, killer, killerweapon, bodypart ) --when a player dies x, y, z = getElementPosition ( source ) --get the position of the person who died and define it as x, y and z currentweapon = getPlayerWeapon ( source ) --get the current weapon of the dead person createPickup ( x, y, z, 2, currentweapon, 10000, totalammo ) end addEventHandler ( "onPlayerWasted", getRootElement(), createDeathPickup ) --add an event handler for onPlayerWasted
  4. وين الي يقولون عن نفسهم مبرمجين ؟؟
  5. اذا واحد انقتل وكان معه اي نوع من الأسلحة يضهرن مكان موته والي يلمس السلاح ياخذه يضهرن الأسلحة مكان موتهAK-47 و m4 إذا كان معه + اي واحد ينقتل يخسر منه 200 وال200 يضهرن عشكل فلوس والي يلمسهن ياخذ ال 200
  6. يب , رح جرب عدل اللي قدام getTeamColor تعرف انه هذا اول كود اسويه بنفسي شكرا لمساعتك
  7. اتوقع ذا صح؟؟ انا عدلته شوفه function teamInfo ( source ) local r, g, b local playerTeam = getPlayerTeam( source ) local text = getPlayerName ( source ) if ( playerTeam ) then text = text .. " is on " .. getTeamName ( playerTeam ) 255, 196, 0 = getTeamColor ( playerTeam ) text = text .. " with team colors: " .. tostring(r) .. ", " .. tostring(g) .. ", " .. tostring(b) else text = text .. " is not on a team." end outputChatBox ( text ) end addCommandHandler ( "teamcolor", teamInfo )
  8. function teamInfo ( source ) local 255, 196, 0 local playerTeam = getPlayerTeam( source ) local text = getPlayerName ( source ) if ( playerTeam ) then text = text .. " is on " .. getTeamName ( playerTeam ) r, g, b = getTeamColor ( playerTeam ) text = text .. " with team colors: " .. tostring(255) .. ", " .. tostring(196) .. ", " .. tostring(0) else text = text .. " is not on a team." end outputChatBox ( text ) end addCommandHandler ( "teamcolor", teamInfo )
  9. ههههههههههههههههه شفيك انت ؟؟؟ طالب تصحيح كود مش تعطيني الكود الاصلي
  10. function teamInfo ( source ) local 255, 196, 0 local playerTeam = getPlayerTeam( source ) local text = getPlayerName ( source ) if ( playerTeam ) then text = text .. " is on " .. getTeamName ( playerTeam ) 255, 196, 0 = getTeamColor ( playerTeam ) text = text .. " with team colors: " .. tostring(255) .. ", " .. tostring(196) .. ", " .. tostring(0) else text = text .. " is not on a team." end outputChatBox ( text ) end addCommandHandler ( "teamcolor", teamInfo )
  11. الإعدادات الفيديو وغير مقاس الشاشة
  12. ^iiEcoo'x_)

    :!

    أوقع انه يقول الاضواء الي في سيارة الشرطي
  13. ^iiEcoo'x_)

    :!

    في مود سيارة ما يركبها الا الكونسول تبيه¿¿
  14. سيرفر شهري ب 10 كاشيو سيرفر مؤبد 100 باي بال سكايب 亗Mr.Fa[h]D1999亗BBTSERVERS亗
  15. لا صح تقدر تكلمني سكايب بعثت لك رسالة
  16. يمكن اسم الزر غلط الي حاطه
  17. انا عارفه المود بس كيف اصمم الوحة بالضبط انا سويت لوحة بس كيف اضهر المتصفح يعني اسوي جريد ليست
  18. يا اخي اسمه درفت مش ديرفت
  19. كيف اسوي لوحة + واخلي الوحة تفتح المتصفح شو متطلبات الوحة -- يعني اسوي جريد ليست ولا ايش ++++ الاكواد
  20. قصده بيست درفت drift
×
×
  • Create New...