هذه تجيب
طول الجدول او النص
local text = "12345"
print(#text)
table = {1, 2, 3, 4, 5}
print(#table)
كيف طوله م فهمت
وكيف النص قصدك تجيب النصف ؟
وكمان وش الناتج فالامثله ؟ م فهمتك
النص هو السترنق
string = "هلا"
طوله يعني lenght
او الحجم
مقدر افهمك زين
local result = executeSQLQuery("SELECT * FROM table WHERE row=?", "tn6el")
if result and type(result) == "table" and #result ~= 0 then
outputChatBox("yes")
else
outputChatBox("no")
end
سوي جدول للتميات مع الشخصيات
كذا
Teams = {
["Police"] = {280, 281, 283, 284},
["Army"] = {285, 287},
["Other"] = {46, 29, 47}
}
SelectedTeam = "Police"
for k,v in ipairs(Teams[SelectedTeam]) do
outputChatBox(v)
end
مثال بس