Jump to content

مشكلة في امر صناعة صورة


Recommended Posts

السلام عليكم

في مشكلة حدثت معي عندما صنعت صورة وعرفتها واستخدم الأمر الذي يخفيها

guiSetVisible

ومع ذلك عندما فتحت المود ظهرت مع بداية فتحه لماذااا

الكود

Mdrift = guiCreateStaticImage( 150, 200, 200, 150, "images/drift.png", false )
guiGetVisible ( Mdrift, false )
Mdsorry = guiCreateStaticImage( 450, 200, 200, 150, "images/sorry.png", false )
guiGetVisible ( Mdsorry, false )

-- اظن الخطأ في الريلاتيف او البارنت ارجو الرد

 

Link to comment
6 minutes ago, Ahmed_Negm said:

السلام عليكم

في مشكلة حدثت معي عندما صنعت صورة وعرفتها واستخدم الأمر الذي يخفيها

guiSetVisible

ومع ذلك عندما فتحت المود ظهرت مع بداية فتحه لماذااا

الكود


Mdrift = guiCreateStaticImage( 150, 200, 200, 150, "images/drift.png", false )
guiGetVisible ( Mdrift, false )
Mdsorry = guiCreateStaticImage( 450, 200, 200, 150, "images/sorry.png", false )
guiGetVisible ( Mdsorry, false )

-- اظن الخطأ في الريلاتيف او البارنت ارجو الرد

 

انت كاتب guiGetVisible,
والي رح يخفيها guiSetVisible @!! 

Link to comment
Mdrift = guiCreateStaticImage( 150, 200, 200, 150, "images/drift.png", false ) 
guiSetVisible ( Mdrift, false ) 
Mdsorry = guiCreateStaticImage( 450, 200, 200, 150, "images/sorry.png", false ) 
guiSetVisible ( Mdsorry, false )

 

Link to comment
4 hours ago, Ahmed_Negm said:

تصدق عندك حق انا يستحسن امسح الموضوع دا بسرعة لحسن الناس تضحك عليا

ان كان على الناس تضخك علي فانا اولى انهم يضحكون علي بعد ما قربت اخلص ملف سيرفر في احد المودات قمت باعادة المود كامل والسبب قوس 

xD

ما كانت اعرف الدي بق ذذ كنت مبتدا اتوقعة كان 150 سطر والله اعلم 

 

Link to comment
function a()
m = guiCreateStaticImage( 20, 200, 100, 100, "imagename.png", false )
  if ( guiGetVisible ( m ) == true ) then
    guiSetVisible ( m, false )
    else
    guiSetVisible ( m, true )
    end
  end
addCommandHandler ( "simage", a )

dont tes't

Edited by F_F
Link to comment
5 minutes ago, F_F said:

function a()
m = guiCreateStaticImage( 20, 200, 100, 100, "imagename.png", false )
  if ( guiGetVisible ( m ) == true ) then
    guiSetVisible ( m, false )
    else
    guiSetVisible ( m, true )
    end
  end
addCommandHandler ( "simage", a )

dont tes't

ما تشوف انهم ساعدوه

?

Link to comment
14 hours ago, F_F said:

function a()
m = guiCreateStaticImage( 20, 200, 100, 100, "imagename.png", false )
  if ( guiGetVisible ( m ) == true ) then
    guiSetVisible ( m, false )
    else
    guiSetVisible ( m, true )
    end
  end
addCommandHandler ( "simage", a )

dont tes't

كودك هريسة 

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...