Gta-Time|HTLR Posted February 20, 2014 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 )
The Killer Posted February 20, 2014 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
Gta-Time|HTLR Posted February 20, 2014 Author Posted February 20, 2014 (edited) ثانكس ثانكس ثانكس انت مبرمج سوبر كيلير وصدق من قال انك شنب + كيف اربطه Edited February 20, 2014 by Guest
#DRAGON!FIRE Posted February 20, 2014 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 ?? الكود هريسة
abu5lf Posted February 20, 2014 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 )
#DRAGON!FIRE Posted February 20, 2014 Posted February 20, 2014 كنت اعدل فيه يا زاحف ما انتبهت لها باقي في اخطاء .. : if ( player == localPlayer ) then else وش وضعه هذا . ؟ ومو محدد السورس .؟ root وحاتط بالحدث
Gta-Time|HTLR Posted February 20, 2014 Author Posted February 20, 2014 طيب يا زاحف .. تتكلم عليهم وما تحط كود !
#DRAGON!FIRE Posted February 20, 2014 Posted February 20, 2014 طيب يا زاحف ..تتكلم عليهم وما تحط كود ! اعتقد عاشق الشرق حط الكود .. وما في داعي احط كود ذذ
Gta-Time|HTLR Posted February 20, 2014 Author Posted February 20, 2014 خلاص اشتغل كان عنده مشكله بل احدثايات بس ممكن اعرف وش aX,AZ ..
abu5lf Posted February 20, 2014 Posted February 20, 2014 خلاص اشتغل كان عنده مشكله بل احدثاياتبس ممكن اعرف وش aX,AZ .. local aX, aY, aZ = getElementPosition( localPlayer ); احداثيات مكانك
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