Jump to content

الرجاء الدخول لحل المشكلة


Recommended Posts

احتاج مساعدة في لوحة الجيو

حاليآ انا اخذت جيم مود من علي الأنترنت وعدلت عليه وصممت اللوحة بعدها ظبطها تكون في النص وتكون علي مقاس جميع شااشة الاعبين عن طريق الكود ذا

  
local x,y = guiGetScreenSize() 
x = x - 400 
y = y - 200 
wnd = guiCreateStaticImage(200, 100, x, y, "images/logo.png", false) 
  

لاكن المشكلة الازرار والأشياء داخل اللوحة ما تظبط وتخرب وحاول وفكرت كثير ولاكن ما انجح

صورة للمشكلة

s_168u1ul1.png

اي حد يساعدني وياريت يوضح لو عطاني كود كيف استخدمه

وشكرآ

:D

Link to comment

Usefull Function

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

انت ممكن تصمم اللوحه ب guieditor

و تعملها توسيط وكده هتظهر عند كل الشاشات ف النص

centerWindow(اسم اللوحه)

انسخ الفنكشن و حطو ف الكلنت

Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...