Jump to content

تصحيح كودد


Recommended Posts

السطرين ذول

triggerServerEvent("Regis",localPlayer,guiGetText(user1), guiGetText(pass1)) 
triggerServerEvent("submit",localPlayer ,guiGetText(username), guiGetText(password)) 

عدلهم لازم كذا

triggerServerEvent("Regis",localPlayer,user1, pass1) 
triggerServerEvent("submit",localPlayer ,username, password) 

  • Like 1
Link to comment
السطرين ذول
triggerServerEvent("Regis",localPlayer,guiGetText(user1), guiGetText(pass1)) 
triggerServerEvent("submit",localPlayer ,guiGetText(username), guiGetText(password)) 

عدلهم لازم كذا

triggerServerEvent("Regis",localPlayer,user1, pass1) 
triggerServerEvent("submit",localPlayer ,username, password) 

لول اصلا الاديت عنده مختلف ,

esm + pass

esm1 + pass 1

تم تعديل على كودي .~

Link to comment
السطرين ذول
triggerServerEvent("Regis",localPlayer,guiGetText(user1), guiGetText(pass1)) 
triggerServerEvent("submit",localPlayer ,guiGetText(username), guiGetText(password)) 

عدلهم لازم كذا

triggerServerEvent("Regis",localPlayer,user1, pass1) 
triggerServerEvent("submit",localPlayer ,username, password) 

