™!>VàLéNTiNô<!™ Posted March 3, 2014 Share Posted March 3, 2014 ممكن لو سمحتو تصليح الاكواد اذا واحد نشن على شرطى يجيه نجمه بس لازم يكون الشرطى فى اسل اسمو شرطى ويكون فى تيم الشرطة طبعا انا ماحب اطلب الكود جاهز لان وش فايدة المنتدى هيك لو اطلبو جاهز بس انا حاولت ماعرفت ممكن تصلحوه بس تقريبا هو هريسة ً لو تصلحوه تكونو مشكورين مع علم ان اسم تيم الشرطى والاسل وجروب الاسل نفس الاسم واسمهم Shorte function onPlayerTarget( targetPlayer ) if getElementType ( targetPlayer ) == "player" if isObjectInACLGroup("user."..getAccountName(getPlayerAccount(source)), aclGetGroup("Shotre")) then setPlayerTeam (source, Shorte) local playerTeam = getPlayerTeam ( source ) local wantedLvl = getPlayerWantedLevel if ( playerTeam ) then if wantedLvl( targetPlayer ) == 0 then setPlayerWantedLevel ( thePlayer, 1 ) end end ) addEventHandler("onPlayerTarget", root, onPlayerTarget) ------------------------------------------------------------ function createTeamOnStart () Shorte = createTeam ( "Shorte", 0, 255, 0 ) end addEventHandler("onResourceStart", root, createTeamOnstart,) Link to comment
فاّرس Posted March 3, 2014 Share Posted March 3, 2014 جرب, -- Server Side # addEventHandler('onPlayerTarget', root,function( targetPlayer ) if targetPlayer and getElementType ( targetPlayer ) == 'player' then local account = getPlayerAccount(targetPlayer) if account and not isGuestAccount(account) and getPlayerTeam(targetPlayer) and getTeamName(getPlayerTeam(targetPlayer)) == 'Shorte' then if getPlayerTeam(source) and getTeamName(getPlayerTeam(source)) ~= 'Shorte' then if isObjectInACLGroup('user.'..getAccountName(account), aclGetGroup('Shorte')) then if getPlayerWantedLevel(targetPlayer) < 1 then setPlayerWantedLevel(targetPlayer,1) end end end end end end) Link to comment
™!>VàLéNTiNô<!™ Posted March 3, 2014 Author Share Posted March 3, 2014 انا سويت مليون اند بس حسيت انو غباء بس اعتقد انو افضل من الاختصار بس كودى مافيه امل ولا ماينفع بطريقتى بس على ماعتقد ان مافهمت انا وش اقصد انت مسوى اللى ينشن على اللاعب يكون الشرطى ؟ انا اقصد الزائر لو صوب على شرطى ياخد نجمة مخالفة Link to comment
™!>VàLéNTiNô<!™ Posted March 4, 2014 Author Share Posted March 4, 2014 طيب كودى ينفع ولا لا ؟ Link to comment
™!>VàLéNTiNô<!™ Posted March 4, 2014 Author Share Posted March 4, 2014 حبيبي كودك عباره عن هريسه. 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