Jump to content

ممكن حل لمشكلتي


Recommended Posts

  • Replies 71
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

UTF-8 ثم غير الترميز لـ

ما موجود

Encoding موجود وأنا أخوككـ .. بـ جآنب كلمة

الي عندي قديمة notbad مب موجود ممكن نسخة

قال لك المفكرة الي مع الويندوز

واذا تبي تحمل Notepad

اكتب بقوقل

Download Notepad++

:mrgreen:

Link to comment

فقط هاي الخطاء ما كان يخليها تفتح

guieditor آيه هذآ الخطأ الوحيد وبالنسبة لـ الـ

ما أعتقد انه فيه وظيفة تقوم بـ ريستارت للسكربت فـ المشكلة من عندككـ

طب وهاي الكود

local key = "F3" 
function open() 
guiSetVisible(wnd,true) 
showCursor(true) 
end 
bindKey(key,"down",open) 

به شئ هاي الكود ولا صالح

Link to comment

طب وهاي الكود

local key = "F3" 
function open() 
guiSetVisible(wnd,true) 
showCursor(true) 
end 
bindKey(key,"down",open) 

به شئ هاي الكود ولا صالح

لا بيشتغل عآدي بس لما تضغط اف3

بيفتح النافذة بس ذذذذ ما راح يقفلها لو تضغطه مرة ثآنية فـ آستعمل كودي ذذذذ

Link to comment

-- # Client Side : 
  
local screenW, screenH = guiGetScreenSize() 
win = guiCreateWindow((screenW - 370) / 2, (screenH - 264) / 2, 370, 264, "By mostafa", false) 
guiWindowSetSizable(win, false) 
guiSetAlpha(win, 1.00) 
  
btn1_dm = guiCreateButton(9, 21, 351, 77, "اعطاء دم", false, win) 
btn2_dar3 = guiCreateButton(9, 112, 351, 77, "اعطاء درع", false, win) 
btn3_close = guiCreateButton(115, 215, 143, 39, "اغلاق", false, win) 
guiSetVisible(win,false) 
  
bindKey("F3", "down", function() 
    guiSetVisible (win, not guiGetVisible(win)) 
    showCursor(guiGetVisible(win )) 
end) 
Link to comment

-- # Client Side : 
  
local screenW, screenH = guiGetScreenSize() 
win = guiCreateWindow((screenW - 370) / 2, (screenH - 264) / 2, 370, 264, "By mostafa", false) 
guiWindowSetSizable(win, false) 
guiSetAlpha(win, 1.00) 
  
btn1_dm = guiCreateButton(9, 21, 351, 77, "اعطاء دم", false, win) 
btn2_dar3 = guiCreateButton(9, 112, 351, 77, "اعطاء درع", false, win) 
btn3_close = guiCreateButton(115, 215, 143, 39, "اغلاق", false, win) 
guiSetVisible(win,false) 
  
bindKey("F3", "down", function() 
    guiSetVisible (win, not guiGetVisible(win)) 
    showCursor(guiGetVisible(win )) 
end) 
  
addEventHandler ("onClientGUIClick",btn3_close, 
  function ( ) 
  guiSetVisible (win,false) 
  showCursor ( false ) 
     end, 
      false 
  ) 
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...