--[[
*Scripted By ZoRRoM^
*bu dosya http://falcon-mta.com adresinden indirilmiştir.
]]
login_options = {
language = {
["turkish"] = {
[1] = "Giriş Yap",
[2] = "Kaydol",
[3] = "Kullanıcı Adı",
[4] = "Şifre",
[5] = "Bu isimle kayıtlı bir hesap zaten var, lütfen giriş yapın.",
[6] = "Bu isimle kayıtlı bir hesap bulunmamaktadır, lütfen kayıt olunuz.",
[7] = "Şifren yanlış, lütfen tekrar dene!",
[8] = "Kullanıcı adın ve şifren en az %s karakter uzunluğunda olmalıdır.",
[9] = "ACL'den admin yetkisi verin.\nAdmin yetkisi verdiğiniz halde çalışmıyorsa, tüm yetkileri verin.",
[10] = "Kaydet",
[11] = "Başarıyla kayıt oldun.",
[12] = "Bu hesapta başka birisi oynuyor."
},
["english"] = {
[1] = "Login",
[2] = "Register",
[3] = "Username",
[4] = "Password",
[5] = "There is already an account registered with this name, please login.",
[6] = "There is no account registered with this name, please register.",
[7] = "Password incorrect, please try again!",
[8] = "Username and password must be at least %s characters long.",
[9] = "Give the admin rights from the ACL.\nIf you already give admin right and it's not work, give all right.",
[10] = "Save",
[11] = "You have successfully registered.",
[12] = "Someone else playing on this account."
},
-- If you want to add your language, you can edit the above or you can create new table like the above.
},
selected_language = "turkish", --[[ [turkish/english/...]
Kullanmak istediğiniz dili yazın.
Write the language you want to use.
]]
theme_color = {255, 168, 0},
effect_speed = 25,
hide_chat = true, --[[ [false/true]
Menü açık iken sohbet penceresini açar veya kapatır.
It is turns on or off chatbox while the menu is open.
]]
max_character = 20, -- Maksimum karakter [ Min 3 ][ Max 23 ]
min_character = 5, -- Minimum karakter [ Min 3 ][ Max 23 ]
use_only_ASCII = true, --[[ [false/true]
Yalnızca İngilizce karakterler kullanılır.
Used only English characters.
]]
use_backround_image = true --[[ [false/true]
Arkaplan Resmi
Background Image
]]
}
addEventHandler("onClientRender", root, function()
dxDrawImage(10, screenH - 94.5, 139, 84.5, "images/turkey.png")
end)