Jump to content

Tete omar

Members
  • Posts

    3,267
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by Tete omar

  1. هذا بالنسبة للحجم .. بس مو لازم , اذا يبي النافذة مثل ما هي مع كل انواع الشاشات ما ينقص اذا يبي مثل ما انت تقول ويخلي النافذة تكون متناسقة مع حجم شاشته , يسوي الي انت تقول بس انا اتكلم عن مكانها بالشاشة مو حجمها .. عن نفسي انا ما استخدم غير الي دوبي قلته
  2. انا عندي كود لكم يسهل عليكم كل ذا .. اذا تبي النافذة تجي بالوسط اقسم العرض على ال screen x والطول على ال screen y يحط النافذة بالضبط في الوسط , بس هذي طريقة أخرى مثل centerWindow x, y, width, height y وال x عندك ال gui هو مكان ال الي راح تكون على الشاشة wdith وال height وال gui هو مقاس ال الي راح تكون على الشاشة width - العرض height - الطول x فـ لما تقسم العرض على y والطول على راح يكون الشي اللي سويته بالوسط استخدم هالكود sx, sy = guiGetScreenSize() window = guiCreateWindow(sx/2, sy/2, width, height) حط بدل width, height الطول والعرض ( رقم ) , يمديك تجيبه من ال guieditor او تخمنه ملاحظة : هذي تصلح للوندو ولكل شي تسويه gui على أية حال , اتمنى ان اكون افدتك يلا السلام عليكم
  3. الله يبارك فيك ^^ الله يبارك فيك يا تي تسعة ويلا يا تبوولة نام مرتاح يآتيك النجااح ومبروك لعنااد
  4. الله يبارك فيك يا عاشق الشرق ويا بسول , ان شاء الله واحد خامس راح يستحق الاشراف ..
  5. مبروك لـ Mr.Pres[T]ege و TD[M]ER لفك الباند
  6. ^ سيرفر + كلنت v onClientResourceStart triggerServerEvent
  7. dxDrawLine3D يكون افضل لك بس مارح يظهر لكل اللاعبين , راح يظهر لك وبس , فـ سوي ترايقر للسيرفر بعدين للكلنت عشان يشوفونه كل اللاعبين ..
  8. The posts not deleted, it moved to Hidden Trash. If you want me to quote some of 3ɑsн8 ɑʟsнɾq posts AND YOUR POSTS, let me know. Just want you to tell us who starts the flamewars , secondly i won't say my POSTS with 3ɑsн8 ɑʟsнɾq , is so clean , 3ɑsн8 ɑʟsнɾq has made flamewars not ONLY with me.
  9. GUIEditor = { staticimage = {}, edit = {}, } button = {} GUIEditor.staticimage[1] = guiCreateStaticImage(388, 185, 560, 484, ":guI/images/examples/logo.png", false) GUIEditor.staticimage[2] = guiCreateStaticImage(14, 88, 110, 86, ":guI/images/login.png", false, GUIEditor.staticimage[1]) GUIEditor.staticimage[4] = guiCreateStaticImage(14, 256, 110, 86, ":guI/images/login.png", false, GUIEditor.staticimage[1]) GUIEditor.edit[1] = guiCreateEdit(139, 127, 325, 43, "", false, GUIEditor.staticimage[1]) GUIEditor.edit[2] = guiCreateEdit(139, 289, 325, 43, "", false, GUIEditor.staticimage[1]) GUIEditor.staticimage[5] = guiCreateStaticImage(100, 0, 392, 124, ":guI/images/user.png", false, GUIEditor.staticimage[1]) GUIEditor.staticimage[6] = guiCreateStaticImage(139, 180, 326, 109, ":guI/images/pass.png", false, GUIEditor.staticimage[1]) GUIEditor.staticimage[7] = guiCreateStaticImage(38, 364, 133, 111, ":guI/images/password.png", false, GUIEditor.staticimage[1]) button.login = guiCreateButton(-0.32, -0.40, 2.26, 1.72, "", true, GUIEditor.staticimage[7]) guiSetAlpha(button.login, 0.00) GUIEditor.staticimage[8] = guiCreateStaticImage(397, 363, 131, 111, ":guI/images/regsiter.png", false, GUIEditor.staticimage[1]) button.register = guiCreateButton(-22, -6, 258, 155, "", false, GUIEditor.staticimage[8]) guiSetAlpha(button.register, 0.00) function onGuiClick (button, state, absoluteX, absoluteY) if (source == button.register) then triggerServerEvent ( "onLogin", getRootElement(), getLocalPlayer(), guiGetText(Edit_User), guiGetText(Edit_Pass) ) end end addEventHandler ("onClientGUIClick", getRootElement(), onGuiClick) function onGuiClick (button, state, absoluteX, absoluteY) if (source == button.login) then triggerServerEvent ( "onReg", getRootElement(), getLocalPlayer(), guiGetText(Edit_User), guiGetText(Edit_Pass) ) end end addEventHandler ("onClientGUIClick", getRootElement(), onGuiClick) addEventHandler ("onClientGUIClick", getRootElement(), function(button, state, absoluteX, absoluteY) if ( source == GUIEditor_Button[2] ) then triggerServerEvent("GUIEditor_Button[2]",getLocalPlayer()) guiSetVisible ( GUIEditor.staticimage[1] ,false ) showCursor (false ) guiSetInputEnabled(false) end end ) showCursor(true)
  10. Wnds1 = guiCreateStaticImage(143,50,314,262,"images/Wnd.png",false,wnd2) Label[1] = guiCreateLabel(18,19,192,24,"===[Ka[#aaaaaaB]oS]===",false,Wnds1) guiLabelSetColor(Label[1],255,0,0) guiLabelSetVerticalAlign(Label[1],"top") guiLabelSetHorizontalAlign(Label[1],"left",false) Label[2] = guiCreateLabel(18,50,192,24,"Account: Kabb",false,Wnds1) guiLabelSetColor(Label[2],10,10,10) guiLabelSetVerticalAlign(Label[2],"top") guiLabelSetHorizontalAlign(Label[2],"left",false) Label[3] = guiCreateLabel(18,83,192,24,"Money: 9999999",false,Wnds1) guiLabelSetColor(Label[3],255,0,0) guiLabelSetVerticalAlign(Label[3],"top") guiLabelSetHorizontalAlign(Label[3],"left",false) Label[4] = guiCreateLabel(19,115,192,24,"Wins: 44",false,Wnds1) guiLabelSetColor(Label[4],10,10,10) guiLabelSetVerticalAlign(Label[4],"top") guiLabelSetHorizontalAlign(Label[4],"left",false) Label[5] = guiCreateLabel(14,182,192,24,"Team: No Team",false,Wnds1) guiLabelSetColor(Label[5],10,10,10) guiLabelSetVerticalAlign(Label[5],"top") guiLabelSetHorizontalAlign(Label[5],"left",false) Label[6] = guiCreateLabel(18,145,192,24,"IP:192.168.1.1",false,Wnds1) guiLabelSetColor(Label[6],255,0,0) guiLabelSetVerticalAlign(Label[6],"top") guiLabelSetHorizontalAlign(Label[6],"left",false) Label[7] = guiCreateLabel(14,220,284,28,"Serial:",false,Wnds1) guiLabelSetColor(Label[7],255,0,0) guiLabelSetVerticalAlign(Label[7],"top") guiLabelSetHorizontalAlign(Label[7],"left",false) Label[8] = guiCreateLabel(180,123,114,36,"Level: 0",false,Wnds1) guiLabelSetColor(Label[8],255,0,0) guiLabelSetVerticalAlign(Label[8],"top") guiLabelSetHorizontalAlign(Label[8],"left",false) guiSetFont(Label[8],"sa-header") الخطاء انك كنت حاط end وقوس زايدين في الاسفل جرب هذا ^
  11. Tete omar

    [WIP]MTAM

    That was effectively great! , there're some scripts like that but this one is unique , good work!
  12. I've seen enough , and i seem i could help , so would like to present my self for moderating the second time, i may be busy sometimes , but i promise i'll do my best , i understand the forum rules , i do have a knowledge of scripting , i could help moderating this section , i'm awake all the day especially at 6:00 AM KSA , also you can easily contact me on the irc channel, i'm there all the time (unless i'm on bnc).
  13. I'm inviting TAPL to tell us what has he seen before deleting the posts .. , then we'll stop the false accusation.
  14. Everyone's voting for MR.S3D and everyone likes him for being respected and friendly , so i'd like to vote for him too.
  15. ههههههههههههههههه حسبوا انهم صادوا ابن الدب ... ✓
  16. And i strongly recommend you to use https://wiki.multitheftauto.com/wiki/Call instead.
  17. ممكن تقولي كيف استخدمتها او كيف ضبط معك؟
×
×
  • Create New...