Jump to content

3NAD

Members
  • Posts

    1,992
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by 3NAD

  1. طيب وين المشكلة بالكود السابق ؟
  2. يومك استخدمته سيرفر إيش حطيت الوظايف اللي تتطبق عليه ؟؟
  3. اعتمد على الكلنت في الكود التالي if ( getPlayerTeam ( localPlayer ) == getTeamFromName ( "Team" ) ) then setElementAlpha ( theMarker, 255 ) else setElementAlpha ( theMarker, 0 ) end طبعاً انا طبقتها مثل ماتبي أن مايشوفها غير اللي بالتيم ولكن يقدر يلمسها اي شخص تقدر تستخدم إذا كان اللاعب في التيم تتنفذ الأوامر التالية onMarkerHit في اكواد الـ
  4. createMarker -- عمل منطقة "onClientMarkerHit" -- إذا لمست المنطقة setTimer -- تعيين الوقت كله كلنت #
  5. رح ذاكر دروسك و قفل الموضوع ذا
  6. كودك مو شغال تأكد انه سيرفر ="FileName.lua" type="server" />
  7. theSerial = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" createVehicle ( 562, 1520, 2754, 11, 0, 0, 90 ) addEventHandler ( "onVehicleStartEnter", getResourceRootElement ( getThisResource ( ) ), function ( thePlayer ) if getPlayerSerial ( thePlayer ) ~= theSerial then outputChatBox ( "* Private Car !!", thePlayer, 255, 0, 0, true ) cancelEvent ( ) end end )
  8. hmmm.. Thanks for your reply but If it restart every 5 minutes. i will lose my visitors =/
  9. hmm... i didn't understand your steps can you make Explanation ?
  10. setTimer ( restartResource, 5000, 0, getResourceFromName, "test" )
  11. ???? i think i should use Control Panel
  12. You are from: Saudi Arabia You will pay a total of: 40.00 SAR Package: mtasa24
  13. Hi , How to create a Auto restart Server on my VPS ?? because The Server Some times, Closing with no reason =/ And thank you #
  14. ID = رقم السلاح addEventHandler ( "onPlayerDamage", root, function ( Attacker, Weapon ) if ( Weapon == ID ) then killPed ( source, Attacker, Weapon ) end end )
  15. addEventHandler ("onClientGUIClick", root, function ( ) if ( source == shop_42 ) then setWorldSpecialPropertyEnabled ( "extrajump", true ) setTimer ( setWorldSpecialPropertyEnabled, 30000, 1, "extrajump", false ) end end ) بالنسبة لـ التريقر ماعتقد تحتاجه
  16. بالعكس . . أول كان 24 لاعب = 45 ريال سعودي هالحين 40 ريال ^ عن طريق الهاتف
  17. المتوفر حالياً 36 http://www.delux-host.com/main/mtasa
  18. كودك ذآ راح يسحب كل اللعيبه إلى الإحداثيات اللي حاطها #
×
×
  • Create New...