jakson Posted May 27, 2019 Share Posted May 27, 2019 (edited) هلا شباب كيفكم.. اريد مساعده في شيئ بسيط انا عندي في تيم الشرطه في اوقات الشرطي بيحصل علي قواضي مثل اي تيم اخر فا هذا الشيء بيضايق الاعبيت في الخادم فا ممكن احد يساعدي و اخلي تيم الشرطه ما يحصل علي قواضي ابدا Edited May 27, 2019 by jakson Link to comment
nxFairlywell Posted May 27, 2019 Share Posted May 27, 2019 5 minutes ago, jakson said: هلا شباب كيفكم.. اريد مساعده في شيئ بسيط انا عندي في تيم الشرطه في اوقات الشرطي بيحصل علي قواضي مثل اي تيم اخر فا هذا الشيء بيضايق الاعبيت في الخادم فا ممكن احد يساعدي و اخلي تيم الشرطه ما يحصل علي قواضي ابدا مافهمت كلمة "قواضي" ممكن توضح Link to comment
jakson Posted May 27, 2019 Author Share Posted May 27, 2019 Just now, NX_CI said: مافهمت كلمة "قواضي" ممكن توضح شفت لما تكون في جتا سان اندرس العاديه و تضرب شرطي .. بتبقي مطلوب للعداله و عليك نجوم دا الي بقصده بي كلمه قواضي Link to comment
#BrosS Posted May 27, 2019 Share Posted May 27, 2019 Just now, jakson said: شفت لما تكون في جتا سان اندرس العاديه و تضرب شرطي .. بتبقي مطلوب للعداله و عليك نجوم دا الي بقصده بي كلمه قواضي عدل على مود القواضي حقك كله ماتجي نجوم للشرطة خله* 1 Link to comment
nxFairlywell Posted May 27, 2019 Share Posted May 27, 2019 (edited) -->> عدل على السكربت حقك -->> اول ما تعطي اللاعب النجوم -->> تحقق بإستخدام الشرط التالي قبل اعطاء النجوم if not (getPlayerTeam(yourPlayer) == "Police") then -- yourPlayer : اللاعب اللي بتعطيه النجوم Police تحقق اذا ما كان بتيم -->> اعطيه النجوم هنا تحت الجملة الشرطية else -- إذا كان فعلاً في تيم الشرطة return false -- سوي انهاء end Edited May 27, 2019 by NX_CI 1 Link to comment
jakson Posted May 27, 2019 Author Share Posted May 27, 2019 (edited) 1 hour ago, NX_CI said: -->> عدل على السكربت حقك -->> اول ما تعطي اللاعب النجوم -->> تحقق بإستخدام الشرط التالي قبل اعطاء النجوم if not (getPlayerTeam(yourPlayer) == "Police") then -- yourPlayer : اللاعب اللي بتعطيه النجوم Police تحقق اذا ما كان بتيم -->> اعطيه النجوم هنا تحت الجملة الشرطية else -- إذا كان فعلاً في تيم الشرطة return false -- سوي انهاء end المشكله موجوده بل فنكشن هذا addEventHandler("onVehicleEnter", root, function (player, _, jacked) if isElement(jacked) and getElementType(player) == "player" and getElementType(jacked) == "player"then setElementData(player, "Charges", tonumber(getElementData(player, "Charges"))+30) end end) هذا الي يجيب للشرطي قواضي كيف اخليه ما يجيب قواضي للشرطي Edited May 27, 2019 by jakson Link to comment
JustP Posted May 27, 2019 Share Posted May 27, 2019 addEventHandler("onVehicleEnter", root, function (player, _, jacked) if isElement(jacked) and getElementType(player) == "player" and getElementType(jacked) == "player" and not (getPlayerTeam(player) == 'Police') then setElementData(player, "Charges", tonumber(getElementData(player, "Charges"))+30) end end) 1 Link to comment
jakson Posted May 27, 2019 Author Share Posted May 27, 2019 35 minutes ago, JustP said: addEventHandler("onVehicleEnter", root, function (player, _, jacked) if isElement(jacked) and getElementType(player) == "player" and getElementType(jacked) == "player" and not (getPlayerTeam(player) == 'Police') then setElementData(player, "Charges", tonumber(getElementData(player, "Charges"))+30) end end) للاسف مو شغاله Link to comment
nxFairlywell Posted May 27, 2019 Share Posted May 27, 2019 41 minutes ago, jakson said: المشكله موجوده بل فنكشن هذا addEventHandler("onVehicleEnter", root, function (player, _, jacked) if isElement(jacked) and getElementType(player) == "player" and getElementType(jacked) == "player"then setElementData(player, "Charges", tonumber(getElementData(player, "Charges"))+30) end end) هذا الي يجيب للشرطي قواضي كيف اخليه ما يجيب قواضي للشرطي المشكلة مو بالفنكشن او الحدث هذا المشكلة انك لازم تحط الشرط قبل الفنكشن هذا في اي مكان كان داخل السكربت setPlayerWantedLevel ( player thePlayer, int stars ) Link to comment
JustP Posted May 27, 2019 Share Posted May 27, 2019 40 minutes ago, JustP said: addEventHandler("onVehicleEnter", root, function (player, _, jacked) if isElement(jacked) and getElementType(player) == "player" and getElementType(jacked) == "player" and not (getPlayerTeam(player) == 'Police') then setElementData(player, "Charges", tonumber(getElementData(player, "Charges"))+30) end end) تاكد من اسم تيم الشرطة عشان تشتغل معك Link to comment
jakson Posted May 27, 2019 Author Share Posted May 27, 2019 1 hour ago, NX_CI said: المشكلة مو بالفنكشن او الحدث هذا المشكلة انك لازم تحط الشرط قبل الفنكشن هذا في اي مكان كان داخل السكربت setPlayerWantedLevel ( player thePlayer, int stars ) ركز في الاين setElementData(player, "Charges", tonumber(getElementData(player, "Charges"))+30) 1 hour ago, JustP said: تاكد من اسم تيم الشرطة عشان تشتغل معك تئكدت و فيها نفس المشكله للاسف Link to comment
nxFairlywell Posted May 27, 2019 Share Posted May 27, 2019 16 minutes ago, jakson said: ركز في الاين setElementData(player, "Charges", tonumber(getElementData(player, "Charges"))+30) تئكدت و فيها نفس المشكله للاسف يب انت ماعطيت نجوم للاعب انت عطيت داتا والداتا شيء غير مرئي اصلاً الدالة الوحيده التي تعطي النجوم هي دالة setPlayerWantedLevel حسب علمي Link to comment
jakson Posted May 27, 2019 Author Share Posted May 27, 2019 44 minutes ago, NX_CI said: يب انت ماعطيت نجوم للاعب انت عطيت داتا والداتا شيء غير مرئي اصلاً الدالة الوحيده التي تعطي النجوم هي دالة setPlayerWantedLevel حسب علمي ماهي مشكلتنا المهم ان الاعب يجيله قواضي. المهم ان نخلي الشرطه ما يجيله Link to comment
Simple. Posted May 27, 2019 Share Posted May 27, 2019 addEventHandler("onVehicleEnter", root, function (player, _, jacked) if isElement(jacked) and getElementType(player) == "player" and getElementType(jacked) == "player" and (getTeamName(getPlayerTeam(player)) ~= 'Police') then setElementData(player, "Charges", tonumber(getElementData(player, "Charges"))+30) end end) 1 Link to comment
nxFairlywell Posted May 28, 2019 Share Posted May 28, 2019 7 hours ago, Simple. said: addEventHandler("onVehicleEnter", root, function (player, _, jacked) if isElement(jacked) and getElementType(player) == "player" and getElementType(jacked) == "player" and (getTeamName(getPlayerTeam(player)) ~= 'Police') then setElementData(player, "Charges", tonumber(getElementData(player, "Charges"))+30) end end) لول واحنا من اول قاعدين نجيب التيم نفسه Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now