Jump to content

مشكلة في ال debugscript


#TeKa

Recommended Posts

السلام عليكم 

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

--debugscript
WARING: seciroty/client2.lua:59:  is not encoded UTF-8 Laoding as ANSL...

و اكواد
 



GUIEditor = {

    edit = {},

    button = {},

    window = {},

    label = {},

    combobox = {}

}

addEventHandler("onClientResourceStart", resourceRoot,

    function()

        GUIEditor.window[1] = guiCreateWindow(565, 271, 429, 316, "Security Question | سؤال الامان", false)

        guiWindowSetSizable(GUIEditor.window[1], false)
        guiSetVisible ( GUIEditor.window[1], false )

        GUIEditor.label[1] = guiCreateLabel(10, 25, 415, 30, "(*) يجب وضع سوال الامان لسترجاع شخصيتك في اي وقت ولا تنسي السوال!", false, GUIEditor.window[1])

        guiSetFont(GUIEditor.label[1], "default-bold-small")

        guiLabelSetColor(GUIEditor.label[1], 11, 254, 0)

        GUIEditor.button[1] = guiCreateButton(112, 268, 206, 32, "Set Security", false, GUIEditor.window[1])

        guiSetFont(GUIEditor.button[1], "default-bold-small")

        guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FF00EFFD")

        GUIEditor.label[2] = guiCreateLabel(328, 290, 97, 13, "bY Fahdalaa", false, GUIEditor.window[1])

        guiSetFont(GUIEditor.label[2], "default-bold-small")

        guiLabelSetColor(GUIEditor.label[2], 252, 0, 0)


        GUIEditor.combobox[1] = guiCreateComboBox(10, 69, 298, 20, "", false, GUIEditor.window[1])
        guiComboBoxAddItem(GUIEditor.combobox[1], "ماذا اسم المدرسة المفضلة لديك")

        guiComboBoxAddItem(GUIEditor.combobox[1], "ماذا اسم والديك")

        guiComboBoxAddItem(GUIEditor.combobox[1], "ماذا اسم افضل حيوان الك")

        guiComboBoxAddItem(GUIEditor.combobox[1], "ما اسم هذا السيرفر")



        GUIEditor.label[3] = guiCreateLabel(-156, -4, 146, 24, "", false, GUIEditor.combobox[1])


        GUIEditor.label[4] = guiCreateLabel(318, 71, 151, 18, "نوع سؤال الامان", false, GUIEditor.window[1])

        guiSetFont(GUIEditor.label[4], "default-bold-small")

        guiLabelSetColor(GUIEditor.label[4], 251, 189, 0)

        GUIEditor.label[5] = guiCreateLabel(324, 118, 151, 18, "اجابة السؤال .", false, GUIEditor.window[1])

        guiSetFont(GUIEditor.label[5], "default-bold-small")
 
        guiLabelSetColor(GUIEditor.label[5], 251, 189, 0)

        GUIEditor.edit[1] = guiCreateEdit(9, 111, 309, 25, "", false, GUIEditor.window[1])
    
    end

)


addEventHandler ( "onPlayerLogin",root,
function ( )
                 guiSetVisible ( GUIEditor.window[1], true )
                 showCursor(true)
	end
)


---EventClick
addEventHandler ("onClientGUIClick",root,
function ()
if (source == GUIEditor.button[1]) then
guiSetVisible ( GUIEditor.window[1], false )
end
end)
















if fileExists("client.lua") then fileDelete("client.lua") end

هذا كلينت الي فوق
ملحوظة: انا لسا مبرمجتوش بس عملت الفتح و القفل لسا !
 

Link to comment
4 minutes ago, The&Smile said:

السلام عليكم 

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


--debugscript
WARING: seciroty/client2.lua:59:  is not encoded UTF-8 Laoding as ANSL...

و اكواد
 



GUIEditor = {

    edit = {},

    button = {},

    window = {},

    label = {},

    combobox = {}

}