تم التعـديل ولم يتم الاصلاح بعد :(

Link to comment
السطرين ذول
triggerServerEvent("Regis",localPlayer,guiGetText(user1), guiGetText(pass1)) 
triggerServerEvent("submit",localPlayer ,guiGetText(username), guiGetText(password)) 

عدلهم لازم كذا

triggerServerEvent("Regis",localPlayer,user1, pass1) 
triggerServerEvent("submit",localPlayer ,username, password) 

تم التعـديل ولم يتم الاصلاح بعد :(

اصلا ماراح يشتغل لان الاديت عندك مختلف ,

جرب كودي عدلته للمره الثانية , ان شاء الله يضبط ,

+ زر التسجيل رقم 3

عندك 3 ازرار مدري حق ايش ؟

Link to comment
السطرين ذول
triggerServerEvent("Regis",localPlayer,guiGetText(user1), guiGetText(pass1)) 
triggerServerEvent("submit",localPlayer ,guiGetText(username), guiGetText(password)) 

عدلهم لازم كذا

triggerServerEvent("Regis",localPlayer,user1, pass1) 
triggerServerEvent("submit",localPlayer ,username, password) 

تم التعـديل ولم يتم الاصلاح بعد

اصلا ماراح يشتغل لان الاديت عندك مختلف ,

جرب كودي عدلته للمره الثانية , ان شاء الله يضبط ,

+ زر التسجيل رقم 3

عندك 3 ازرار مدري حق ايش ؟

انت نوب ترا

هذا الي حاطه انا مو الأيدت ذا متغير الكلام الي في الأيدت

local user1 = guiGetText(esm1) 
local pass1 = guiGetText(pass1) 

local username = guiGetText(esm) 
local password = guiGetText(pass) 

انت جالس تسوي هريس كبير ترا راجع نفسك ههه

و ترا انا جربت الكود شغال بس فيه شوي خبصه في الدي اكس

Link to comment

اصلا ماراح يشتغل لان الاديت عندك مختلف ,

جرب كودي عدلته للمره الثانية , ان شاء الله يضبط ,

+ زر التسجيل رقم 3

عندك 3 ازرار مدري حق ايش ؟

btn = حق الدخول الي في لوحة الدخول

btn1 = حق زر التسجيل في نفس لوحة الدخول + يفتح لوحة جديده حق تسجيل

btn3 = زر , موافق بعد مايكتب بيانات التسجيل في الاديت

Link to comment

ادري وانا كتبت فوق ان فيه اختصار يجيب الباس واليوزر ,

انا شلته

وخليته يجيبه عن طريق

guiGetText 

ههههههههههههههههه يارجل انا تاكي معه من السحور لوقتك ذا وجالس نصلح فيه +

نسيت اقول له

local PlayerName = localPlayer

مالها داعي احذفها ,

+ ترا انا حطيت زر التسجيل 3 ,

اذا ماهو btn3

غيره للزر حقك ,

Link to comment
ادري وانا كتبت فوق ان فيه اختصار يجيب الباس واليوزر ,

انا شلته

وخليته يجيبه عن طريق

guiGetText 

ههههههههههههههههه يارجل انا تاكي معه من السحور لوقتك ذا وجالس نصلح فيه +

نسيت اقول له

local PlayerName = localPlayer

مالها داعي احذفها ,

+ ترا انا حطيت زر التسجيل 3 ,

اذا ماهو btn3

غيره للزر حقك ,

local user1 = guiGetText(esm1) 
local pass1 = guiGetText(pass1) 
if (user1 and pass1  )then 
triggerServerEvent("Regis",localPlayer,guiGetText(user1), guiGetText(pass1)) 

local username = guiGetText(esm) 
local password = guiGetText(pass) 
if ( username and password ) then 
triggerServerEvent("submit",localPlayer ,guiGetText(username), guiGetText(password)) 

:lol: دقق زين في الي انت مسويه هنا

Link to comment
ادري وانا كتبت فوق ان فيه اختصار يجيب الباس واليوزر ,

انا شلته

وخليته يجيبه عن طريق

guiGetText 

ههههههههههههههههه يارجل انا تاكي معه من السحور لوقتك ذا وجالس نصلح فيه +

نسيت اقول له

local PlayerName = localPlayer

مالها داعي احذفها ,

+ ترا انا حطيت زر التسجيل 3 ,

اذا ماهو btn3

غيره للزر حقك ,

local user1 = guiGetText(esm1) 
local pass1 = guiGetText(pass1) 
if (user1 and pass1  )then 
triggerServerEvent("Regis",localPlayer,guiGetText(user1), guiGetText(pass1)) 

local username = guiGetText(esm) 
local password = guiGetText(pass) 
if ( username and password ) then 
triggerServerEvent("submit",localPlayer ,guiGetText(username), guiGetText(password)) 

:lol: دقق زين في الي انت مسويه هنا

ناسخ كودي القديم وتضحك هههههههههههههه

صححته يابعدي

Link to comment
صححته بعد ما انا حطيت التصحيح :wink:

لا حرام بالله ,

غيرته يوم كتبت انت

لازم

بدون guiGetText ,

وشلتهم , بس تذكرت ان ماعندي اختصار لهم ,

ورجعتهم على طول

وانت تعرفني هات بوسه :P

  • Like 1
Link to comment
مشكورين يارجال :$

والله انكم كفو :*

بشر عساه ضبط ؟

ان ضبط بسوي عرس ههههههههههههههههه

سو عرس وحدد موعد العشاء واجيك طياره

ههههههههههههههههه

ضبط الله يوفقك حبيبي

Link to comment
هههههههههههههه

الحمد لله حياك الله حبيبي , تعال كل يوم هههههههههه

حلا هو ؟ :lol::lol::lol::lol::lol:

ليه زعلان : (

اذا جاء احوله يمك ههههههههههههههههههههه

Link to comment
  • 2 weeks later...

ي عيال فيه خطأ صار بملف السيرفر من الساعه 10 الصبح اصلحه ماضبط :/

            local account = addAccount(esm1, pass1) 
            if account and logIn(source, account, pass1) then 
                outputChatBox("لقد سجل و تم تسجيل الدخول", source, 210, 0, 0) 
                triggerClientEvent(source, "hideRegWindow", source) 
            else 
                outputChatBox("خطأ في التسجيل", source, 210, 0, 0) 
            end 
        end 
    end 
    ) 

debugscript 3

الديبوق سكريبت 3

( Acces denied 'addAccount' )

Link to comment
ي عيال فيه خطأ صار بملف السيرفر من الساعه 10 الصبح اصلحه ماضبط :/
            local account = addAccount(esm1, pass1) 
            if account and logIn(source, account, pass1) then 
                outputChatBox("لقد سجل و تم تسجيل الدخول", source, 210, 0, 0) 
                triggerClientEvent(source, "hideRegWindow", source) 
            else 
                outputChatBox("خطأ في التسجيل", source, 210, 0, 0) 
            end 
        end 
    end 
    ) 

debugscript 3

الديبوق سكريبت 3

( Acces denied 'addAccount' )

ضيف المود لـ قروب الادمنيه

وتاكد ان قروب الادمنيه خاصيه addAccount

على true

واذا ما فهمت قصدي

تروح الـ acl

وتدور على قروب الادمنيه

وتلصق ذا السطرين

    "Admin"> 
        "function.addAccount" access="true">
        "command.addaccount" access="true">
  
    

Edited by Guest
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...