Abo-Al3ZaB Posted August 22, 2015 Share Posted August 22, 2015 السلام عليكم ,, عندي مشكلة ما بعرف إذا هي من الجيم مود او سباون المقر المشكلة كالتالي: لما شرطي يقتل مجرم بتيم الكريمينال برسبن بالمقر ما برسبن بالسجن انا بدي اياه لما يقتله يرسبن بالسجن هاد كود سباون المقر local groupName = '[****]' onWasted = function() if ( getElementData(source, "isPlayerJailed")) then return end if getPlayerTeam( source ) and getTeamName( getPlayerTeam( source ) ) == 'Criminals' and getElementData ( source , "Group" ) == groupName then function sp( source ) setPedStat ( source, 24, 1000 ) setElementDimension( source, 0 ) setElementPosition( source, 241.30241394043,1028.7094726563,1084.0078125 ) setElementInterior( source, 7 ) setPedArmor ( source, 100) setPedFightingStyle ( source, 7) setElementHealth (source,200) setPedStat (source, 24, 1000) end setTimer(sp,1000,1,source) end end addEventHandler ( "onPlayerSpawn", getRootElement(), onWasted ) بنتظر الرد ,,, : ] Link to comment
Abo-Al3ZaB Posted August 22, 2015 Author Share Posted August 22, 2015 ما في غلط بالكود ,,, اسم الجروب موجود بس انا حطيت محله ***** Link to comment
H25 Posted August 22, 2015 Share Posted August 22, 2015 تأكد ان الداتا isPlayerJailed خليتها true اذا قتله Link to comment
Abo-Al3ZaB Posted August 22, 2015 Author Share Posted August 22, 2015 تأكد ان الداتا isPlayerJailedخليتها true اذا قتله if ( getElementData(source, "isPlayerJailed")) then return end true هيك يعني ؟ Link to comment
H25 Posted August 22, 2015 Share Posted August 22, 2015 تأكد ان الداتا isPlayerJailedخليتها true اذا قتله if ( getElementData(source, "isPlayerJailed")) then return end true هيك يعني ؟ لا حط هذا الكود setElementData(source, "isPlayerJailed", true) اذا الشرطي قتل اللاعب طبعاً الـ source حسب متغير اللاعب المقتول الي في كودك Link to comment
Abo-Al3ZaB Posted August 22, 2015 Author Share Posted August 22, 2015 تأكد ان الداتا isPlayerJailedخليتها true اذا قتله if ( getElementData(source, "isPlayerJailed")) then return end true هيك يعني ؟ لا حط هذا الكود setElementData(source, "isPlayerJailed", true) اذا الشرطي قتل اللاعب طبعاً الـ source حسب متغير اللاعب المقتول الي في كودك جاري التجربة ,,, Link to comment
Abo-Al3ZaB Posted August 22, 2015 Author Share Posted August 22, 2015 تأكد ان الداتا isPlayerJailedخليتها true اذا قتله if ( getElementData(source, "isPlayerJailed")) then return end true هيك يعني ؟ لا حط هذا الكود setElementData(source, "isPlayerJailed", true) اذا الشرطي قتل اللاعب طبعاً الـ source حسب متغير اللاعب المقتول الي في كودك ما زبطت نفس الشي عملت الكود هيك local groupName = '[****]' onWasted = function() if setElementData(source, "isPlayerJailed", true) if getPlayerTeam( source ) and getTeamName( getPlayerTeam( source ) ) == 'Criminals' and getElementData ( source , "Group" ) == groupName then function sp( source ) setPedStat ( source, 24, 1000 ) setElementDimension( source, 0 ) --setPedSkin( source, 63 ) setElementPosition( source, 241.30241394043,1028.7094726563,1084.0078125 ) setElementInterior( source, 7 ) setPedArmor ( source, 100) setPedFightingStyle ( source, 7) setElementHealth (source,200) setPedStat (source, 24, 1000) end setTimer(sp,1000,1,source) end end addEventHandler ( "onPlayerSpawn", getRootElement(), onWasted ) والمشكلة نفسها لسا : # Link to comment
khaledmhammed Posted August 23, 2015 Share Posted August 23, 2015 قصدك لو الشرطي قتل الاعب يروح لسجن ثم سباون المقر ينقله للمقر ثاني؟ اذا ذي مشكلتك عدل بالتايمر خل تايمر سباون المقر مثلا 2000 وتايمر سباون السجن 3000 اما لو مشكلتك ماينقل لسجن خير شر يفيدوك الشباب Link to comment
LoOs Posted August 23, 2015 Share Posted August 23, 2015 كودك ناقصة اند , + وش يقولك بالديبوق , Link to comment
Professional Posted August 23, 2015 Share Posted August 23, 2015 السلام عليكم ,,عندي مشكلة ما بعرف إذا هي من الجيم مود او سباون المقر المشكلة كالتالي: لما شرطي يقتل مجرم بتيم الكريمينال برسبن بالمقر ما برسبن بالسجن انا بدي اياه لما يقتله يرسبن بالسجن هاد كود سباون المقر local groupName = '[****]' onWasted = function() if ( getElementData(source, "isPlayerJailed")) then return end if getPlayerTeam( source ) and getTeamName( getPlayerTeam( source ) ) == 'Criminals' and getElementData ( source , "Group" ) == groupName then function sp( source ) setPedStat ( source, 24, 1000 ) setElementDimension( source, 0 ) setElementPosition( source, 241.30241394043,1028.7094726563,1084.0078125 ) setElementInterior( source, 7 ) setPedArmor ( source, 100) setPedFightingStyle ( source, 7) setElementHealth (source,200) setPedStat (source, 24, 1000) end setTimer(sp,1000,1,source) end end addEventHandler ( "onPlayerSpawn", getRootElement(), onWasted ) بنتظر الرد ,,, : ] 'then' expected near 'if' '' expected near 'end' '' expected near 'end' Link to comment
iMr.SFA7 Posted August 23, 2015 Share Posted August 23, 2015 'then' expected near 'if' '' expected near 'end' '' expected near 'end' الكود صحيح مافيه آي خطأ السلام عليكم ,,عندي مشكلة ما بعرف إذا هي من الجيم مود او سباون المقر المشكلة كالتالي: لما شرطي يقتل مجرم بتيم الكريمينال برسبن بالمقر ما برسبن بالسجن انا بدي اياه لما يقتله يرسبن بالسجن هاد كود سباون المقر غير الاحداثيات Link to comment
Professional Posted August 23, 2015 Share Posted August 23, 2015 'then' expected near 'if' '' expected near 'end' '' expected near 'end' الكود صحيح مافيه آي خطأ السلام عليكم ,,عندي مشكلة ما بعرف إذا هي من الجيم مود او سباون المقر المشكلة كالتالي: لما شرطي يقتل مجرم بتيم الكريمينال برسبن بالمقر ما برسبن بالسجن انا بدي اياه لما يقتله يرسبن بالسجن هاد كود سباون المقر غير الاحداثيات يعني انت اصدق من اكبر البرامج لي عاملينها مبرمجين mta المحترفين Link to comment
iMr.SFA7 Posted August 23, 2015 Share Posted August 23, 2015 يعني انت اصدق من اكبر البرامج لي عاملينها مبرمجين mta المحترفين أكيد كوده لا فيه خطأ ولا شيء وأنت تقول ناقص اثنين اند وناقص كلمة "then" عند التحقق ممكن تتشرف وتعلمنا أخطائه ومكان الخطأ ؟ Link to comment
Professional Posted August 23, 2015 Share Posted August 23, 2015 يعني انت اصدق من اكبر البرامج لي عاملينها مبرمجين mta المحترفين أكيد كوده لا فيه خطأ ولا شيء وأنت تقول ناقص اثنين اند وناقص كلمة "then" عند التحقق ممكن تتشرف وتعلمنا أخطائه ومكان الخطأ ؟ انا شفت ببرنامج عاملينه مبرمجين mta اسمه mta script editor يحطلك كل اخطاء الاند والقوس والخ Link to comment
H25 Posted August 23, 2015 Share Posted August 23, 2015 يعني انت اصدق من اكبر البرامج لي عاملينها مبرمجين mta المحترفين أكيد كوده لا فيه خطأ ولا شيء وأنت تقول ناقص اثنين اند وناقص كلمة "then" عند التحقق ممكن تتشرف وتعلمنا أخطائه ومكان الخطأ ؟ انا شفت ببرنامج عاملينه مبرمجين mta اسمه mta script editor يحطلك كل اخطاء الاند والقوس والخ ماعليك من البرامج عليك من فهمك والاكواد واضحة ان مافيها خطأ Link to comment
iMr.SFA7 Posted August 23, 2015 Share Posted August 23, 2015 الكود سليم مآفيه آي شيء لآكن الآفضل يختصره ع نفسه ويرتب أكوادهـ ويحطه كذآ .. -- Server Side local groupName = 'Group' addEventHandler ( "onPlayerSpawn", root, function() if ( getElementData(source, "isPlayerJailed")) then return end if getPlayerTeam( source ) and getTeamName( getPlayerTeam( source ) ) == 'Criminals' and getElementData ( source , "Group" ) == groupName then setTimer(sp,1000,1,source) function sp( source ) setPedStat ( source, 24, 1000 ) setElementDimension( source, 0 ) setElementPosition( source, 241.30241394043,1028.7094726563,1084.0078125 ) setElementInterior( source, 7 ) setPedArmor ( source, 100) setPedFightingStyle ( source, 7) setElementHealth (source,200) setPedStat (source, 24, 1000) end end end ) Link to comment
</Mr.Tn6eL> Posted August 23, 2015 Share Posted August 23, 2015 -- Server Side local groupName = 'Group' addEventHandler ( "onPlayerSpawn", root, function() if ( getElementData(source, "isPlayerJailed")) then return end if getPlayerTeam( source ) and getTeamName( getPlayerTeam( source ) ) == 'Criminals' and getElementData ( source , "Group" ) == groupName then function sp( source ) setPedStat ( source, 24, 1000 ) setElementDimension( source, 0 ) setElementPosition( source, 241.30241394043,1028.7094726563,1084.0078125 ) setElementInterior( source, 7 ) setPedArmor ( source, 100) setPedFightingStyle ( source, 7) setElementHealth (source,200) setPedStat (source, 24, 1000) end setTimer(sp,1000,1,source) end end) Link to comment
Abo-Al3ZaB Posted August 23, 2015 Author Share Posted August 23, 2015 الكود سليم مآفيه آي شيءلآكن الآفضل يختصره ع نفسه ويرتب أكوادهـ ويحطه كذآ .. -- Server Side local groupName = 'Group' addEventHandler ( "onPlayerSpawn", root, function() if ( getElementData(source, "isPlayerJailed")) then return end if getPlayerTeam( source ) and getTeamName( getPlayerTeam( source ) ) == 'Criminals' and getElementData ( source , "Group" ) == groupName then setTimer(sp,1000,1,source) function sp( source ) setPedStat ( source, 24, 1000 ) setElementDimension( source, 0 ) setElementPosition( source, 241.30241394043,1028.7094726563,1084.0078125 ) setElementInterior( source, 7 ) setPedArmor ( source, 100) setPedFightingStyle ( source, 7) setElementHealth (source,200) setPedStat (source, 24, 1000) end end end ) الكود صح ما قلت انه خطأ بس الظاهر ما فهمتوا علي ,,, انا بدي اياه لما شرطي يقتل لاعب من تيم الكريمينال يرسبن بالسجن ما يرسبن بالمقر في ردود شفتها بقولوا اغير الاحداثيات ,, طيب بغير الاحداثيات هيك بصير لما اي لاعب يقتل الكريمينال يرسبن بالسجن ! يعني لو مجرم قتل مجرم هيك بصير يرسبن بالسجن انا بدي اياه عادي يرسبن بالمقر لما مجرم يقتل مجرم وهاد ما فيه أي خطأ بس لما شرطي يقتل المجرم بدي اياه يروح السجن ما يرسبن بالمقر ,,, بتمنى فهمتوني : ] Link to comment
Simple. Posted August 23, 2015 Share Posted August 23, 2015 يضيف بالكود حقك الي لما يذبح الشرطي واحد من المجرمين يحط له داتا isPlayerJailed Link to comment
iMr.SFA7 Posted August 23, 2015 Share Posted August 23, 2015 آيش هو آسم قروب الشرطة ؟ أو أسم التيم ؟ Link to comment
The Killer Posted August 23, 2015 Share Posted August 23, 2015 @Gta-Wd -- Server Side local groupName = 'Group' addEventHandler ( "onPlayerSpawn", root, function() if ( getElementData(source, "isPlayerJailed")) then return end if getPlayerTeam( source ) and getTeamName( getPlayerTeam( source ) ) == 'Criminals' and getElementData ( source , "Group" ) == groupName then function sp( source ) setPedStat ( source, 24, 1000 ) setElementDimension( source, 0 ) setElementPosition( source, 241.30241394043,1028.7094726563,1084.0078125 ) setElementInterior( source, 7 ) setPedArmor ( source, 100) setPedFightingStyle ( source, 7) setElementHealth (source,200) setPedStat (source, 24, 1000) end setTimer(sp,1000,1,source) end end) Link to comment
Abo-Al3ZaB Posted August 23, 2015 Author Share Posted August 23, 2015 آيش هو آسم قروب الشرطة ؟ أو أسم التيم ؟ Police ,,, ايش بده يكون ض Link to comment
Abo-Al3ZaB Posted August 23, 2015 Author Share Posted August 23, 2015 @Gta-Wd-- Server Side local groupName = 'Group' addEventHandler ( "onPlayerSpawn", root, function() if ( getElementData(source, "isPlayerJailed")) then return end if getPlayerTeam( source ) and getTeamName( getPlayerTeam( source ) ) == 'Criminals' and getElementData ( source , "Group" ) == groupName then function sp( source ) setPedStat ( source, 24, 1000 ) setElementDimension( source, 0 ) setElementPosition( source, 241.30241394043,1028.7094726563,1084.0078125 ) setElementInterior( source, 7 ) setPedArmor ( source, 100) setPedFightingStyle ( source, 7) setElementHealth (source,200) setPedStat (source, 24, 1000) end setTimer(sp,1000,1,source) end end) ايش سويت انت هيك طيب ؟ انا شايف الأكواد نفسها -__- Link to comment
H25 Posted August 23, 2015 Share Posted August 23, 2015 قلت لك ضيف setElementData(source, "isPlayerJailed", true) اذا الشرطي قتل المجرم 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