Jump to content

iPrestege

Members
  • Posts

    10,056
  • Joined

  • Last visited

  • Days Won

    27

Everything posted by iPrestege

  1. شف اول شيء اعطيهم النظره اللي ايش الليه =) بعدين اعطيهآ الدعسه الثآنيهه فيهم خخير يلحقوني اخآف يأكلوني بسس مم عليكك ي شنب حط رجلكك
  2. I transpire MR.S3D to get it !
  3. تكون مثل الصنم (=
  4. may You have a problem in the internet try to upload it again.
  5. showChat Event : "OnClientGUIClick"
  6. tocolor < مثل ماقالك ~ يلون الدي اكس [:
  7. هو مسوي بالـ Gui عرفت ؟ ذذ
  8. Your code works fine. yeah it was my fault i was using color code in my nickname problem fixed thank you TAPL .
  9. thanks it works! . but coloring here use #ff not working @ server side ! : Drift = createTeam( "Players Drift",255,255,0) addEvent("Drift",true) addEventHandler("Drift",root, function () setPlayerTeam ( source, Drift ) outputChatBox ( "#ffff00[#FF0000" .. getPlayerName(source) .. "#ffff00]#FFFF00Has Joind Drift Game !", getRootElement(), 255, 255, 255, true ) end )
  10. hi how are you ? fine ? i have a problem with wtf team code : -- Client Side addEventHandler ("onClientGUIClick", getRootElement(), function() if ( source == Join ) then triggerServerEvent("Drift",getLocalPlayer()) end end -- Server Side Drift = createTeam( "Players Drift",255,255,0) addEvent("Drift",true) addEventHandler("Drift",root, function () setPlayerTeam ( source, Drift ) outputChatBox ( "#FF0000" .. getPlayerName(source) .. " #FFFF00Has Joind Drift Game !", getRootElement(), 255, 255, 255, true ) end ) What,s the wrong ?
  11. لا يرحم امك مالي شغل بالهوشات والمشاكل كل شوي افتح موضوع جديد والله مو زينة شف ردي فوق الموضوع جرب الكود اللي عدله تـابـل ~
  12. https://forum.multitheftauto.com/viewtopic.php?f=119&t=41881&p=424700 TAPL Wrote : الرجاء استخدام زر البحث لمعرفة ما إذا قد تم طلب سؤالك من قبل.
  13. توبيك لوكيد [=
  14. [: الرجآل آستفآد , انتهينآ يآ شبآب ((=
  15. thanks it works as what i mean .
  16. [: الرجال خذ اللي يبية خلآص
  17. still not working !
  18. -- Client Side : |ِ-- Do not remove the green text! -- ><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>< -- Script by: John_Scott -- Skype: dekaman12 -- Release date: 2013.01.06 -- Made in Hungary -- Original langue: Hungaryan -- >>>>> Hard Bytes Team <<<<< -- facebook.com/HardBytesTeam -- IP: 91.82.85.203:22076 -- >>>>> Hard Bytes Team <<<<< -- ><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>< -- Do not remove the green text! wdwLogin_Pannel = {} tabPannel_Main = {} tab_Login = {} tab_Register = {} function open_log_reg_pannel() if not(isElement(wdwLogin_Pannel)) then showChat(false) x,y = guiGetScreenSize() function centerWindow(center_window) local screenW,screenH=guiGetScreenSize() local windowW,windowH=guiGetSize(center_window,false) local x,y = (screenW-windowW)/2,(screenH-windowH)/2 guiSetPosition(center_window,x,y,false) end Image = guiCreateStaticImage( 0, 0, 1920, 1200, "login_bg.jpeg", false ) guiSetEnabled (Image, false) Login_img = guiCreateStaticImage( X, Y + 120, 350, 350, "login_window.png", false ) centerWindow( Login_img ) guiSetEnabled (Login_img, false)
  19. كود تلوين ~#FFFFF
  20. it,s not working with me still i need help !
  21. does not work: (
  22. show me your script function centerWindow(center_window) local screenW,screenH=guiGetScreenSize() local windowW,windowH=guiGetSize(center_window,false) local x,y = (screenW-windowW)/2,(screenH-windowH)/2 guiSetPosition(center_window,x,y,false) end Image = guiCreateStaticImage( 0, 0, 1920, 1200, "login.jpeg", false ) centerWindow( Image )
  23. Yeah and the script not working now
  24. function centerWindow(center_window) local screenW,screenH=guiGetScreenSize() local windowW,windowH=guiGetSize(center_window,false) local x,y = (screenW-windowW)/2,(screenH-windowH)/2 guiSetPosition(center_window,x,y,false) end IMg = guiCreateStaticImage(30, 28, 355, 251, "img.png", false) -- you image centerWindow( IMg ) centerWindow i mean image not window !
×
×
  • Create New...