3ssol Posted May 17, 2013 Author Share Posted May 17, 2013 طيب لو سويت كذاااا وش بيصير ؟ addEventHandler("onClientGUIClick",getRootElement(), function ( ) if ( source == Create ) then triggerServerEvent("ServerMarker",localPlayer) elseif ( source == Destroy ) then triggerServerEvent("ServerMarker",localPlayer) end end ) marker = { } addEvent("ServerMarker",true) addEventHandler("ServerMarker",getRootElement(), function ( Value ) aPlayer = source if ( Value == CreateMarker ) then if ( marker [ aPlayer ] and isElement ( marker [ aPlayer ] ) ) then destroyElement ( marker [ aPlayer ] ) marker [ aPlayer ] = nil end local x,y,z = getElementPosition ( aPlayer ) marker [ aPlayer ] = createMarker( x + 2, y + 2, z, "cylinder",2, 0, 255, 0, 170 ) outputChatBox("* The marker has been created !",aPlayer) elseif ( Value == DestroyMarker ) then if ( marker [ aPlayer ] and isElement ( marker [ aPlayer ] ) ) then destroyElement ( marker [ aPlayer ] ) marker [ aPlayer ] = nil outputChatBox("* The marker has been destroyed !",aPlayer) end end end ) Link to comment
3ssol Posted May 17, 2013 Author Share Posted May 17, 2013 طيب مايكفي انها بل فنكشن موجوده ؟ Link to comment
iPrestege Posted May 17, 2013 Share Posted May 17, 2013 لا مايكفي انا عرفتها يوم يضغط الزر المحدد ذذ Link to comment
3ssol Posted May 17, 2013 Author Share Posted May 17, 2013 معليش اسالتي كثيره ولاكن ابي اتعلم وش يعني هذا isElement ( marker [ aPlayer ] ) ) then وليه استخدمته Link to comment
فاّرس Posted May 17, 2013 Share Posted May 17, 2013 (edited) لا ما يكفي ماهي معرفه لازم تعرفها بالكلنت او لوب + مثال على nil Timer = setTimer( function() -- Nothing if (isTimer(Timer)) then Timer = nil end end,1000,0) Edited May 17, 2013 by Guest Link to comment
iPrestege Posted May 17, 2013 Share Posted May 17, 2013 هذا يتحقق من الالمنت الحين انا تحققت انة الماركر عشان تيبل و از المنت انة ماركر ثم سحبتة عشان ماتصير اخطاء ! Link to comment
3ssol Posted May 17, 2013 Author Share Posted May 17, 2013 طيب اخوي برستيج حاول تختبرني عطني اكواد بسيطه وقولي سولي كود كذا وكذا وكذا وانا بحاول اسويه وبتعلم اوكي ؟ اذا طبعا مافيها ازعااج لك ااذا فيه ازعااج خلاص مو لازم + تسلم ي ذي بيست ع الشرح Link to comment
فاّرس Posted May 17, 2013 Share Posted May 17, 2013 سو جدول سيارات وفك قيم الجدول واعطي سيارة محدده جنوط ههه Link to comment
iPrestege Posted May 17, 2013 Share Posted May 17, 2013 امممم تقدر تسوي addCommandHandler setElementID getElementID outputChatBox ? ابيها سيرفر وطلع القيمة بالشات Link to comment
3ssol Posted May 17, 2013 Author Share Posted May 17, 2013 الاي دي ذي وش فايدتها ض1 + معقده شوي ويمكن كذاا مع اني عارف انها خطا ولاكن مدري الايدي ذي صعبه شوي addCommandHandler ( "id", function (flag) for i=1,#players do local players = getElementsByType( "player" ) ing = getElementID ( flag ) setElementID( players[i], "player" .. i ) outputChatBox ( "The flag's ID is: " .. ing ) end end) Link to comment
iPrestege Posted May 17, 2013 Share Posted May 17, 2013 ماودي احطمك بس خرابيط شوف انا كذا كان قصدي تسوية كوماند واحد يعطي داتا تسوية ثانية يطلعها بالشات مثآل : -- # Server Side addCommandHandler("Data", function ( player ) if getElementID ( player ) then outputChatBox(" "..getElementID ( player ).." ",player) return end setElementID ( player,"3ssol" ) end ) سهل صح؟ Link to comment
3ssol Posted May 17, 2013 Author Share Posted May 17, 2013 هو سهل بس طريقت تركيب الاكواد هي المعقده بس انت عطيتني اكواد صعبه لوول Link to comment
кιηg-αвα∂у Posted May 17, 2013 Share Posted May 17, 2013 هو سهل بسطريقت تركيب الاكواد هي المعقده بس انت عطيتني اكواد صعبه لوول لو مسويها بالجداول مثل صفحة 2 اسهل Link to comment
iPrestege Posted May 17, 2013 Share Posted May 17, 2013 امم هذي صعبة ؟ اوك جرب تسوي هذا : executeSQLCreateTable Link to comment
3ssol Posted May 17, 2013 Author Share Posted May 17, 2013 function createSQLOnStart () executeSQLCreateTable ( "players", "clothes_head_texture TEXT, clothes_head_model TEXT, player TEXT" ) end addEventHandler ( "onResourceStart", getResourceRootElement(getThisResource()),createSQLOnStart ) Link to comment
iPrestege Posted May 17, 2013 Share Posted May 17, 2013 دخل لي قيم اللي سويتها بالجدول حقك ؟ executeSQLInsert Link to comment
jafar Posted May 17, 2013 Share Posted May 17, 2013 This function is deprecated. This means that its use is discouraged and that it might not exist in future versions. Please use executeSQLQuery instead. See the examples at executeSQLQuery for equivalent CREATE TABLE usage Link to comment
iPrestege Posted May 17, 2013 Share Posted May 17, 2013 This function is deprecated. This means that its use is discouraged and that it might not exist in future versions.Please use executeSQLQuery instead. See the examples at executeSQLQuery for equivalent CREATE TABLE usage عارف بس عشان هو يفهم كل فنكشن وظيفتة بـ هالفنكشنات و فية ناس تستخدمها وتشتغل حتى الان .. Link to comment
3ssol Posted May 17, 2013 Author Share Posted May 17, 2013 الـ executeSQLInsert صعب + مادخلت في برمجته جيب لنا اكواد بسيطه + ببرستيج مممكن طلب خل ذي بيست يسويه لني دايم اشوفه بكل شي يرد يحسسني انه خبررره فـ خله يسويه وبنشوف هو خبره ولا لا Link to comment
iPrestege Posted May 17, 2013 Share Posted May 17, 2013 لا مافية داعي للمشاكل جرب تسوي : addEventHandler "onClientRender" -- Handler createVehicle getElementRotation setElementRotation setVehicleColor math.random المطلوب تسوي لي سيارة وتخليها تدور وتخلي لونها يتغير ماث راندوم Link to comment
فاّرس Posted May 17, 2013 Share Posted May 17, 2013 (edited) تحسسني إني خبره انا خبرتي متوسطه + انا بالجوال الا كان سويته لك ترا موب صعب بس يبي له فهم Edited May 18, 2013 by Guest Link to comment
3ssol Posted May 17, 2013 Author Share Posted May 17, 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