-
Posts
10,056 -
Joined
-
Last visited
-
Days Won
27
Everything posted by iPrestege
-
I do not know why this is happening to me too, but no problem to sign again ^ ^ .
-
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!
-
Use : setElementData And edit the gamemode when the player start play ^^
-
قصدك اقدم طلب هناك؟ او ايش؟ شكوى
-
Works perfect here i just test it now ^^ Server Side .
-
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!
-
سويته قبل لا اكتب الكومنت باكثر من يوم وارسلت لهم تيكت اكثر من مره وكانت ردودهم اكثر شي 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
-
Lool ? Are you kidding? Paplo , Explain more please what you mean with that? and what you are going to do?
-
Really?Damn! This is one of the best servers
-
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 ^ ^
-
جربت اللي عدلتة لك بالصفحة الاولى وشغال ^^ ذذ
-
Unemployed = createTeam ( "Unemployed", 0, 255, 0 ) function Team() setPlayerTeam ( source, Unemployed ) end addEventHandler ( "onPlayerJoin", root, Team) Server Side ! Next time, try for once
-
This script just for them! Would never find tried to program one another better for you ^^ .
-
onResourceStart في شي حبيت انبهكم عليه , في الأفنت حق عند الأفنت root الثنين حاطين وبكذآ رح يصير اي مود يشتغل رح يسوي ماركرات و يحدد انترور resourceRoot بـ root عشآن كذا لازم تبدلون بحيث لما يشتغل المود الي فيه الكود , تجي الماركرات ولو شغلت مود ثآني ما رح يسوي ماركرات زيآدة # ذذ تسلم كنت مستعجل ! @ سفاح انسخ كودي ثانية ذذ عدلتة
-
Yes. Use: * CreateTeam * SetPlayerTeam * OnPlayerJoin
-
Do you mean you want to put the player in the team automatically when entering the server?
-
i think this what should to use : callRemote
-
حاول تختصر دايم ذذ : 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)
-
addEventHandler ("onResourceStart", getRootElement(), -- احداث سيرفر -_-" ؟؟ والكود فية اخطاء وفية زيادهـ في الاندات والكود واضح انة ماخوذ من مود ثاني ذذ
-
اسهل لك وتقدر تسويها بـ تايمر بـ حيث انها تنقفل لـ وقت معين ^^ ولا تنسى تستخدمه يوم يضغط الزر OnClientGUIClick
-
للمعلومية الماركر يوديك لـ انتيرور , عالم وهمي بس العالم الوهمي 0 يعني مايتغير ذذ .
-
Not important to add Colors, And at The Wiki Example, You can do this : /giveteam PrestigeTeam Thanks.
