AL-SAYED Posted October 20, 2012 Share Posted October 20, 2012 بغيت كود اذا تضغط 601/ تطلع لي سوات فان + /m اذا اكتب حرف يعطيني m4 Link to comment
MR.S3D Posted October 20, 2012 Share Posted October 20, 2012 (edited) بغيت كود اذا تضغط 601/ تطلع لي سوات فان+ /m اذا اكتب حرف يعطيني m4 وش سوات فان؟ بالنسبة لطلبك الثاني server addCommandHandler ( "m", function(plr) giveWeapon ( plr, 31, 200 ) end) Edited October 20, 2012 by Guest Link to comment
TAPL Posted October 20, 2012 Share Posted October 20, 2012 سوات فان شخصية؟ addCommandHandler giveWeapon setElementModel Link to comment
AL-SAYED Posted October 20, 2012 Author Share Posted October 20, 2012 سوات فان شخصية؟ addCommandHandler giveWeapon setElementModel اقصد S.W.A.T Link to comment
abu5lf Posted October 20, 2012 Share Posted October 20, 2012 تبي تطلع سيارة ؟ createVehicle addCommandHandler Link to comment
AL-SAYED Posted October 20, 2012 Author Share Posted October 20, 2012 الكود الا في الويكي يطيحها فوق اللاعب او جنبه لكن انا ابغي ان اول ما يكتب في F8 601 يصير داخل السيارة Link to comment
abu5lf Posted October 20, 2012 Share Posted October 20, 2012 الكود الا في الويكييطيحها فوق اللاعب او جنبه لكن انا ابغي ان اول ما يكتب في F8 601 يصير داخل السيارة warpPedIntoVehicle Link to comment
abu5lf Posted October 20, 2012 Share Posted October 20, 2012 ما عرفت ورني الي سويته عشان تعرف أخطائك Link to comment
AL-SAYED Posted October 20, 2012 Author Share Posted October 20, 2012 function() createVehicle ( 601, x, y, z ) outputChatBox ( "لقد حصلت على سيارة رش الماء" addCommandHandler ( "tank" ) ملاحظه:ما أعرف للبرمجات بالمرة Link to comment
abu5lf Posted October 20, 2012 Share Posted October 20, 2012 addCommandHandler ( '601', function ( playerSource ) warpPedIntoVehicle ( playerSource, createVehicle ( 601, getElementPosition ( playerSource ) ) ) end ) Link to comment
3NAD Posted October 20, 2012 Share Posted October 20, 2012 addCommandHandler ( '601', function ( playerSource ) warpPedIntoVehicle ( playerSource, createVehicle ( 601, getElementPosition ( playerSource ) ) ) end ) مصعب الكود الله يهديكـ على واحد مبتدأ . . addCommandHandler ( "601", function ( playerSource ) local x, y, z = getElementPosition ( playerSource ) -- x,y,z إحضار إحداثيات اللاعب حطيناها في اختصار local Car = createVehicle ( 601 , x, y, z ) -- Car هنا صنع السيارة في موقع اللاعب حطيناها في اختصار -- 601 هذا اي دي السيارة warpPedIntoVehicle ( playerSource, Car ) -- وآخر شيء وضع اللاعب داخل السيارة -- playerSource = اللاعب -- Car = اختصار صنع السيارة end -- إغلاق المهمة ) Link to comment
abu5lf Posted October 20, 2012 Share Posted October 20, 2012 addCommandHandler ( '601', function ( playerSource ) warpPedIntoVehicle ( playerSource, createVehicle ( 601, getElementPosition ( playerSource ) ) ) end ) مصعب الكود الله يهديكـ على واحد مبتدأ . . addCommandHandler ( "601", function ( playerSource ) local x, y, z = getElementPosition ( playerSource ) -- x,y,z إحضار إحداثيات اللاعب حطيناها في اختصار local Car = createVehicle ( 601 , x, y, z ) -- Car هنا صنع السيارة في موقع اللاعب حطيناها في اختصار -- 601 هذا اي دي السيارة warpPedIntoVehicle ( playerSource, Car ) -- وآخر شيء وضع اللاعب داخل السيارة -- playerSource = اللاعب -- Car = اختصار صنع السيارة end -- إغلاق المهمة ) ps: كم مرة أقلك كلمة " مبتدأ " تكتب مبتدئ Link to comment
3NAD Posted October 20, 2012 Share Posted October 20, 2012 ps: كم مرة أقلك كلمة " مبتدأ " تكتب مبتدئ ps: اشوفكـ صاير مدرس ماشاء الله Link to comment
abu5lf Posted October 20, 2012 Share Posted October 20, 2012 ps: اشوفكـ صاير مدرس ماشاء الله مشكور ، بس وش خلاك تقول الكلام ذاه Link to comment
iPrestege Posted October 21, 2012 Share Posted October 21, 2012 قاله رداَ على اللي قلتة عارف مالي دخل بس ردكك ينرفز Link to comment
Joker_Mta Posted October 21, 2012 Share Posted October 21, 2012 ذاه كم مره اقولك لاتقول ذاه قول هذا Link to comment
abu5lf Posted October 21, 2012 Share Posted October 21, 2012 كم مره اقولك لاتقول ذاه قول هذا لهجتنا إرث مستحيل نغيرها. 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