Sckr4n~ Posted March 14, 2014 Share Posted March 14, 2014 السلام عليكم .. كيف الحال , معي طلب بسيط ي شباب اللي هو كود ماركر انتقالات بس لاهنتممَ Link to comment
ΞĪŚŚÀ Posted March 14, 2014 Share Posted March 14, 2014 القسم خطأ القسم الصحيح : https://forum.multitheftauto.com/viewforum.php?f=160 marker = createMarker(x,y,z,'cylinder',1,2,255,255,255) -- تسوي ماركر addEventHandler('onMarkerHit',marker, function (aPlayer) setElementPosition(aPlayer,x,y,z -- ينقلكـ الى ) Link to comment
shwaeki Posted March 14, 2014 Share Posted March 14, 2014 جرب الكود الفوق غلط marker = createMarker(x,y,z,'cylinder',size,r,g,b,a) -- تسوي ماركر addEventHandler('onMarkerHit',marker, if getElementType ( aPlayer ) == "player" then function (aPlayer) setElementPosition(aPlayer,x,y,z) -- ينقلكـ الى end end ) Link to comment
' ρяofзśŝoя 亗 Posted March 14, 2014 Share Posted March 14, 2014 (edited) local myMarker = createMarker(...) function MarkerHit( player ) if getElementType ( player ) == "player" then setElementPosition(player, x, y, z ) end end addEventHandler ("onMarkerHit", myMarker, MarkerHit ) [ * ] آذ تبغغى خآصيهه اخفاء الشاشهه .. واظهارهآ استخدمم fadeCamera Edited March 14, 2014 by Guest Link to comment
charaf12 Posted March 14, 2014 Share Posted March 14, 2014 بروفيسور وش دخل fadeCamera ؟ ما أشوفها بطلبه Link to comment
' ρяofзśŝoя 亗 Posted March 14, 2014 Share Posted March 14, 2014 بروفيسور وش دخل fadeCamera ؟ ما أشوفها بطلبه انا قلت اذ تبغاها -___- Link to comment
#DRAGON!FIRE Posted March 14, 2014 Share Posted March 14, 2014 الردود اللي فوق .. تستهبلون ؟ > -___- local marker = createMarker( x, y, z, "cylinder", 2, 255, 255, 0, 255 ) addEventHandler ( "onMarkerHit", marker, function ( element ) if ( getElementType ( element ) == "player" ) then setElementPosition ( element, x, y, z ) end end ) Link to comment
charaf12 Posted March 14, 2014 Share Posted March 14, 2014 الردود اللي فوق .. تستهبلون ؟ > -___- local marker = createMarker( x, y, z, "cylinder", 2, 255, 255, 0, 255 ) addEventHandler ( "onMarkerHit", marker, function ( element ) if ( getElementType ( element ) == "player" ) then setElementPosition ( element, x, y, z ) end end ) صراحه كنت انتظرك كنت بسويه Link to comment
' ρяofзśŝoя 亗 Posted March 14, 2014 Share Posted March 14, 2014 الردود اللي فوق .. تستهبلون ؟ > -___- local marker = createMarker( x, y, z, "cylinder", 2, 255, 255, 0, 255 ) addEventHandler ( "onMarkerHit", marker, function ( element ) if ( getElementType ( element ) == "player" ) then setElementPosition ( element, x, y, z ) end end ) الككود حقي شغال ذذ انا جربتهه >< Link to comment
#DRAGON!FIRE Posted March 14, 2014 Share Posted March 14, 2014 الردود اللي فوق .. تستهبلون ؟ > -___- local marker = createMarker( x, y, z, "cylinder", 2, 255, 255, 0, 255 ) addEventHandler ( "onMarkerHit", marker, function ( element ) if ( getElementType ( element ) == "player" ) then setElementPosition ( element, x, y, z ) end end ) الككود حقي شغال ذذ انا جربتهه >< شغال ؟ سلأمات addEventHandler ("onMarkerHit", MarkerHit ) Link to comment
' ρяofзśŝoя 亗 Posted March 14, 2014 Share Posted March 14, 2014 الردود اللي فوق .. تستهبلون ؟ > -___- local marker = createMarker( x, y, z, "cylinder", 2, 255, 255, 0, 255 ) addEventHandler ( "onMarkerHit", marker, function ( element ) if ( getElementType ( element ) == "player" ) then setElementPosition ( element, x, y, z ) end end ) الككود حقي شغال ذذ انا جربتهه >< شغال ؟ سلأمات addEventHandler ("onMarkerHit", MarkerHit ) آوههه ذذ تم التعديل ض1 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