Stranger Posted June 7, 2013 Share Posted June 7, 2013 السلام عليكم يا شباب , اول شي انا معي كودين وابيكم تعدلونها لاهنتم ,ا الكود الاول function ped() if getElementType(ped)=="player" then local x,y,z = getElementPosition(player) setTimer (createPed,9000,0, 46, x,y,z) end end addEventHandler("onResourceStart",getResourceRootElement(), ped الكود الثاني الي هو اني ماقدر اشوف اللوحه اذا دخلت الماركر بسياره addEventHandler("onClientMarkerHit",TheMarker, function ( element ) if element == localPlayer then if getElementType ( element ) == "player" then if not isPedInVehicle ( player ) then guiSetVisible ( GUIEditor_Window[1],true ) showCursor ( true ) end end end end,false ) Link to comment
S4MuEL Posted June 7, 2013 Share Posted June 7, 2013 - 2 addEventHandler("onClientMarkerHit",TheMarker, function ( element ) if getElementType ( element ) == "player" and isPedInVehicle ( element ) then guiSetVisible ( GUIEditor_Window[1],true ) showCursor ( true ) end end,false ) Link to comment
S4MuEL Posted June 7, 2013 Share Posted June 7, 2013 - 1 Manster = function(ped) if getElementType(ped)=="player" then local x,y,z = getElementPosition(localPlayer) setTimer ( function() createPed(46,x,y,z) end,9000,0) end end addEventHandler("onResourceStart",resourceRoot,Manster) Link to comment
iPrestege Posted June 7, 2013 Share Posted June 7, 2013 - 1 Manster = function(ped) if getElementType(ped)=="player" then local x,y,z = getElementPosition(localPlayer) setTimer ( function() createPed(46,x,y,z) end,9000,0) end end addEventHandler("onResourceStart",resourceRoot,Manster) تستهبل؟ لوكال بلاير و قيت تيب و الحدث ماهو كذا البارتمنت حقة -__- ؟ ي رجل اتق الله فـ نفسك تعطي الناس الخطأ بدال الصح .. Link to comment
Stranger Posted June 7, 2013 Author Share Posted June 7, 2013 - 2 addEventHandler("onClientMarkerHit",TheMarker, function ( element ) if getElementType ( element ) == "player" and isPedInVehicle ( element ) then guiSetVisible ( GUIEditor_Window[1],true ) showCursor ( true ) end end,false ) ماضبط Link to comment
فاّرس Posted June 7, 2013 Share Posted June 7, 2013 (edited) function ThePed() local ped = getElementsByType("ped") for _,v in ipairs(ped) do local x,y,z = getElementPosition(v) setTimer (createPed,9000,0, 46, x,y,z) end end addEventHandler("onResourceStart",resourceRoot, ThePed) addEventHandler("onClientMarkerHit",TheMarker, function (player) if getElementType(player) == 'player' then if isPedInVehicle (player) then guiSetVisible ( GUIEditor_Window[1],true ) showCursor ( true ) end end end,false) Edited June 7, 2013 by Guest Link to comment
iPrestege Posted June 7, 2013 Share Posted June 7, 2013 function ThePed(ped) if getElementType(ped)=="ped" then local x,y,z = getElementPosition(ped) setTimer (createPed,9000,0, 46, x,y,z) end end addEventHandler("onResourceStart",resourceRoot, ThePed) addEventHandler("onClientMarkerHit",TheMarker, function () if isPedInVehicle (localPlayer) then guiSetVisible ( GUIEditor_Window[1],true ) showCursor ( true ) end end,false) للمرة المليون البارتمنت يختلف من حدث لـ حدث من حدث لـ حدث الكلنت المفروض تتحقق من الالمنت اللي لمس الماركر هو لاعب لوكال ولالا ؟ Link to comment
S4MuEL Posted June 7, 2013 Share Posted June 7, 2013 @Prestege سسلآممآت ؟ ! آنآ حآولت آففيدهـ .. =\ بععدين لو كآن غغلطط ليهـ مآ تصححه ؟ ! آتق آلله قآل ؟ ! يعني مثلآ آنآ عمدآ سويت لهـ آلكود خطأ ؟ ! Link to comment
iPrestege Posted June 7, 2013 Share Posted June 7, 2013 اذا ماتقدر تصحح لا تصحح خطأ .. !؟ Link to comment
فاّرس Posted June 7, 2013 Share Posted June 7, 2013 function ThePed(ped) if getElementType(ped)=="ped" then local x,y,z = getElementPosition(ped) setTimer (createPed,9000,0, 46, x,y,z) end end addEventHandler("onResourceStart",resourceRoot, ThePed) addEventHandler("onClientMarkerHit",TheMarker, function () if isPedInVehicle (localPlayer) then guiSetVisible ( GUIEditor_Window[1],true ) showCursor ( true ) end end,false) للمرة المليون البارتمنت يختلف من حدث لـ حدث من حدث لـ حدث الكلنت المفروض تتحقق من الالمنت اللي لمس الماركر هو لاعب لوكال ولالا ؟ بالنسبه للحدث, كيف تبيه يكون كذآ , ped = source ? Link to comment
S4MuEL Posted June 7, 2013 Share Posted June 7, 2013 (edited) آلكلآم موجهـ لك , قلت إذآ سويته آنآ خطأ ليه مآ تصححه آنت ؟ ! بعدين آنآ كنت آظن آن كودي صح .. -,- Edited June 7, 2013 by Guest Link to comment
iPrestege Posted June 7, 2013 Share Posted June 7, 2013 function ThePed(ped) if getElementType(ped)=="ped" then local x,y,z = getElementPosition(ped) setTimer (createPed,9000,0, 46, x,y,z) end end addEventHandler("onResourceStart",resourceRoot, ThePed) addEventHandler("onClientMarkerHit",TheMarker, function () if isPedInVehicle (localPlayer) then guiSetVisible ( GUIEditor_Window[1],true ) showCursor ( true ) end end,false) للمرة المليون البارتمنت يختلف من حدث لـ حدث من حدث لـ حدث الكلنت المفروض تتحقق من الالمنت اللي لمس الماركر هو لاعب لوكال ولالا ؟ بالنسبه للحدث, كيف تبيه يكون كذآ , ped = source ? لا فية وظيفة تسوي هالشيء : getElementsByType 'ped' or 'player' or any element ... او اي المنت Link to comment
S4MuEL Posted June 7, 2013 Share Posted June 7, 2013 ططيب آنآ آستآنست بآلبلآير , ونسيت آن في بيد =\ Link to comment
AhmeD~9MoD Posted June 7, 2013 Share Posted June 7, 2013 (edited) 2- addEventHandler( "onClientMarkerHit", MarkerName, function( ) local playervehicle = isPedInVehicle ( source ) if ( playervehicle ) then guiSetVisible ( GUIEditor_Window[1],true ) showCursor ( true ) end end ) Edited June 7, 2013 by Guest Link to comment
S4MuEL Posted June 7, 2013 Share Posted June 7, 2013 2- addEventHandler( "onClientMarkerHit", MarkerName, function( ) local playervehicle = getPlayerOccupiedVehicle ( source ) if ( playervehicle ) then guiSetVisible ( GUIEditor_Window[1],true ) showCursor ( true ) end end ) wiki This function is deprecated. Link to comment
فاّرس Posted June 7, 2013 Share Posted June 7, 2013 لا فية وظيفة تسوي هالشيء : getElementsByType 'ped' or 'player' or any element ... او اي المنت كيف بيكون ؟ local ped = getElementsByType("ped") for _,v in ipairs(ped) do معلومه جديده بالنسبه لي..., توقعت لو سويت getElementType بيكون معرف, شكرآ, Link to comment
iPrestege Posted June 7, 2013 Share Posted June 7, 2013 ططيب آنآ آستآنست بآلبلآير ,ونسيت آن في بيد =\ لا يآخوي اقصد الحدث عند تشغيل المود مافية بارتمنت لآي المنت ! افهمني شوي للحظة بس ركز فـ اللي اقولة : addEventHandler('onResourceStart',getResourceRootElement ( getThisResource ( ) ), function ( resource ) if resource == getThisResource ( ) then setTimer ( function ( ) for _,v in ipairs ( getElementsByType ( 'player' ) ) do local x,y,z = getElementPosition ( v ) createPed ( 46,x,y,z ) end end,9000,1 ) end end ) هذا بيجيب كل الاعبين ويسوي لهم بيد عند احداثياتهم وماله داعي تايمر متكرر يكرر البيد ذذ او تقدر تحطة غير 1 الى 0 ! الثاني : addEventHandler( "onClientMarkerHit",TheMarker, function ( hitElement ) if hitElement == getLocalPlayer( ) and isPedInVehicle ( hitElement ) then guiSetVisible ( GUIEditor_Window[1],true ) showCursor ( true ) end end,false ) Link to comment
AhmeD~9MoD Posted June 7, 2013 Share Posted June 7, 2013 2- addEventHandler( "onClientMarkerHit", MarkerName, function( ) local playervehicle = getPlayerOccupiedVehicle ( source ) if ( playervehicle ) then guiSetVisible ( GUIEditor_Window[1],true ) showCursor ( true ) end end ) wiki This function is deprecated. #~ .. تم التعديل Link to comment
AhmeD~9MoD Posted June 7, 2013 Share Posted June 7, 2013 2- addEventHandler( "onClientMarkerHit", MarkerName, function( ) local playervehicle = isPedInVehicle ( source ) if ( playervehicle ) then guiSetVisible ( GUIEditor_Window[1],true ) showCursor ( true ) end end ) جرب عدلت الكود Link to comment
AhmeD~9MoD Posted June 7, 2013 Share Posted June 7, 2013 getPedOccupiedVehicle ! ?? عدلت الكود Link to comment
فاّرس Posted June 7, 2013 Share Posted June 7, 2013 المفروض تقولنا وش تبي تسوي بالاكواد, لاني التايمر يوم شفته مدري وش كنت تبي تسوي,, Link to comment
Stranger Posted June 7, 2013 Author Share Posted June 7, 2013 لا يآخوي اقصد الحدث عند تشغيل المود مافية بارتمنت لآي المنت ! افهمني شوي للحظة بس ركز فـ اللي اقولة : addEventHandler('onResourceStart',getResourceRootElement ( getThisResource ( ) ), function ( resource ) if resource == getThisResource ( ) then setTimer ( function ( ) for _,v in ipairs ( getElementsByType ( 'player' ) ) do local x,y,z = getElementPosition ( v ) createPed ( 46,x,y,z ) end end,9000,1 ) end end ) هذا بيجيب كل الاعبين ويسوي لهم بيد عند احداثياتهم وماله داعي تايمر متكرر يكرر البيد ذذ او تقدر تحطة غير 1 الى 0 ! الثاني : addEventHandler( "onClientMarkerHit",TheMarker, function ( hitElement ) if hitElement == getLocalPlayer( ) and isPedInVehicle ( hitElement ) then guiSetVisible ( GUIEditor_Window[1],true ) showCursor ( true ) end end,false ) طيب يا برستيج انت فهمتني غلط انا مابي يبان له الماركر يوم يكون راكب في السياره ابيه يوم يكون على رجوله بس , + اذا كان راكب سياره مايجيه شي . + البيد يجونك واحد بس وخلاص معاد يجي شي Link to comment
S4MuEL Posted June 7, 2013 Share Posted June 7, 2013 @آححممد , آعتقد آلـ isPedInVehicle مآ يجي بـ آلكود ؟ ! ذآ يتحقق كذآ من آن في شخص بآلسيآرةة , يمكن يظظبط Link to comment
AhmeD~9MoD Posted June 7, 2013 Share Posted June 7, 2013 لا يآخوي اقصد الحدث عند تشغيل المود مافية بارتمنت لآي المنت ! افهمني شوي للحظة بس ركز فـ اللي اقولة : addEventHandler('onResourceStart',getResourceRootElement ( getThisResource ( ) ), function ( resource ) if resource == getThisResource ( ) then setTimer ( function ( ) for _,v in ipairs ( getElementsByType ( 'player' ) ) do local x,y,z = getElementPosition ( v ) createPed ( 46,x,y,z ) end end,9000,1 ) end end ) هذا بيجيب كل الاعبين ويسوي لهم بيد عند احداثياتهم وماله داعي تايمر متكرر يكرر البيد ذذ او تقدر تحطة غير 1 الى 0 ! الثاني : addEventHandler( "onClientMarkerHit",TheMarker, function ( hitElement ) if hitElement == getLocalPlayer( ) and isPedInVehicle ( hitElement ) then guiSetVisible ( GUIEditor_Window[1],true ) showCursor ( true ) end end,false ) طيب يا برستيج انت فهمتني غلط انا مابي يبان له الماركر يوم يكون راكب في السياره ابيه يوم يكون على رجوله بس , + اذا كان راكب سياره مايجيه شي . + البيد يجونك واحد بس وخلاص معاد يجي شي جرب addEventHandler( "onClientMarkerHit", MarkerName, function( ) local playervehicle = isPedInVehicle ( source ) if ( playervehicle ) then guiSetVisible ( GUIEditor_Window[1],false ) showCursor ( false ) end end ) 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