HomeBoy Posted February 5, 2014 Share Posted February 5, 2014 لما يكبس زر وظيفه .. ويكتب في اي شي شات .. اف 8 /cc يسوي اوبجكت معين له لازم يكون كابس زر Button Link to comment
#DRAGON!FIRE Posted February 5, 2014 Share Posted February 5, 2014 لما يكبس زر وظيفه ..ويكتب في اي شي شات .. اف 8 /cc يسوي اوبجكت معين له لازم يكون كابس زر Button Event: "onClientGUIClick" setElementData addCommandHandler getElementData table createObject Link to comment
HomeBoy Posted February 5, 2014 Author Share Posted February 5, 2014 لي جدول معرف لهم وابي شرح باقي Link to comment
Simba Posted February 5, 2014 Share Posted February 5, 2014 لي جدول معرف لهم وابي شرح باقي = جامر Link to comment
HomeBoy Posted February 5, 2014 Author Share Posted February 5, 2014 لي جدول معرف لهم وابي شرح باقي = جامر صباح الخير Link to comment
HomeBoy Posted February 5, 2014 Author Share Posted February 5, 2014 هل من مبرمج خبره يساعدنا Link to comment
EH10 Posted February 5, 2014 Share Posted February 5, 2014 (edited) جـرب * # Client addEventHandler( "onClientGUIClick", YourButton, function () setElementData( localPlayer, "DataLang", true ) end, false ) # Server local create = {} addCommandHandler( "cr", function() if getElementData( localPlayer, "DataLang") then local create[source] = createObject( id, x, y, z ) end end ) Edited February 5, 2014 by Guest Link to comment
HomeBoy Posted February 5, 2014 Author Share Posted February 5, 2014 ماكس ير في طريقه اخلي اوبجكت يجي امام لاعب ؟ Link to comment
#DRAGON!FIRE Posted February 5, 2014 Share Posted February 5, 2014 جـرب *# Client local create = {} addCommandHandler( "cr", function() if getElementData( localPlayer, "DataLang") then local create[source] = createObject( id, x, y, z ) end end ) # Server addEventHandler( "onClientGUIClick", YourButton, function () setElementData( localPlayer, "DataLang", true ) end, false ) Link to comment
HomeBoy Posted February 5, 2014 Author Share Posted February 5, 2014 زاحف ممكن تنهي موضوع .. وتحط كود مثل ما توريس انهى موضوع ب برشلونه ذذ Link to comment
EH10 Posted February 5, 2014 Share Posted February 5, 2014 جـرب *# Client local create = {} addCommandHandler( "cr", function() if getElementData( localPlayer, "DataLang") then local create[source] = createObject( id, x, y, z ) end end ) # Server addEventHandler( "onClientGUIClick", YourButton, function () setElementData( localPlayer, "DataLang", true ) end, false ) قلبت الكلنت سيرفر والسيرفر كلنت تم التعديل Link to comment
HomeBoy Posted February 5, 2014 Author Share Posted February 5, 2014 بس افتح سيرفر اجرب كود Link to comment
HomeBoy Posted February 5, 2014 Author Share Posted February 5, 2014 ممكن تخلي اوبجكت يجي امام لاعب ؟ Link to comment
#DRAGON!FIRE Posted February 5, 2014 Share Posted February 5, 2014 (edited) جـرب *# Client local create = {} addCommandHandler( "cr", function() if getElementData( localPlayer, "DataLang") then local create[source] = createObject( id, x, y, z ) end end ) # Server addEventHandler( "onClientGUIClick", YourButton, function () setElementData( localPlayer, "DataLang", true ) end, false ) قلبت الكلنت سيرفر والسيرفر كلنت تم التعديل الكود هريسةة .. addEventHandler( "onClientGUIClick", resourceRoot, function( ) if ( source == button ) then setElementData( localPlayer, 'CanCreate', true ) end end ) local object = { } addCommandHandler( "cr", function( player ) if ( getElementData( player, 'CanCreate' ) ) then if ( isElement( object[ player ] ) ) then destroyElement( object[ player ] ) object[ player ] = nil end local x, y, z = getElementPosition( player ) object[ player ] = createObject( id, x + 3, y, z ) end end ) addEventHandler( "onPlayerQuit", root, function( ) if ( isElement( object[ source ] ) ) then destroyElement( object[ source ] ) object[ source ] = nil end end ) Edited February 5, 2014 by Guest Link to comment
HomeBoy Posted February 5, 2014 Author Share Posted February 5, 2014 كفو بس ما في طريقه اخلي قدام لاعب ؟ ولا كودك يا زاحف يخليه قدام لاعب ؟ Link to comment
al-Kobra Posted February 5, 2014 Share Posted February 5, 2014 (edited) ممكن تخلي اوبجكت يجي امام لاعب ؟ محطوط في الكود Edited February 5, 2014 by Guest Link to comment
HomeBoy Posted February 5, 2014 Author Share Posted February 5, 2014 ممكن تضيفه لاني اخاف اخرب كود ذذ وتحطه بل مكان مناسب Link to comment
#DRAGON!FIRE Posted February 5, 2014 Share Posted February 5, 2014 كفوبس ما في طريقه اخلي قدام لاعب ؟ ولا كودك يا زاحف يخليه قدام لاعب ؟ الكود يخلي الأوبجكت قدام اللاعب اللي كتب الأأمر . Link to comment
HomeBoy Posted February 5, 2014 Author Share Posted February 5, 2014 ففففففديت شي اسمه #♡ ZĂ7Ḟ Link to comment
Recommended Posts