αвυ-wαleed Posted June 24, 2015 Share Posted June 24, 2015 السلام عليكم ورحمة الله وبركاته يا اخواني ابغى طلب اللي هو : ابي اسوي وظيفة مثلاً اي لاعب يدخل الماركر يحصل دم ودرع مهما كان تيمة باستثناء تيم الشرطة يعني انا احتاج الاستثناء هذا هو اللي معقدني Link to comment
#DRAGON!FIRE Posted June 24, 2015 Share Posted June 24, 2015 if ( getPlayerTeam ( player ) and getPlayerTeam ( player ) ~= getTeamFromName ( "Police" ) ) then -- your code end Link to comment
i S6O Posted June 24, 2015 Share Posted June 24, 2015 جرب + ذا ينفع على كل التيمات ماعاد الشرطه ! .. مثل ماطلبت marker = createMarker ( ... ) function Test ( plr ) if ( getTeamName( getPlayerTeam( plr ) ) == "Police" ) then outputChatBox ( 'Cant You Give Heal..' ) else setElementHealth ( plr,100 ) setPedArmor ( plr,100 ) end end addEventHandler ( 'onMarkerHit', marker, Test ) Link to comment
αвυ-wαleed Posted June 24, 2015 Author Share Posted June 24, 2015 يعني الهرجة كلها هنا ~= يعني لا يساوي ؟؟ صح ولا انا غلطان Link to comment
i S6O Posted June 24, 2015 Share Posted June 24, 2015 يعني الهرجة كلها هنا ~= يعني لا يساوي ؟؟ صح ولا انا غلطان حقي جربهه شغال Link to comment
αвυ-wαleed Posted June 24, 2015 Author Share Posted June 24, 2015 خلاص تم الأفادة من قبل زاحف واشكرك يا القائد انا اصلن كل اللي ابغاه التحقق Link to comment
#DRAGON!FIRE Posted June 24, 2015 Share Posted June 24, 2015 ناقصكـ تتحقق من اللي خش الماركر و ناقصكـ تتحقق ان اللاعب عندهـ تيم او لا @ HD القائد الـ =~ يعني مخالف للشي زي ما قلت يعني . Link to comment
i S6O Posted June 24, 2015 Share Posted June 24, 2015 ناقصكـ تتحقق من اللي خش الماركر و ناقصكـ تتحقق ان اللاعب عندهـ تيم او لا @ HD القائدالـ =~ يعني مخالف للشي زي ما قلت يعني . طيب لاهنت صحح تحقق حقي عشان افهم بس Link to comment
#DRAGON!FIRE Posted June 24, 2015 Share Posted June 24, 2015 marker = createMarker ( ... ) function Test ( plr ) if ( getElementType ( plr ) == "player" ) then if ( getPlayerTeam( plr ) ) then if ( getTeamName( getPlayerTeam( plr ) ) == "Police" ) then outputChatBox ( 'Cant You Give Heal..' ) else setElementHealth ( plr,100 ) setPedArmor ( plr,100 ) end end end end addEventHandler ( 'onMarkerHit', marker, Test ) Link to comment
i S6O Posted June 24, 2015 Share Posted June 24, 2015 marker = createMarker ( ... ) function Test ( plr ) if ( getElementType ( plr ) == "player" ) then if ( getPlayerTeam( plr ) ) then if ( getTeamName( getPlayerTeam( plr ) ) == "Police" ) then outputChatBox ( 'Cant You Give Heal..' ) else setElementHealth ( plr,100 ) setPedArmor ( plr,100 ) end end end end addEventHandler ( 'onMarkerHit', marker, Test ) طيب بها الكود يمديني لو تيم الاعب مثالاً nil .. مايصير شيء صح ؟ Link to comment
#DRAGON!FIRE Posted June 24, 2015 Share Posted June 24, 2015 لو اللاعب ما عندهـ تيم ما يصير شي لان مسوين تحقق ان اللاعب عنده تيم . Link to comment
i S6O Posted June 24, 2015 Share Posted June 24, 2015 لو اللاعب ما عندهـ تيم ما يصير شي لان مسوين تحقق ان اللاعب عنده تيم . مشكور ماقصرت 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