Jump to content

iPrestege

Members
  • Posts

    10,056
  • Joined

  • Last visited

  • Days Won

    27

Everything posted by iPrestege

  1. iPrestege

    Admin

    You Can Start Resource From AdminPanel "Resource" Tab Select Resource From The Grid List Then Press Start Button .
  2. I do not know why this is happening to me too, but no problem to sign again ^ ^ .
  3. iPrestege

    help

    Use : setElementData And edit the gamemode when the player start play ^^ Can you give me an example! it,s hard to give an example but should to be like that : setElementData(localPlayer, "FallOut", false) function activateFreeCam(status) if getElementData(localPlayer, "Race") or getElementData(localPlayer, "Play") then return end if getElementData(localPlayer, "FallOut") then -- Complete the play function ... For each gamemode you should to use getElementData And SetElementData ! And Edit the gameMode when the player start play!
  4. iPrestege

    help

    Use : setElementData And edit the gamemode when the player start play ^^
  5. Works perfect here i just test it now ^^ Server Side .
  6. You Are Just A thief Man! Castillo Script This For You And You Don,t Give Him credit : https://community.multitheftauto.com/ind ... ls&id=6388 local reward = 5000 addEventHandler ( "onPlayerPickUpRacePickup", root, function ( pickupID, pickupType, vehicleModel ) if ( pickupType == "vehiclechange" ) and ( vehicleModel == 425 ) then givePlayerMoney ( source, reward ) outputChatBox ( getPlayerName ( source ) .." has got the hunter and obtained $".. tostring ( reward ), root, 0, 255, 0 ) end end ) "Suleyman" version="1.0" name="HunterReward" type="script" /> http://store2.up-00.com/Nov12/Rbi73863.png Damn it!
  7. سويته قبل لا اكتب الكومنت باكثر من يوم وارسلت لهم تيكت اكثر من مره وكانت ردودهم اكثر شي Thank you for contacting our support team. A support ticket has now been opened for your request. You will be notified when a response is made by email. The details of your ticket are shown below. ومرة كيذا سلام عليكم خلال 48 ساعة سوف يكون شغال الخادم يوجد بالخادم لوحة تحكم كاملة plead + ftp شكرا لكم ---------------------------------------------- Ticket ID: #534555 Subject: help ! الى الان مر 9 ايام من طلبي وفلوسي عندهم ماجاني شي! http://www.ksa-ar.com/vb/forumdisplay.php?f=53
  8. iPrestege

    help

    Lool ? Are you kidding? Paplo , Explain more please what you mean with that? and what you are going to do?
  9. Really?Damn! This is one of the best servers
  10. So, should to be like that ^^ : Server Side!! : function TeamFrom() local theTeam = getTeamFromName ( "Unemployed" ) if ( theTeam ) then setPlayerTeam ( source, theTeam ) end end addEventHandler ( "onPlayerJoin", root, TeamFrom) Have not been tested, but should work ^ ^
  11. جربت اللي عدلتة لك بالصفحة الاولى وشغال ^^ ذذ
  12. iPrestege

    Clan

    maybe this : https://community.multitheftauto.com/index.php?p=resources&s=details&id=6135
  13. Unemployed = createTeam ( "Unemployed", 0, 255, 0 ) function Team() setPlayerTeam ( source, Unemployed ) end addEventHandler ( "onPlayerJoin", root, Team) Server Side ! Next time, try for once
  14. This script just for them! Would never find tried to program one another better for you ^^ .
  15. onResourceStart في شي حبيت انبهكم عليه , في الأفنت حق عند الأفنت root الثنين حاطين وبكذآ رح يصير اي مود يشتغل رح يسوي ماركرات و يحدد انترور resourceRoot بـ root عشآن كذا لازم تبدلون بحيث لما يشتغل المود الي فيه الكود , تجي الماركرات ولو شغلت مود ثآني ما رح يسوي ماركرات زيآدة # ذذ تسلم كنت مستعجل ! @ سفاح انسخ كودي ثانية ذذ عدلتة
  16. Yes. Use: * CreateTeam * SetPlayerTeam * OnPlayerJoin
  17. Do you mean you want to put the player in the team automatically when entering the server?
  18. i think this what should to use : callRemote
  19. حاول تختصر دايم ذذ : Server Side!! A = createMarker( x,y,z, 'cylinder', 2, 255, 0, 0, 150 ) B = createMarker( x,y,z, 'cylinder', 2, 255, 255, 255, 150 ) addEventHandler ("onMarkerHit", root, function (player, matchingDimension) if ( source == A ) then setElementPosition ( player, x,y,z ) setElementInterior ( player , 6 ) setElementDimension ( player , 0 ) elseif ( source == B ) then setElementPosition ( player, x,y,z ) setElementInterior ( player , 0 ) setElementDimension ( player , 0 ) end end)
  20. addEventHandler ("onResourceStart", getRootElement(), -- احداث سيرفر -_-" ؟؟ والكود فية اخطاء وفية زيادهـ في الاندات والكود واضح انة ماخوذ من مود ثاني ذذ
  21. اسهل لك وتقدر تسويها بـ تايمر بـ حيث انها تنقفل لـ وقت معين ^^ ولا تنسى تستخدمه يوم يضغط الزر OnClientGUIClick
  22. للمعلومية الماركر يوديك لـ انتيرور , عالم وهمي بس العالم الوهمي 0 يعني مايتغير ذذ .
  23. Not important to add Colors, And at The Wiki Example, You can do this : /giveteam PrestigeTeam Thanks.
×
×
  • Create New...