addEventHandler("onClientResourceStart", resourceRoot,

    function()

        GUIEditor.window[1] = guiCreateWindow(565, 271, 429, 316, "Security Question | سؤال الامان", false)

        guiWindowSetSizable(GUIEditor.window[1], false)
        guiSetVisible ( GUIEditor.window[1], false )

        GUIEditor.label[1] = guiCreateLabel(10, 25, 415, 30, "(*) يجب وضع سوال الامان لسترجاع شخصيتك في اي وقت ولا تنسي السوال!", false, GUIEditor.window[1])

        guiSetFont(GUIEditor.label[1], "default-bold-small")

        guiLabelSetColor(GUIEditor.label[1], 11, 254, 0)

        GUIEditor.button[1] = guiCreateButton(112, 268, 206, 32, "Set Security", false, GUIEditor.window[1])

        guiSetFont(GUIEditor.button[1], "default-bold-small")

        guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FF00EFFD")

        GUIEditor.label[2] = guiCreateLabel(328, 290, 97, 13, "bY Fahdalaa", false, GUIEditor.window[1])

        guiSetFont(GUIEditor.label[2], "default-bold-small")

        guiLabelSetColor(GUIEditor.label[2], 252, 0, 0)


        GUIEditor.combobox[1] = guiCreateComboBox(10, 69, 298, 20, "", false, GUIEditor.window[1])
        guiComboBoxAddItem(GUIEditor.combobox[1], "ماذا اسم المدرسة المفضلة لديك")

        guiComboBoxAddItem(GUIEditor.combobox[1], "ماذا اسم والديك")

        guiComboBoxAddItem(GUIEditor.combobox[1], "ماذا اسم افضل حيوان الك")

        guiComboBoxAddItem(GUIEditor.combobox[1], "ما اسم هذا السيرفر")



        GUIEditor.label[3] = guiCreateLabel(-156, -4, 146, 24, "", false, GUIEditor.combobox[1])


        GUIEditor.label[4] = guiCreateLabel(318, 71, 151, 18, "نوع سؤال الامان", false, GUIEditor.window[1])

        guiSetFont(GUIEditor.label[4], "default-bold-small")

        guiLabelSetColor(GUIEditor.label[4], 251, 189, 0)

        GUIEditor.label[5] = guiCreateLabel(324, 118, 151, 18, "اجابة السؤال .", false, GUIEditor.window[1])

        guiSetFont(GUIEditor.label[5], "default-bold-small")
 
        guiLabelSetColor(GUIEditor.label[5], 251, 189, 0)

        GUIEditor.edit[1] = guiCreateEdit(9, 111, 309, 25, "", false, GUIEditor.window[1])
    
    end

)


addEventHandler ( "onPlayerLogin",root,
function ( )
                 guiSetVisible ( GUIEditor.window[1], true )
                 showCursor(true)
	end
)


---EventClick
addEventHandler ("onClientGUIClick",root,
function ()
if (source == GUIEditor.button[1]) then
guiSetVisible ( GUIEditor.window[1], false )
end
end)
















if fileExists("client.lua") then fileDelete("client.lua") end

هذا كلينت الي فوق
ملحوظة: انا لسا مبرمجتوش بس عملت الفتح و القفل لسا !
 

اذا انت مستخدم 

notepad++

روح فوق علي

Encoding

وحطها

ثالث خيار

Link to comment
Just now, The&Smile said:

تم حليت بس اللوحة ما تفتح لما اسجل 
و ما يظهر شييء في الدي بج 

انت نسخت الاكواد قبل ما تغير الاعدادات؟

انسخ الاكواد قبل لا تحط الاعدادات

ولما تحط الاعدادات

الصق الاكواد

Link to comment
Just now, Abu-Solo said:

انت نسخت الاكواد قبل ما تغير الاعدادات؟

انسخ الاكواد قبل لا تحط الاعدادات

ولما تحط الاعدادات

الصق الاكواد

بردو بسجل عادي و ما بتظهر اللوحة ولا شييء في الدي بج 

Link to comment
Just now, MR.GRAND said:

يفترض بالبداية تقص الكود حقك

CTRL + X

+ تروح تحدد الخيار

UTF-8 - /2

هذي التشفيرة هي افضل تشفيرة واللي معتمدينها mta

ومن ثم تلصق الكود وتسوي حفظ .

طيب عملتها ولكن لسا اللوحة ما تظهر

Link to comment
Just now, Abu-Solo said:

اللوحة كانت تظهر اول ولا ما كانت تظهر

يب قبل لما احط 
 

        GUIEditor.window[1] = guiCreateWindow(565, 271, 429, 316, "Security Question | سؤال الامان", false)
        guiWindowSetSizable(GUIEditor.window[1], false)
        guiSetVisible ( GUIEditor.window[1], false ) --لما حطيط ال visible  ما عادت تظهر
-- انا حطيط visivle عشان اول لما بشغل المود اللوحة تظهر و انا عايزها اول لما يسجل تظهر 

 

Link to comment

-- Server

addEventHandler ("onPlayerLogin",root,
  function ()
  localPlayer = source 
   triggerClientEvent (localPlayer,"show",localPlayer)  
  end
  ) 

-- Client
addEvent("show",true) 
addEventHandler("show",root, 
function () 
guiSetVisible(GUIEditor.window[1],false) 
showCursor(false) 
end 

 

 

عدلته

Edited by [6ArH]#~Ecoo~
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...