iMr.3a[Z]eF Posted June 3, 2013 Share Posted June 3, 2013 السلآم عليكم ورحمة الله وبركاته, صممت أليوم مود صنع سيارة بالسريال, بس طلع خطأ مدري وش الحل, الكودات : --C GUIEditor = { checkbox = {}, window = {}, edit = {}, label = {} } GUIEditor.window[1] = guiCreateWindow(157, 54, 466, 470, "~[ Made A Car | صناعة سيارة ]~", false) guiWindowSetSizable(GUIEditor.window[1], false) guiSetAlpha(GUIEditor.window[1], 1.00) local font = guiCreateFont("3NAD.ttf") local font0 = guiCreateFont("AUTHOR.ttf", 12) GUIEditor.label[1] = guiCreateLabel(21, 25, 421, 82, "1- يجب أن تضع سريال اللاعب\n2- يجب وضع أسم اللاعب لأجل الشات والأملاك\n3- يجب أختيار نوع السيارة عن طريق وضع الأي دي الخاص بها\n4- إن لم يرد اللاعب دخان السيارة فأضغط خطأ", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[1], font) guiLabelSetColor(GUIEditor.label[1], 255, 255, 0) GUIEditor.edit[1] = guiCreateEdit(186, 154, 256, 30, "", false, GUIEditor.window[1]) GUIEditor.label[2] = guiCreateLabel(77, 154, 84, 40, "Serial", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[2], font0) GUIEditor.label[3] = guiCreateLabel(73, 224, 88, 38, "Name", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[3], font0) GUIEditor.edit[2] = guiCreateEdit(186, 232, 256, 30, "", false, GUIEditor.window[1]) GUIEditor.label[4] = guiCreateLabel(83, 288, 72, 48, "ID", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[4], font0) GUIEditor.edit[3] = guiCreateEdit(186, 298, 118, 31, "", false, GUIEditor.window[1]) GUIEditor.checkbox[1] = guiCreateCheckBox(186, 355, 118, 22, "Yes", false, false, GUIEditor.window[1]) guiSetFont(GUIEditor.checkbox[1], font0) GUIEditor.label[5] = guiCreateLabel(73, 355, 100, 40, "Car \"D5AN\"", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[5], font0) GUIEditor.checkbox[2] = guiCreateCheckBox(186, 377, 118, 22, "No", false, false, GUIEditor.window[1]) guiSetFont(GUIEditor.checkbox[2], font0) GUIEditor.label[6] = guiCreateLabel(83, 420, 100, 40, "Arrow", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[6], font0) guiLabelSetHorizontalAlign(GUIEditor.label[6], "center", false) GUIEditor.checkbox[3] = guiCreateCheckBox(186, 438, 118, 22, "No", true, false, GUIEditor.window[1]) guiSetFont(GUIEditor.checkbox[3], font0) GUIEditor.checkbox[4] = guiCreateCheckBox(186, 416, 118, 22, "Yes", false, false, GUIEditor.window[1]) guiSetFont(GUIEditor.checkbox[4], font0) GUIEditor.button[1] = guiCreateButton(317, 374, 139, 86, "Finish", false, GUIEditor.window[1]) guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FFAAAAAA") guiSetFont(GUIEditor.button[1], font0) bindKey("[","down", function ( ) guiSetVisible(GUIEditor.window[1], not guiGetVisible(GUIEditor.window[1])); showCursor(guiGetVisible(GUIEditor.window[1])); end ); addEventHandler("onClientGUIClick",root, function ( ) if ( source == GUIEditor.button[1] ) then local serial = guiGetText(GUIEditor.edit[1]); local name = guiGetText(GUIEditor.edit[2]); local ID = guiGetText(GUIEditor.edit[3]) triggerServerEvent("onVehicleStartEnter",player,serial,name,ID); end end ); -- S addEvent( "onVehicleStartEnter", true ) addEventHandler( "onVehicleStartEnter", getRootElement(), function(player,serial,name,ID) local C = createVehicle ( ID, 1797.2901611328, 841.5078125, 10.643834114075 ) if(source==C)then if (getPlayerSerial(player)~=serial)then cancelEvent() r,b,g = math.random(0, 255), math.random(0, 255), math.random(0, 255) outputChatBox( ".:[ "..name.." آملاك خاصة لـفخامةِ ]:.", player,r,b,g, true ) else r,b,g = math.random(0, 255), math.random(0, 255), math.random(0, 255) outputChatBox( ".:[ آررحب نورت ابو الموتر ]:.", player, r,b,g, true ) end end end ) أرجو الحل Link to comment
فاّرس Posted June 3, 2013 Share Posted June 3, 2013 3NAD.ttf = lol + تبيه من اف8 ؟ وعلى سريال لاعب معين؟ Link to comment
iMr.3a[Z]eF Posted June 3, 2013 Author Share Posted June 3, 2013 لول هذا من زمان أصمم مودات عشان عناد ولا أنا أبي المود نفسه يسوي سيارة ويب السيريال ينكتب من اللوحة نفسها Link to comment
yazan Posted June 3, 2013 Share Posted June 3, 2013 لو يجي عناد يعدله هههههههههههههههههههههههههههه عازف قصده لوحه يحط فيها اي دي لاعب و اسمه و شي يلي يجي بل شات و تعمل سياره ملك خاص Link to comment
iMr.3a[Z]eF Posted June 3, 2013 Author Share Posted June 3, 2013 سطر 60player = ? شوف سطر رقم 73 Link to comment
PaiN^ Posted June 3, 2013 Share Posted June 3, 2013 لوول الكود ملحوس ذذ إنت وش تبي إشرحلي لآهنت ما فهمت Link to comment
iMr.Dawix~# Posted June 3, 2013 Share Posted June 3, 2013 (edited) جرب --C GUIEditor = { checkbox = {}, window = {}, edit = {}, label = {} } GUIEditor.window[1] = guiCreateWindow(157, 54, 466, 470, "~[ Made A Car | صناعة سيارة ]~", false) guiWindowSetSizable(GUIEditor.window[1], false) guiSetAlpha(GUIEditor.window[1], 1.00) local font = guiCreateFont("3NAD.ttf") local font0 = guiCreateFont("AUTHOR.ttf", 12) GUIEditor.label[1] = guiCreateLabel(21, 25, 421, 82, "1- يجب أن تضع سريال اللاعب\n2- يجب وضع أسم اللاعب لأجل الشات والأملاك\n3- يجب أختيار نوع السيارة عن طريق وضع الأي دي الخاص بها\n4- إن لم يرد اللاعب دخان السيارة فأضغط خطأ", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[1], font) guiLabelSetColor(GUIEditor.label[1], 255, 255, 0) GUIEditor.edit[1] = guiCreateEdit(186, 154, 256, 30, "", false, GUIEditor.window[1]) GUIEditor.label[2] = guiCreateLabel(77, 154, 84, 40, "Serial", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[2], font0) GUIEditor.label[3] = guiCreateLabel(73, 224, 88, 38, "Name", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[3], font0) GUIEditor.edit[2] = guiCreateEdit(186, 232, 256, 30, "", false, GUIEditor.window[1]) GUIEditor.label[4] = guiCreateLabel(83, 288, 72, 48, "ID", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[4], font0) GUIEditor.edit[3] = guiCreateEdit(186, 298, 118, 31, "", false, GUIEditor.window[1]) GUIEditor.checkbox[1] = guiCreateCheckBox(186, 355, 118, 22, "Yes", false, false, GUIEditor.window[1]) guiSetFont(GUIEditor.checkbox[1], font0) GUIEditor.label[5] = guiCreateLabel(73, 355, 100, 40, "Car \"D5AN\"", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[5], font0) GUIEditor.checkbox[2] = guiCreateCheckBox(186, 377, 118, 22, "No", false, false, GUIEditor.window[1]) guiSetFont(GUIEditor.checkbox[2], font0) GUIEditor.label[6] = guiCreateLabel(83, 420, 100, 40, "Arrow", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[6], font0) guiLabelSetHorizontalAlign(GUIEditor.label[6], "center", false) GUIEditor.checkbox[3] = guiCreateCheckBox(186, 438, 118, 22, "No", true, false, GUIEditor.window[1]) guiSetFont(GUIEditor.checkbox[3], font0) GUIEditor.checkbox[4] = guiCreateCheckBox(186, 416, 118, 22, "Yes", false, false, GUIEditor.window[1]) guiSetFont(GUIEditor.checkbox[4], font0) GUIEditor.button[1] = guiCreateButton(317, 374, 139, 86, "Finish", false, GUIEditor.window[1]) guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FFAAAAAA") guiSetFont(GUIEditor.button[1], font0) bindKey("[","down", function ( ) guiSetVisible(GUIEditor.window[1], not guiGetVisible(GUIEditor.window[1])); showCursor(guiGetVisible(GUIEditor.window[1])); end ); addEventHandler("onClientGUIClick",root, function ( ) if ( source == GUIEditor.button[1] ) then local serial = guiGetText(GUIEditor.edit[1]); local name = guiGetText(GUIEditor.edit[2]); local ID = guiGetText(GUIEditor.edit[3]) triggerServerEvent("onVehicleStartEnter",getLocalPlayer(),serial,name,ID); end end ) -- S addEvent( "onVehicleStartEnter", true ) addEventHandler( "onVehicleStartEnter", getRootElement(), function(serial,name,ID) local C = createVehicle ( ID, 1797.2901611328, 841.5078125, 10.643834114075 ) if(source==C)then if (getPlayerSerial(source)~=serial)then cancelEvent() r,b,g = math.random(0, 255), math.random(0, 255), math.random(0, 255) outputChatBox( ".:[ "..name.." آملاك خاصة لـفخامةِ ]:.", source,r,b,g, true ) else r,b,g = math.random(0, 255), math.random(0, 255), math.random(0, 255) outputChatBox( ".:[ آررحب نورت ابو الموتر ]:.", source, r,b,g, true ) end end end ) Edited June 3, 2013 by Guest Link to comment
iMr.3a[Z]eF Posted June 3, 2013 Author Share Posted June 3, 2013 شباب وش الحل الله لا يهينكم Link to comment
PaiN^ Posted June 3, 2013 Share Posted June 3, 2013 أنا مني فاهم إيش تبغى بالضبط, إشرحلي يمكن أساعدك Link to comment
iMr.Dawix~# Posted June 3, 2013 Share Posted June 3, 2013 شباب وش الحل الله لا يهينكم شوف ردي مره ثانيه عدلته الكلنت Link to comment
iMr.3a[Z]eF Posted June 4, 2013 Author Share Posted June 4, 2013 PAin أنا سويت لوحة للكونسل يكتب سريال اللاعب ويكتب أسم اللاعب عشان يطلع بالشات ويكتب أي دي السيارة createVehicle لو يضغط فينيش | تسوي الحدث الـ Link to comment
فاّرس Posted June 4, 2013 Share Posted June 4, 2013 يعني انت تبيه يطلع السيارة وتكون محفوظه على السريال ؟ يعني لو جا واحد ثاني يركبها ما يقدر بس الي طلعها ؟ Link to comment
iMr.3a[Z]eF Posted June 4, 2013 Author Share Posted June 4, 2013 لآلآ أفهمني مثلا أنا كونسل أي أحد يبي سيارة أملاك أحط سرياله وأسمه وآي دي السيارة باللوحة لو ضغطت الزر تسوي السيارة الأحداثيات أنا احطيتها خلآص Link to comment
فاّرس Posted June 4, 2013 Share Posted June 4, 2013 -- Client Side : GUIEditor = { checkbox = {}, window = {}, edit = {}, label = {} } GUIEditor.window[1] = guiCreateWindow(157, 54, 466, 470, "~[ Made A Car | صناعة سيارة ]~", false) guiWindowSetSizable(GUIEditor.window[1], false) guiSetAlpha(GUIEditor.window[1], 1.00) local font = guiCreateFont("3NAD.ttf") local font0 = guiCreateFont("AUTHOR.ttf", 12) GUIEditor.label[1] = guiCreateLabel(21, 25, 421, 82, "1- يجب أن تضع سريال اللاعب\n2- يجب وضع أسم اللاعب لأجل الشات والأملاك\n3- يجب أختيار نوع السيارة عن طريق وضع الأي دي الخاص بها\n4- إن لم يرد اللاعب دخان السيارة فأضغط خطأ", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[1], font) guiLabelSetColor(GUIEditor.label[1], 255, 255, 0) GUIEditor.edit[1] = guiCreateEdit(186, 154, 256, 30, "", false, GUIEditor.window[1]) GUIEditor.label[2] = guiCreateLabel(77, 154, 84, 40, "Serial", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[2], font0) GUIEditor.label[3] = guiCreateLabel(73, 224, 88, 38, "Name", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[3], font0) GUIEditor.edit[2] = guiCreateEdit(186, 232, 256, 30, "", false, GUIEditor.window[1]) GUIEditor.label[4] = guiCreateLabel(83, 288, 72, 48, "ID", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[4], font0) GUIEditor.edit[3] = guiCreateEdit(186, 298, 118, 31, "", false, GUIEditor.window[1]) GUIEditor.checkbox[1] = guiCreateCheckBox(186, 355, 118, 22, "Yes", false, false, GUIEditor.window[1]) guiSetFont(GUIEditor.checkbox[1], font0) GUIEditor.label[5] = guiCreateLabel(73, 355, 100, 40, "Car \"D5AN\"", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[5], font0) GUIEditor.checkbox[2] = guiCreateCheckBox(186, 377, 118, 22, "No", false, false, GUIEditor.window[1]) guiSetFont(GUIEditor.checkbox[2], font0) GUIEditor.label[6] = guiCreateLabel(83, 420, 100, 40, "Arrow", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[6], font0) guiLabelSetHorizontalAlign(GUIEditor.label[6], "center", false) GUIEditor.checkbox[3] = guiCreateCheckBox(186, 438, 118, 22, "No", true, false, GUIEditor.window[1]) guiSetFont(GUIEditor.checkbox[3], font0) GUIEditor.checkbox[4] = guiCreateCheckBox(186, 416, 118, 22, "Yes", false, false, GUIEditor.window[1]) guiSetFont(GUIEditor.checkbox[4], font0) GUIEditor.button[1] = guiCreateButton(317, 374, 139, 86, "Finish", false, GUIEditor.window[1]) guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FFAAAAAA") guiSetFont(GUIEditor.button[1], font0) bindKey("[","down", function ( ) guiSetVisible(GUIEditor.window[1], not guiGetVisible(GUIEditor.window[1])); showCursor(guiGetVisible(GUIEditor.window[1])); end ); addEventHandler("onClientGUIClick",root, function () if ( source == GUIEditor.button[1] ) then local serial = guiGetText(GUIEditor.edit[1]); local name = guiGetText(GUIEditor.edit[2]) local ID = guiGetText(GUIEditor.edit[3]) triggerServerEvent("onVehicleStartEnter",localPlayer,serial,ID) end end ) -- Server Side : addEvent( "onVehicleStartEnter", true ) addEventHandler( "onVehicleStartEnter", getRootElement(), function(serial,ID) if tonumber(ID) then if (getPlayerSerial(source) == tostring(serial)) then local C = createVehicle(tonumber(ID), 1797.2901611328, 841.5078125, 10.643834114075 ) end end end) باقي عليك الاسم لاني ما فهمت وش تبي بالاسم اصلا , ضيف الاسم بالترايقر , Link to comment
iMr.3a[Z]eF Posted June 4, 2013 Author Share Posted June 4, 2013 outPutChatBox الأسم عشان الـ Link to comment
فاّرس Posted June 4, 2013 Share Posted June 4, 2013 outPutChatBox الأسم عشان الـ اي بس متى تبيها تظهر ؟ Link to comment
iMr.3a[Z]eF Posted June 4, 2013 Author Share Posted June 4, 2013 لو يركبها الشخص صاحب السريال Link to comment
PaiN^ Posted June 4, 2013 Share Posted June 4, 2013 يعني تبي اذا كان السيريال + الآيدي صح يسوي سيارة بس صاحب السيريال يقدر يركبها ؟ Link to comment
iMr.3a[Z]eF Posted June 4, 2013 Author Share Posted June 4, 2013 ^^^^^ exactly !! + مدري وش به لو أضغط ج ما تنفتح اللوحة ولآ تتقفل Link to comment
iPrestege Posted June 4, 2013 Share Posted June 4, 2013 المفروض تخزن السريال فـ قاعدهـ ولا xml .. SQL or MySql .. executeSQLQuery or dbConnect dbExec Link to comment
iMr.3a[Z]eF Posted June 4, 2013 Author Share Posted June 4, 2013 addEventHandler ( "onResourceStart", resourceRoot, function ( ) executeSQLQuery ( "CREATE TABLE IF NOT EXISTS SQL_Amlak_System (serial,name,ID)" ); outputDebugString("SQL Data Base Started!",0,0,255,0,0); for i, player in ipairs( getElementsByType( 'player' ) ) do if isObjectInACLGroup( 'user.'..getAccountName( getPlayerAccount( player ) ), aclGetGroup( "Console" ) ) then setElementData( player, 'isAdmin', true); else setElementData( player, 'isAdmin', nil); end 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