S4MuEL Posted June 3, 2013 Share Posted June 3, 2013 آلسلآمم عليكمم , مططلوب ففنكششن , يعني آعتقد آلكل يعرفف ذي آلحركةة , تغير طريققةة ضرب آللآعب لـ كآرآتيه .. آلخ setstyle 6 .. etc آنآ بسوي , كود آذآ دخل لآعب مآركر تتحول طريقةة ضضربه .. وش آلفنكشن حقه ؟ ! Link to comment
PaiN^ Posted June 3, 2013 Share Posted June 3, 2013 (edited) Event : onMarkerHit createMarker setPedFightingStyle Edited June 3, 2013 by Guest Link to comment
S4MuEL Posted June 3, 2013 Author Share Posted June 3, 2013 Event : onMarkerHit createMarker setPedFightingStyle آلمآركرآت وذي آعرفف لهآ .. بس حبيت آعرفف حقق setStyle Link to comment
فاّرس Posted June 3, 2013 Share Posted June 3, 2013 مثآل, addCommandHandler("Style", function() local style = setPedFightingStyle (player, 16 ) end) Link to comment
S4MuEL Posted June 3, 2013 Author Share Posted June 3, 2013 addCommandHandler("Style", function(player) local style = setPedFightingStyle (player, 16 ) end) Link to comment
فاّرس Posted June 3, 2013 Share Posted June 3, 2013 مع إني كنت متأكد اني ضفتها بالفنكشن , Link to comment
iMr.Dawix~# Posted June 3, 2013 Share Posted June 3, 2013 addCommandHandler("setStyle", function(player,style) setPedFightingStyle (player,tonumber(style)) end) setStyle 7 Link to comment
S4MuEL Posted June 3, 2013 Author Share Posted June 3, 2013 وكيفف عرفت آنهآ 7 ؟ ! بآلتونمبر مآ حددت ولآ كيفف . Link to comment
فاّرس Posted June 3, 2013 Share Posted June 3, 2013 هذا من اف8, يعني تكتب في اف8 setStyle id id = رقم الستايل, Link to comment
Blaawee Posted June 3, 2013 Share Posted June 3, 2013 addCommandHandler( 'setStyle', function( player, _, style ) setPedFightingStyle( player, tonumber( style ) ); end ); Link to comment
Blaawee Posted June 3, 2013 Share Posted June 3, 2013 Handler function parameters These are the parameters for the handler function that is called when the command is used. Server player playerSource, string commandName, [string arg1, string arg2, ...] Link to comment
iMr.Dawix~# Posted June 3, 2013 Share Posted June 3, 2013 ترجمم + وضضح لآههنت , يقصد ان الأرقمنت خطأ انا سويته ناقص واحد بالفنكشن هو سواه كذا function( player, _, style ) مكان _ المفروض يكون الأمر Link to comment
iPrestege Posted June 4, 2013 Share Posted June 4, 2013 العجيب فـ الناس تطلب اكواد و الناس تصلح و تقول لية جرب افتح الويكي بـ آلآول .. Link to comment
S4MuEL Posted June 4, 2013 Author Share Posted June 4, 2013 ففتحت آلويكي , وآطلعت عـ آلفنكشن يلي عطآني إيآهه بين =\ بس مآ فهمت وش يققصد بلآوي ! Link to comment
S4MuEL Posted June 4, 2013 Author Share Posted June 4, 2013 آدري عليهآ , بس ليهـ يتجآوز بآرآمتر ؟ ! ليش مآ يخليهآ style وخلآص ؟ Link to comment
PaiN^ Posted June 4, 2013 Share Posted June 4, 2013 لأن البرامتر حقت الكوماند كذا player, cmd, args player > اللاعب اللي سوى الكوماند cmd > الكوماند args > أي شي بعد الكوماند زي الآيدي أو أي شي 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