CRoW,,# Posted April 18, 2013 Share Posted April 18, 2013 (edited) ابي اربط الاديت بالوقت حق اللعبة يعني مثلا اذا كتب 12 يتحول الوقت الى صباح واذا كتب 1 يتحول الى مساء Edited April 18, 2013 by Guest Link to comment
iPrestege Posted April 18, 2013 Share Posted April 18, 2013 guiGetText triggerServerEvent setTime "onClientGUIClick" Link to comment
فاّرس Posted April 18, 2013 Share Posted April 18, 2013 guiGetText triggerServerEvent setTime "onClientGUIClick" مع إني رديت في الموضع الثاني الي حطه مكرر, + هو ما قال يبيه بزر يبيه اذا كتب بالاديت, + ما يحتاج ترايقر الا اذا يبي الوقت للكل, اما اذا يبيه للي كتب بس يحطه كلنت,, Link to comment
CRoW,,# Posted April 18, 2013 Author Share Posted April 18, 2013 ابيهه كلنت للي كتب بس +ابيهه بزر Link to comment
فاّرس Posted April 18, 2013 Share Posted April 18, 2013 ^ 'onClientGUIClick' guiGetText setTime Link to comment
CRoW,,# Posted April 18, 2013 Author Share Posted April 18, 2013 يصير كذا ولا كيف GUIEditor_Window = {} GUIEditor_Button = {} GUIEditor_Label = {} GUIEditor_Edit = {} GUIEditor_Window[1] = guiCreateWindow(0.2338,0.2483,0.6338,0.46,"by !F{p}_B^o~L|B|N|#لوحة التحكم بالطقس",true) GUIEditor_Button[1] = guiCreateButton(12,26,85,31,"جو صافي",false,GUIEditor_Window[1]) GUIEditor_Button[2] = guiCreateButton(138,26,85,31,"شديد الحرارة",false,GUIEditor_Window[1]) GUIEditor_Button[3] = guiCreateButton(249,26,85,31,"مطر قوي",false,GUIEditor_Window[1]) GUIEditor_Button[4] = guiCreateButton(367,26,85,31,"عاصفة غبار",false,GUIEditor_Window[1]) GUIEditor_Button[5] = guiCreateButton(131,113,85,31,"ضباب",false,GUIEditor_Window[1]) GUIEditor_Button[6] = guiCreateButton(300,113,85,31,"مشمس",false,GUIEditor_Window[1]) GUIEditor_Label[1] = guiCreateLabel(11,64,483,29,"ــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــ",false,GUIEditor_Window[1]) guiLabelSetColor(GUIEditor_Label[1],110,53,12) guiSetFont(GUIEditor_Label[1],"clear-normal") GUIEditor_Label[2] = guiCreateLabel(11,170,483,29,"ــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــ",false,GUIEditor_Window[1]) guiLabelSetColor(GUIEditor_Label[2],175,228,164) guiSetFont(GUIEditor_Label[2],"clear-normal") GUIEditor_Edit[1] = guiCreateEdit(146,219,185,22,"",false,GUIEditor_Window[1]) GUIEditor_Button[8] = guiCreateButton(372,218,94,25,"موافق",false,GUIEditor_Window[1]) GUIEditor_Label[3] = guiCreateLabel(74,218,124,23,"التحكم بالوقت",false,GUIEditor_Window[1]) guiSetVisible (GUIEditor_Window[1], false) function OpenWin() if guiGetVisible ( GUIEditor_Window[1] ) then guiSetVisible ( GUIEditor_Window[1], false ) showCursor(false) guiSetInputEnabled(false) else guiSetVisible ( GUIEditor_Window[1], true ) showCursor(true) guiSetInputEnabled(true) end end bindKey("F5", "down", OpenWin) addEventHandler ("onClientGUIClick", getRootElement(), onGuiClick) addEventHandler("onClientGUIClick", root, function () local setTime = guiGetText(GUIEditor_Edit[1]) if ( source == GUIEditor_Button[1] ) then setWeather ( 10 ) elseif ( source == GUIEditor_Button[2] ) then setWeather ( 17 ) elseif ( source == GUIEditor_Button[3] ) then setWeather ( 16 ) elseif ( source == GUIEditor_Button[4] ) then setWeather ( 19 ) elseif ( source == GUIEditor_Button[5] ) then setWeather ( 5 ) elseif ( source == GUIEditor_Button[6] ) then setWeather ( 11 ) end end ) Link to comment
iPrestege Posted April 18, 2013 Share Posted April 18, 2013 انت تبية يظهر للكل؟ الوقت ولا؟ لـك لحالكـ , يتغير Link to comment
iPrestege Posted April 18, 2013 Share Posted April 18, 2013 Required Arguments hour: The hour of the new time (range 0-23). minute: The minute of the new time (range 0-59). Link to comment
CRoW,,# Posted April 18, 2013 Author Share Posted April 18, 2013 Required Argumentshour: The hour of the new time (range 0-23). minute: The minute of the new time (range 0-59). ايهه اعرف لكن ابيه ع حسب الي كتبته بالايدت Link to comment
iPrestege Posted April 18, 2013 Share Posted April 18, 2013 قصدك مثلا كتبت 16 يصير الساعه 16 و الدقيقة 16 Link to comment
|Mr|-Talal07-| Posted April 18, 2013 Share Posted April 18, 2013 (edited) addEventHandler("onClientGUIClick",GUIEditor_Button[8], function () local time = guiGetText(GUIEditor_Edit[1]) if tonumber(time) and string.len(time) <= 2 and string.len(time) ~= 0 then setTime(tonumber(time),0) end end ,false) جرب Edited April 18, 2013 by Guest Link to comment
iPrestege Posted April 18, 2013 Share Posted April 18, 2013 (edited) addEventHandler("onClientGUIClick",GUIEditor_Button[8], function () local time = guiGetText(GUIEditor_Edit[1]) if tonumber(time) and string.len(time) <= 2 and string.len(time) ~= 0 then setTime(tonumber(time),0) end end end,false) جرب عندكـ اند زيآدهـ ارقمنت ناقص؟ #, Edited April 18, 2013 by Guest Link to comment
|Mr|-Talal07-| Posted April 18, 2013 Share Posted April 18, 2013 addEventHandler("onClientGUIClick",GUIEditor_Button[8], function () local time = guiGetText(GUIEditor_Edit[1]) if tonumber(time) and string.len(time) <= 2 and string.len(time) ~= 0 then setTime(tonumber(time),0) end end end,false) جرب عندكـ اند زيآدهـ ارقمنت ناقص؟ #, اظن اني عدلته Link to comment
iPrestege Posted April 18, 2013 Share Posted April 18, 2013 addEventHandler("onClientGUIClick",GUIEditor_Button[8], function () local time = guiGetText(GUIEditor_Edit[1]) if tonumber(time) and string.len(time) <= 2 and string.len(time) ~= 0 then setTime(tonumber(time),0) end end end,false) جرب عندكـ اند زيآدهـ ارقمنت ناقص؟ #, اظن اني عدلته مآنتبهت ذذ رديت قبل تعدلة انت ذذ Link to comment
CRoW,,# Posted April 18, 2013 Author Share Posted April 18, 2013 قصدك مثلا كتبت 16 يصير الساعه 16 و الدقيقة 16 الدقيقة 0 والساعة 16 فهمت علي Link to comment
CRoW,,# Posted April 18, 2013 Author Share Posted April 18, 2013 تسسسسسسسسسسسسسلم طلال ضبط مشكور لبى قلبكك Link to comment
|Mr|-Talal07-| Posted April 18, 2013 Share Posted April 18, 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