yazan Posted February 15, 2013 Share Posted February 15, 2013 شباب ممكن طلب ودي مارك نقل من مكان الى اخر Link to comment
==>ҭᾄlᾄl Posted February 15, 2013 Share Posted February 15, 2013 (edited) marker = createMarker ( x, y, z, "cylinder", size, r, b, g, albah ) -------- function sp(thePlayer) if getElementType(thePlayer) == "player" then setElementPosition(thePlayer,x,y,z) end end addEventHandler( "onClientMarkerHit", marker, sp ) Edited February 15, 2013 by Guest Link to comment
iPrestege Posted February 15, 2013 Share Posted February 15, 2013 createMarker setElementPosition "onClientMarkerHit" Link to comment
Max+ Posted February 15, 2013 Share Posted February 15, 2013 طلال لازم تسوي انترو للمأركر =D teleport = createMarker ( 1367.34094, -1279.96411, 12.54688, "cylinder", 1.5, 255, 255, 0, 170 ) addEventHandler('onMarkerHit', teleport, function( thePlayer) if(getElementType(thePlayer) == 'player' ) then setElementInterior( thePlayer, 6 ) setElementPosition( thePlayer, 317.2380, -168.0520, 999.5930 ) end end ) Link to comment
==>ҭᾄlᾄl Posted February 15, 2013 Share Posted February 15, 2013 طلال لازم تسوي انترو للمأركر =D teleport = createMarker ( 1367.34094, -1279.96411, 12.54688, "cylinder", 1.5, 255, 255, 0, 170 ) addEventHandler('onMarkerHit', teleport, function( thePlayer) if(getElementType(thePlayer) == 'player' ) then setElementInterior( thePlayer, 6 ) setElementPosition( thePlayer, 317.2380, -168.0520, 999.5930 ) end end ) طيب انت ذلحين سويت انترو للماركر ولا للاعب ووش دراك باحداثياته Link to comment
PaiN^ Posted February 15, 2013 Share Posted February 15, 2013 طلال لازم تسوي انترو للمأركر =D teleport = createMarker ( 1367.34094, -1279.96411, 12.54688, "cylinder", 1.5, 255, 255, 0, 170 ) addEventHandler('onMarkerHit', teleport, function( thePlayer) if(getElementType(thePlayer) == 'player' ) then setElementInterior( thePlayer, 6 ) setElementPosition( thePlayer, 317.2380, -168.0520, 999.5930 ) end end ) مو لازم إذا كان المكان إلي الماركر راح يوديني له في نفس الإنترو حق الماركر Link to comment
iPrestege Posted February 15, 2013 Share Posted February 15, 2013 طلال لازم تسوي انترو للمأركر =D teleport = createMarker ( 1367.34094, -1279.96411, 12.54688, "cylinder", 1.5, 255, 255, 0, 170 ) addEventHandler('onMarkerHit', teleport, function( thePlayer) if(getElementType(thePlayer) == 'player' ) then setElementInterior( thePlayer, 6 ) setElementPosition( thePlayer, 317.2380, -168.0520, 999.5930 ) end end ) طيب انت ذلحين سويت انترو للماركر ولا للاعب ووش دراك باحداثياته طلال ماعليك منة ذا من عرفتة يهرج من غير سنع marker = createMarker ( x,y,z, "cylinder", 2, 255, 0, 0, 170 ) addEventHandler("onClientMarkerHit",marker, function (player) if ( getElementType (player) == "player" ) then setElementPosition (player,x,y,z) end end) ماكس الكود فية خطأ ؟ ^ Link to comment
iPrestege Posted February 15, 2013 Share Posted February 15, 2013 مو شغال الكود marker = createMarker ( x,y,z, "cylinder", 2, 255, 0, 0, 170 ) addEventHandler("onClientMarkerHit",marker, function (player) if ( getElementType (player) == "player" ) then setElementPosition (player,x,y,z) end end) ^^جرب هذا كودي اللي فوق كلنت تراهـ ! Link to comment
yazan Posted February 15, 2013 Author Share Posted February 15, 2013 marker = createMarker ( -2721.6999511719, -319, 7.8000001907349 , "cylinder", 2, 255, 0, 0, 170 ) ------- addEventHandler("onClientMarkerHit",marker, function (player) if ( getElementType (player) == "player" ) then setElementPosition (player, -2410.5, -671.29998779297, 137.30000305176) end end) Link to comment
PaiN^ Posted February 15, 2013 Share Posted February 15, 2013 خليه سيرفر أحسن :] marker = createMarker ( -2721.6999511719, -319, 7.8000001907349, "cylinder", 2, 255, 0, 0, 170 ) addEventHandler( "onMarkerHit", marker, function ( player ) if ( getElementType ( player ) == "player" ) then setElementPosition( player, -2410.5, -671.29998779297, 137.30000305176 ) end end ) Link to comment
iPrestege Posted February 15, 2013 Share Posted February 15, 2013 marker = createMarker ( -2721.6999511719,-319,7.8000001907349 ,"cylinder", 2, 255, 0, 0, 170 ) addEventHandler("onClientMarkerHit",marker, function (player) if ( getElementType (player) == "player" ) then setElementPosition (player, -2410.5, -671.29998779297,137.30000305176) end end) Link to comment
yazan Posted February 15, 2013 Author Share Posted February 15, 2013 مشكورين شتغل كفوكم كل من ساهم في نجاح مشروعي ض1 Link to comment
Max+ Posted February 15, 2013 Share Posted February 15, 2013 برستيج توك متعلم برمجه وجاي توطوط فوق راسي لو سمحت بدون سب اذا كودي فيه خطا قول واذا مآفي ماله داعي ززيادة الكلام Link to comment
iPrestege Posted February 15, 2013 Share Posted February 15, 2013 برستيج توك متعلم برمجه وجاي توطوط فوق راسي لو سمحت بدون سب اذا كودي فيه خطا قول واذا مآفي ماله داعي ززيادة الكلام لا يكثر ( = 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