Jump to content

مشكلة في تسجيل\تسجيل الدخول


Recommended Posts

لالا ذي

login register panel

انا سويتها بس يقول المشكلة في ملف السيرفر و addAccount

بس انا مدخله صح انا متاكد انتوا شوفوا اذا هي صح ولا لا

أقين

حط الكود بالموضوع

أضفت المود بقروب أدمن؟

Link to comment
function register(user,pass) 
    local account = addAccount(user,pass) 
    if ( account ) then 
        outputChatBox("You Are Register",source,255,255,0,true) 
    else 
        outputChatBox("Error!",source,255,0,0,true) 
    end 
end 
addEvent("onRegister",true) 
addEventHandler("onRegister",getRootElement(),register) 

ذا السيرفر

function register() 
    local userr = guiGetText(user) 
    local passr = guiGetText(pass) 
    if ( source == GUIEditor_Button[2] ) then 
        triggerServerEvent("onRegister",getLocalPlayer(),userr,passr) 
    end 
end 
addEventHandler("onClientGUIClick",getRootElement(),register) 

ذا الكلينت

Link to comment
شكرا شكرا شكرا

مشكور تابل

مشكور عناد

والله اشتغل الحمد لله انتهيت من ذي المحنه

انا من زمان افكر واسوي واعمل

يا عناد انا |Mr|-Talal07-|

الي في الزومبي مشكور

و فيه بعضض الأكواد ماتضضبط إلا بـ صصلاحية الأدمن

وإلخ .. kickPlayer , banPlayer مثل

debugscript 3 وتقدر تفتح الـ

Access denied يججيكـ

ومنور ححيآكـ الله

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