Jump to content

طلب


Rm-Dj

Recommended Posts

مثال :

function guiCreateWindow( x2, y2, width2, height2, titleBarText2, relative2 ) 
    mainBackground = guiCreateStaticImage ( x2, y2, width2, height2, "1.png", relative2 ) 
    return mainBackground 
end 
  
wnd = guiCreateWindow(0,100,600,900,"ff",false) 

ميتا ضيف كود مثل كذا :

"1.png" /> 
Link to comment

اخوي برستيج مادري اذا الكود صح او غلط لنا لما

اسوي ري فرش

يقولي كذا

ERROR: Not processing resource 'play' as it has duplicates on different paths:

Path #1: "resources\[gameplay]\play"

Path #2: "resources\[gamemodes]\[play]\play"

Resources: 217 loaded, 0 failed

+ انا انمسح موج البلاي

Play

Playبل غلط ومادري من وين احمله فـ السيرفر مجاني + مافيه مود الـ

مادري وش الحل

Link to comment
يقول لك انه عندك ملفين من بلي لازم تغير اسم واحد منهم

و كتب لك مواقعهم وين

غيرت اسم واحد منهم وضفتله رقم 1

صار يقولي

ERROR: Couldn't find script broph.lua for resource play1

Loading of resource 'play1' failed

Link to comment
GUIEditor_Window = {} 
  
function guiCreateWindow( x2, y2, width2, height2, titleBarText2, relative2 ) 
    mainBackground = guiCreateStaticImage ( x2, y2, width2, height2, "1.png", relative2 ) 
    return mainBackground 
end 
GUIEditor_Window[1] = guiCreateWindow(344,211,627,499,"",false) 
  
  
  

"Rm" type="script" version="1.0" author="Axel"/> 

انا مخلي اسم الصوره 1

Link to comment
يقول لك انه عندك ملفين من بلي لازم تغير اسم واحد منهم

و كتب لك مواقعهم وين

غيرت اسم واحد منهم وضفتله رقم 1

صار يقولي

ERROR: Couldn't find script broph.lua for resource play1

Loading of resource 'play1' failed

Link to comment

اخوي خلاص حليتها

المهم نرجع لـ موضوع الصوره

المهم برستيج الصوره ذذ شكلها غلط

طيب تقدر تخلي الصوره تطلع بس ابي فوق يطلع الي اكتب فيه

مثلا

By : preestege

وكذا؟؟

Link to comment

شوف يابطل :mrgreen:

سوية كذا :

خلي اي عنوان للناذفذهـ والكود بيجيبة اوكك ؟ ذذ :

function guiCreateWindow( x2, y2, width2, height2, titleBarText2, relative2 ) 
    local mainBackground = guiCreateStaticImage ( x2, y2, width2, height2, "1.png", relative2 ) 
    local mainBackgroundLabel = guiCreateLabel ( 0, 0, 250, 100, titleBarText2, false, mainBackground ) 
    guiSetEnabled ( mainBackgroundLabel, false ) 
              guiLabelSetHorizontalAlign(mainBackgroundLabel,"center",false) 
    return mainBackground 
end 
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...