Jump to content

استفسار عن كود


Recommended Posts

بسم الله الرحمن الرحيم

السلام عليكم ورحمه الله وبركاته وش اخباركم عساكم طيبين

شباب عندي طلب كود عجزت عنه الي هو ابي كود كامره يتغير مكانه

  • if blackLoginScreen == true then
    fadeCamera(true, 6, 0, 0, 0)
    setCameraMatrix(1518.84, -1463.14, 54.87, 1463.07, -1362.67, 126.64)

هذا الكود الوحيد الي اعرف له بس ابي يتغير كل مكان اخذته من الويكي يالله عرفت له اتمناء المساعد بعد

ابي كود 2 ابي كود يسوي حساب 1

عندي هذا الكود بس مني عرف له

  • local bRegisteredOnce = false
    function registerPlayer(source, commandName, username, password)
    if(password ~= "" and password ~= nil and username ~= "" and username ~= nil and bRegisteredOnce == false) then
    local accountAdded = addAccount(username,password)
    if(accountAdded) then
    outputChatBox("Thank you " .. getPlayerName(source)..", you're now registed, you can login with /login",source)
    bRegisteredOnce = true
    else
    outputChatBox("Error creating account, contact the server admin.",source)
    end
    else
    if bRegisteredOnce == true then
    outputChatBox("You already registered on this server!",source)
    else
    outputChatBox("Error creating account, correct syntax: /register ",source)
    end
    end
    end
    addCommandHandler("register", registerPlayer) -- اضافة امر

هذا الكود 2 تسجيل تلقائي ابيه كلمه اف 8 بس ما عرفت له اتوقع كود تسجيل تلقائي

  • function copyDataOnLogin(previousAccount, currentAccount)
    copyAccountData(currentAccount, previousAccount)
    end
    addEventHandler("onPlayerLogin", getRootElement(), copyDataOnLogin)

:|:|:|:|:|:| شكرن علي من يساعدني :)

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