Gta-Time|HTLR Posted February 20, 2014 Share Posted February 20, 2014 مرحبا ابيكم صححو لي كود cM = createMarker(x,y,z ) addEventHandler (''onClientMarkerHit'',root,cM,function () if getElementType (Player) == "Player" then else outputChatBox ( "X", source(), 255, 255, 255, true ) myElegy = createVehicle ( 562, 1591.596680, -2495.323242, 18.098244 ) local x,y,z = getElementPosition( myElegy ) end end ) Link to comment
The Killer Posted February 20, 2014 Share Posted February 20, 2014 (edited) cM = createMarker(1591.596680, -2495.323242, 18.098244-1, "cylinder", 2, 255, 0, 0 ) addEventHandler ("onClientMarkerHit",root,function (player) if ( player == localPlayer ) then else outputChatBox ( "X", 255, 255, 255, true ) myElegy = createVehicle ( 562, 1591.596680, -2495.323242, 18.098244 ) end end ) Edited February 20, 2014 by Guest Link to comment
Gta-Time|HTLR Posted February 20, 2014 Author Share Posted February 20, 2014 (edited) ثانكس ثانكس ثانكس انت مبرمج سوبر كيلير وصدق من قال انك شنب + كيف اربطه Edited February 20, 2014 by Guest Link to comment
#DRAGON!FIRE Posted February 20, 2014 Share Posted February 20, 2014 cM = createMarker(1591.596680, -2495.323242, 18.098244-1, "cylinder", 2, 255, 0, 0 ) addEventHandler ("onClientMarkerHit",root,cM,function () if getElementType (Player) == "Player" then else outputChatBox ( "X", source, 255, 255, 255, true ) myElegy = createVehicle ( 562, 1591.596680, -2495.323242, 18.098244 ) end end ) root, cM ?? if getElementType (Player) == "Player" then else ????? source ?? الكود هريسة Link to comment
abu5lf Posted February 20, 2014 Share Posted February 20, 2014 local vMarker = createMarker( 10, 10, 0 ); addEventHandler( 'onClientMarkerHit', vMarker, function( hitPlayer ) if( hitPlayer == localPlayer )then local aX, aY, aZ = getElementPosition( localPlayer ); createVehicle( 562, aX + 2, aY, aZ ); end end ) Link to comment
The Killer Posted February 20, 2014 Share Posted February 20, 2014 كنت اعدل فيه يا زاحف ما انتبهت لها Link to comment
#DRAGON!FIRE Posted February 20, 2014 Share Posted February 20, 2014 كنت اعدل فيه يا زاحف ما انتبهت لها باقي في اخطاء .. : if ( player == localPlayer ) then else وش وضعه هذا . ؟ ومو محدد السورس .؟ root وحاتط بالحدث Link to comment
Gta-Time|HTLR Posted February 20, 2014 Author Share Posted February 20, 2014 طيب يا زاحف .. تتكلم عليهم وما تحط كود ! Link to comment
#DRAGON!FIRE Posted February 20, 2014 Share Posted February 20, 2014 طيب يا زاحف ..تتكلم عليهم وما تحط كود ! اعتقد عاشق الشرق حط الكود .. وما في داعي احط كود ذذ Link to comment
Gta-Time|HTLR Posted February 20, 2014 Author Share Posted February 20, 2014 بس مو شغال ;D ! -- Link to comment
Gta-Time|HTLR Posted February 20, 2014 Author Share Posted February 20, 2014 خلاص اشتغل كان عنده مشكله بل احدثايات بس ممكن اعرف وش aX,AZ .. Link to comment
abu5lf Posted February 20, 2014 Share Posted February 20, 2014 خلاص اشتغل كان عنده مشكله بل احدثاياتبس ممكن اعرف وش aX,AZ .. local aX, aY, aZ = getElementPosition( localPlayer ); احداثيات مكانك 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