Jump to content

تعديل على الاكواد


Recommended Posts

السلام عليكم ورحمة الله وبركاته

عندي لوحة مبينه في الصورة

1423770732751.png"http://www.up-00.com/"

وابغى كلمة

Welcome To Server Top Race

تتحرك من اليمين الى اليسار وترجع من اليمين الى اليسار

او كانها مرتده تروح يمين وترجع يسار ومن اليسار تروح يمين

اتمنى فهمتوني

كود الكلينت

GUIEditor = { 
    label = {}, 
    staticimage = {} 
} 
addEventHandler("onClientResourceStart", resourceRoot, 
    function() 
        GUIEditor.staticimage[1] = guiCreateStaticImage(147, 134, 474, 340, "wnd.png", false) 
        guiSetVisible (GUIEditor.staticimage[1], false ) 
        GUIEditor.label[1] = guiCreateLabel(102, 6, 271, 19, "||# حياكم الله في السيرفر #||# نظام شراء #||", false, GUIEditor.staticimage[1]) 
        GUIEditor.label[2] = guiCreateLabel(140, 35, 195, 34, "لشراء التاج اتبع الخطوات التالية", false, GUIEditor.staticimage[1]) 
        guiLabelSetColor(GUIEditor.label[2], 250, 236, 4) 
        guiLabelSetHorizontalAlign(GUIEditor.label[2], "center", false) 
        GUIEditor.label[3] = guiCreateLabel(270, 69, 152, 20, "1 - إحضار بطاقة شحن", false, GUIEditor.staticimage[1]) 
        guiLabelSetColor(GUIEditor.label[3], 253, 0, 0) 
        guiLabelSetHorizontalAlign(GUIEditor.label[3], "right", false) 
        GUIEditor.label[4] = guiCreateLabel(150, 104, 185, 20, "2 - ارسال رسالة ريبورت بطلب الشراء", false, GUIEditor.staticimage[1]) 
        guiLabelSetHorizontalAlign(GUIEditor.label[4], "right", false) 
        GUIEditor.label[5] = guiCreateLabel(10, 134, 260, 18, "3 - إضافة إحدى حسابات الكونسل", false, GUIEditor.staticimage[1]) 
        guiLabelSetColor(GUIEditor.label[5], 4, 27, 249) 
        GUIEditor.label[6] = guiCreateLabel(103, 162, 277, 24, "لشراء ساعات اختار إجراء ثم اتبع الخطوات السابقة", false, GUIEditor.staticimage[1]) 
        guiLabelSetColor(GUIEditor.label[6], 250, 236, 4) 
        guiLabelSetHorizontalAlign(GUIEditor.label[6], "center", false) 
        GUIEditor.label[7] = guiCreateLabel(329, 195, 124, 21, "200 ساعة بـ 10 ريال", false, GUIEditor.staticimage[1]) 
        guiLabelSetColor(GUIEditor.label[7], 253, 0, 0) 
        guiLabelSetHorizontalAlign(GUIEditor.label[7], "center", false) 
        GUIEditor.label[8] = guiCreateLabel(172, 196, 126, 20, "300 ساعة بـ 20 ريال", false, GUIEditor.staticimage[1]) 
        guiLabelSetHorizontalAlign(GUIEditor.label[8], "center", false) 
        GUIEditor.label[9] = guiCreateLabel(20, 195, 114, 21, "400 ساعة بـ 30 ريال", false, GUIEditor.staticimage[1]) 
        guiLabelSetColor(GUIEditor.label[9], 4, 27, 249) 
        GUIEditor.label[10] = guiCreateLabel(103, 226, 277, 24, "لشراء رتبة اختار إجراء ثم اتبع الخطوات السابقة", false, GUIEditor.staticimage[1]) 
        guiLabelSetColor(GUIEditor.label[10], 250, 236, 4) 
        guiLabelSetHorizontalAlign(GUIEditor.label[10], "center", false) 
        GUIEditor.label[11] = guiCreateLabel(312, 260, 141, 20, "اخر رتبة من اف 6 بـ 20 ريال", false, GUIEditor.staticimage[1]) 
        guiLabelSetColor(GUIEditor.label[11], 253, 0, 0) 
        guiLabelSetHorizontalAlign(GUIEditor.label[11], "center", false) 
        GUIEditor.label[12] = guiCreateLabel(167, 260, 126, 20, "رتبة مانجر بـ 30 ريال", false, GUIEditor.staticimage[1]) 
        guiLabelSetHorizontalAlign(GUIEditor.label[12], "center", false) 
        GUIEditor.label[13] = guiCreateLabel(10, 260, 142, 20, "الكونسل ريتم تحديدها لاحقا", false, GUIEditor.staticimage[1]) 
        guiLabelSetColor(GUIEditor.label[13], 4, 27, 249) 
        GUIEditor.label[14] = guiCreateLabel(105, 303, 246, 42, "Welcome To Server Top Race", false, GUIEditor.staticimage[1]) 
        guiSetAlpha(GUIEditor.label[14], 0.33) 
        guiLabelSetColor(GUIEditor.label[14], 43, 209, 187) 
        guiLabelSetHorizontalAlign(GUIEditor.label[14], "center", false) 
        GUIEditor.label[15] = guiCreateLabel(0, 323, 71, 17, "Created", false, GUIEditor.staticimage[1]) 
        guiLabelSetColor(GUIEditor.label[15], 250, 236, 4) 
        GUIEditor.label[16] = guiCreateLabel(46, 323, 15, 16, "By", false, GUIEditor.staticimage[1]) 
        guiLabelSetColor(GUIEditor.label[16], 253, 0, 0) 
        GUIEditor.label[17] = guiCreateLabel(61, 323, 62, 16, "iMr.Faisal.9", false, GUIEditor.staticimage[1]) 
        guiLabelSetColor(GUIEditor.label[17], 4, 15, 247)     
    end 
) 
  
       guiSetVisible (GUIEditor.staticimage[1], false) 
function OpenWin() 
    if guiGetVisible (GUIEditor.staticimage[1]) then    
       guiSetVisible (GUIEditor.staticimage[1], false ) 
       showCursor(false) 
       guiSetInputEnabled(false) 
    else 
        guiSetVisible (GUIEditor.staticimage[1], true ) 
        showCursor(true) 
        guiSetInputEnabled(true) 
  
    end 
end 
bindKey("F10", "down", OpenWin) 
  
addCommandHandler('شراء',function() 
        guiSetVisible(top, not guiGetVisible(top)) 
        showCursor(guiGetVisible(top)) 
    end 
) 
  
function BOX ( ) 
    outputChatBox ( "*#ff0000= #00ff00 نظام شراء الرتب والتاجات والساعات بالفلوس #ff0000=*", 255, 0, 0, true ) 
    outputChatBox ( "*#ff0000= #00ff00 الرجاء الدفع لأحدى حسابات الكونسل اف 10#ff0000  =*", 255, 0, 0, true ) 
end 
setTimer ( BOX, 30000, 0 ) 

اتمنى تعدلولي هوا

او تقولولي احذف ذا السطر او ازود ذا السطر وكذا

وشكرا لكم

Link to comment

اخي انت حطيت موضوع ثاني وبنفس المشكل

https://forum.multitheftauto.com/viewtopic.php?f=160&t=85084

+ اخونا

xiProGamer

اعطاك طريقة تخلي الجملة الي انت تبيها تتحرك

انت كمل عليها

او ادا ماعجبتك الطريقة

جرب وضيفة

interpolateBetween 
-- ووضيفة 
dxDrawText 

وهاده مثال

local sx, sy = guiGetScreenSize() 
local start = getTickCount( ) 
addEventHandler("onClientRender", root, function( ) 
    local now = getTickCount( ) 
    local x = interpolateBetween(0, 0, 0, sx - 300, 0, 0, (now - start) / ((start + 1500) - start), "OutBack") 
    dxDrawText("YourText", x, 500, 50) 
end) 

+ قم بحدف فكرة واحد اخر يسوي لك هنا للمسااعده

Link to comment

طيب مكشور اخويا خالد والاخ برو جيمر افادني على التحريك ممكن تضيف كود تلوين الكلام كل 5 ثواني

في الكود التالي على كلمة

"Created"

ابغى الكلمة كل 5 ثواني تتلون

يتغير لونها

اتمنى فهمتوني

والاخ برو جيمر ما قصر لو قدر يفيدني هنا اكون شاكر له

 = { 
    label = {}, 
    staticimage = {} 
} 
addEventHandler("onClientResourceStart", resourceRoot, 
    function() 
        GUIEditor.staticimage[1] = guiCreateStaticImage(147, 134, 474, 340, "wnd.png", false) 
        guiSetVisible (GUIEditor.staticimage[1], false ) 
        faisal1 = guiCreateLabel(102, 6, 271, 19, "||✱ Welcome To Server ✱||✱ Mod Buy ✱||", false, GUIEditor.staticimage[1]) 
        guiSetAlpha(GUIEditor.label[1], 0.33) 
        guiLabelSetColor(GUIEditor.label[1], 43, 209, 187) 
        guiLabelSetHorizontalAlign(GUIEditor.label[1], "center", false) 
        GUIEditor.label[2] = guiCreateLabel(140, 35, 195, 34, "لشراء التاج اتبع الخطوات التالية", false, GUIEditor.staticimage[1]) 
        guiLabelSetColor(GUIEditor.label[2], 250, 236, 4) 
        guiLabelSetHorizontalAlign(GUIEditor.label[2], "center", false) 
        GUIEditor.label[3] = guiCreateLabel(270, 69, 152, 20, "1 - إحضار بطاقة شحن", false, GUIEditor.staticimage[1]) 
        guiLabelSetColor(GUIEditor.label[3], 253, 0, 0) 
        guiLabelSetHorizontalAlign(GUIEditor.label[3], "right", false) 
        GUIEditor.label[4] = guiCreateLabel(150, 104, 185, 20, "2 - ارسال رسالة ريبورت بطلب الشراء", false, GUIEditor.staticimage[1]) 
        guiLabelSetHorizontalAlign(GUIEditor.label[4], "right", false) 
        GUIEditor.label[5] = guiCreateLabel(10, 134, 260, 18, "3 - إضافة إحدى حسابات الكونسل", false, GUIEditor.staticimage[1]) 
        guiLabelSetColor(GUIEditor.label[5], 4, 27, 249) 
        GUIEditor.label[6] = guiCreateLabel(103, 162, 277, 24, "لشراء ساعات اختار إجراء ثم اتبع الخطوات السابقة", false, GUIEditor.staticimage[1]) 
        guiLabelSetColor(GUIEditor.label[6], 250, 236, 4) 
        guiLabelSetHorizontalAlign(GUIEditor.label[6], "center", false) 
        GUIEditor.label[7] = guiCreateLabel(329, 195, 124, 21, "200 ساعة بـ 10 ريال", false, GUIEditor.staticimage[1]) 
        guiLabelSetColor(GUIEditor.label[7], 253, 0, 0) 
        guiLabelSetHorizontalAlign(GUIEditor.label[7], "center", false) 
        GUIEditor.label[8] = guiCreateLabel(172, 196, 126, 20, "300 ساعة بـ 20 ريال", false, GUIEditor.staticimage[1]) 
        guiLabelSetHorizontalAlign(GUIEditor.label[8], "center", false) 
        GUIEditor.label[9] = guiCreateLabel(20, 195, 114, 21, "400 ساعة بـ 30 ريال", false, GUIEditor.staticimage[1]) 
        guiLabelSetColor(GUIEditor.label[9], 4, 27, 249) 
        GUIEditor.label[10] = guiCreateLabel(103, 226, 277, 24, "لشراء رتبة اختار إجراء ثم اتبع الخطوات السابقة", false, GUIEditor.staticimage[1]) 
        guiLabelSetColor(GUIEditor.label[10], 250, 236, 4) 
        guiLabelSetHorizontalAlign(GUIEditor.label[10], "center", false) 
        GUIEditor.label[11] = guiCreateLabel(312, 260, 141, 20, "اخر رتبة من اف 6 بـ 20 ريال", false, GUIEditor.staticimage[1]) 
        guiLabelSetColor(GUIEditor.label[11], 253, 0, 0) 
        guiLabelSetHorizontalAlign(GUIEditor.label[11], "center", false) 
        GUIEditor.label[12] = guiCreateLabel(167, 260, 126, 20, "رتبة مانجر بـ 30 ريال", false, GUIEditor.staticimage[1]) 
        guiLabelSetHorizontalAlign(GUIEditor.label[12], "center", false) 
        GUIEditor.label[13] = guiCreateLabel(10, 260, 142, 20, "الكونسل ريتم تحديدها لاحقا", false, GUIEditor.staticimage[1]) 
        guiLabelSetColor(GUIEditor.label[13], 4, 27, 249) 
        Pro Gamer = guiCreateLabel(105, 303, 246, 42, "Welcome To Server Top Race", false, GUIEditor.staticimage[1]) 
        guiSetAlpha(GUIEditor.label[14], 0.33) 
        guiLabelSetColor(GUIEditor.label[14], 43, 209, 187) 
        guiLabelSetHorizontalAlign(GUIEditor.label[14], "center", false) 
        GUIEditor.label[15] = guiCreateLabel(0, 323, 71, 17, "Created", false, GUIEditor.staticimage[1]) 
        guiLabelSetColor(GUIEditor.label[15], 250, 236, 4) 
        GUIEditor.label[16] = guiCreateLabel(46, 323, 15, 16, "By", false, GUIEditor.staticimage[1]) 
        guiLabelSetColor(GUIEditor.label[16], 253, 0, 0) 
        GUIEditor.label[17] = guiCreateLabel(61, 323, 62, 16, "iMr.Faisal.9", false, GUIEditor.staticimage[1]) 
        guiLabelSetColor(GUIEditor.label[17], 4, 15, 247)     
    end 
) 
  
       guiSetVisible (GUIEditor.staticimage[1], false) 
function OpenWin() 
    if guiGetVisible (GUIEditor.staticimage[1]) then   
       guiSetVisible (GUIEditor.staticimage[1], false ) 
       showCursor(false) 
       guiSetInputEnabled(false) 
    else 
        guiSetVisible (GUIEditor.staticimage[1], true ) 
        showCursor(true) 
        guiSetInputEnabled(true) 
  
    end 
end 
bindKey("F10", "down", OpenWin) 
  
addCommandHandler('شراء',function() 
        guiSetVisible(top, not guiGetVisible(top)) 
        showCursor(guiGetVisible(top)) 
    end 
) 
  
function BOX ( ) 
    outputChatBox ( "*#ff0000= #00ff00 نظام شراء الرتب والتاجات والساعات بالفلوس #ff0000=*", 255, 0, 0, true ) 
    outputChatBox ( "*#ff0000= #00ff00 الرجاء الدفع لأحدى حسابات الكونسل اف 10#ff0000  =*", 255, 0, 0, true ) 
end 
setTimer ( BOX, 30000, 0 ) 
  
addEventHandler("onClientRender",getRootElement(),function() 
    x,y = guiGetPosition(Pro Gamer,false) 
    xN,xY = x + 2 , y 
    if xN >= 500 then 
        xN = -200 
    end 
    guiSetPosition(Pro Gamer,xN,xY,false) 
    guiLabelSetColor(Pro Gamer,211,100,159) 
end) 
  
addEventHandler("onClientRender",getRootElement(),function() 
    x,y = guiGetPosition(faisal1,false) 
    xN,xY = x + 2 , y 
    if xN >= 500 then 
        xN = -200 
    end 
    guiSetPosition(faisal1,xN,xY,false) 
    guiLabelSetColor(faisal1,102,102,102) 
end) 

#$ وشكرا

Link to comment

تستخدم التايمر عشان يكرر العملية كل 5 ثواني

عشان يعطيك رقم عشوائي و تحدد انت الرقم مابين 0 و 255 لان اللون محدود بين الرقمين ذول math.random تستخدم

اعطاك رقم عشوائي تحطه math.random عشان تحط اللون لليبل و ارقام اللون تكون ما بين 0 و 255 و guiLabelSetColor الفنكشن

r, g, b طبعاً اللون حق الليبل يتكون من ثلاثة ارقام

r = احمر

g = اخضر

b = ازرق

لما تخلط الألوان الثلاث يتكون عندك لون آخر

Link to comment
طيب ممكن تركبلي هو في كودي فوق لو سمحت

انا ابغاها على كلمة created

الهدف من المنتدى المساعدة يعني مو معناتها نبرمج عنك

:| كان ببساطة اقدر اطرح الكود جاهز و ترا اسهل من الشرح الي ضيعت فيه وقت بس للأسف لازلت مصر انك تاخذ الكود جاهز

و لو انك تبحث بالمنتدى راح تلقى الكود لانه انطرح من قبل

Link to comment

والله ي تابل صادق

ما اكذبك

بس انا توني مالي في البرمجه يعني لو توضحلي

مثلا كود setTimer ذا

timer setTimer ( function theFunction, int timeInterval, int timesToExecute, [ var arguments... ]  

يعني قلي حطه في السطر ذا

وكود ا guiLabelSetColor ذا

bool guiLabelSetColor ( element theElement, int red, int green, int blue ) 

وكود الماث راندوم ما ادري والله اجيبه من وين

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

Link to comment

معليش ي حسين مكي ما يخالف

طيب ي تابل انا اضفت السطر اللي قلتلي عليه

وسار كذا

GUIEditor = { 
    label = {}, 
    staticimage = {} 
} 
addEventHandler("onClientResourceStart", resourceRoot, 
    function() 
        GUIEditor.staticimage[1] = guiCreateStaticImage(147, 134, 474, 340, "wnd.png", false) 
        guiSetVisible (GUIEditor.staticimage[1], false ) 
        faisal = guiCreateLabel(102, 6, 271, 19, "||✱ Welcome To Server ✱||✱ Mod Buy ✱||", false, GUIEditor.staticimage[1]) 
        guiSetAlpha(GUIEditor.label[1], 0.33) 
        guiLabelSetColor(GUIEditor.label[1], 43, 209, 187) 
        guiLabelSetHorizontalAlign(GUIEditor.label[1], "center", false) 
        GUIEditor.label[2] = guiCreateLabel(140, 35, 195, 34, "لشراء التاج اتبع الخطوات التالية", false, GUIEditor.staticimage[1]) 
        guiLabelSetColor(GUIEditor.label[2], 250, 236, 4) 
        guiLabelSetHorizontalAlign(GUIEditor.label[2], "center", false) 
        GUIEditor.label[3] = guiCreateLabel(270, 69, 152, 20, "1 - إحضار بطاقة شحن", false, GUIEditor.staticimage[1]) 
        guiLabelSetColor(GUIEditor.label[3], 253, 0, 0) 
        guiLabelSetHorizontalAlign(GUIEditor.label[3], "right", false) 
        GUIEditor.label[4] = guiCreateLabel(150, 104, 185, 20, "2 - ارسال رسالة ريبورت بطلب الشراء", false, GUIEditor.staticimage[1]) 
        guiLabelSetHorizontalAlign(GUIEditor.label[4], "right", false) 
        GUIEditor.label[5] = guiCreateLabel(10, 134, 260, 18, "3 - إضافة إحدى حسابات الكونسل", false, GUIEditor.staticimage[1]) 
        guiLabelSetColor(GUIEditor.label[5], 4, 27, 249) 
        GUIEditor.label[6] = guiCreateLabel(103, 162, 277, 24, "لشراء ساعات اختار إجراء ثم اتبع الخطوات السابقة", false, GUIEditor.staticimage[1]) 
        guiLabelSetColor(GUIEditor.label[6], 250, 236, 4) 
        guiLabelSetHorizontalAlign(GUIEditor.label[6], "center", false) 
        GUIEditor.label[7] = guiCreateLabel(329, 195, 124, 21, "200 ساعة بـ 10 ريال", false, GUIEditor.staticimage[1]) 
        guiLabelSetColor(GUIEditor.label[7], 253, 0, 0) 
        guiLabelSetHorizontalAlign(GUIEditor.label[7], "center", false) 
        GUIEditor.label[8] = guiCreateLabel(172, 196, 126, 20, "300 ساعة بـ 20 ريال", false, GUIEditor.staticimage[1]) 
        guiLabelSetHorizontalAlign(GUIEditor.label[8], "center", false) 
        GUIEditor.label[9] = guiCreateLabel(20, 195, 114, 21, "400 ساعة بـ 30 ريال", false, GUIEditor.staticimage[1]) 
        guiLabelSetColor(GUIEditor.label[9], 4, 27, 249) 
        GUIEditor.label[10] = guiCreateLabel(103, 226, 277, 24, "لشراء رتبة اختار إجراء ثم اتبع الخطوات السابقة", false, GUIEditor.staticimage[1]) 
        guiLabelSetColor(GUIEditor.label[10], 250, 236, 4) 
        guiLabelSetHorizontalAlign(GUIEditor.label[10], "center", false) 
        GUIEditor.label[11] = guiCreateLabel(312, 260, 141, 20, "اخر رتبة من اف 6 بـ 20 ريال", false, GUIEditor.staticimage[1]) 
        guiLabelSetColor(GUIEditor.label[11], 253, 0, 0) 
        guiLabelSetHorizontalAlign(GUIEditor.label[11], "center", false) 
        GUIEditor.label[12] = guiCreateLabel(167, 260, 126, 20, "رتبة مانجر بـ 30 ريال", false, GUIEditor.staticimage[1]) 
        guiLabelSetHorizontalAlign(GUIEditor.label[12], "center", false) 
        GUIEditor.label[13] = guiCreateLabel(10, 260, 142, 20, "الكونسل ريتم تحديدها لاحقا", false, GUIEditor.staticimage[1]) 
        guiLabelSetColor(GUIEditor.label[13], 4, 27, 249) 
        GUIEditor.label[14] = guiCreateLabel(105, 303, 246, 42, "Welcome To Server Top Race", false, GUIEditor.staticimage[1]) 
        guiLabelSetColor(GUIEditor.label[14], 43, 209, 187) 
        guiLabelSetHorizontalAlign(GUIEditor.label[14], "center", false) 
        GUIEditor.label[15] = guiCreateLabel(0, 323, 71, 17, "Created", false, GUIEditor.staticimage[1]) 
        guiLabelSetColor(GUIEditor.label[15], 250, 236, 4) 
        GUIEditor.label[16] = guiCreateLabel(46, 323, 15, 16, "By", false, GUIEditor.staticimage[1]) 
        guiLabelSetColor(GUIEditor.label[16], 253, 0, 0) 
        GUIEditor.label[17] = guiCreateLabel(61, 323, 62, 16, "iMr.Faisal.9", false, GUIEditor.staticimage[1]) 
        guiLabelSetColor(GUIEditor.label[17], 4, 15, 247)     
    end 
) 
  
       guiSetVisible (GUIEditor.staticimage[1], false) 
function OpenWin() 
    if guiGetVisible (GUIEditor.staticimage[1]) then   
       guiSetVisible (GUIEditor.staticimage[1], false ) 
       showCursor(false) 
       guiSetInputEnabled(false) 
    else 
        guiSetVisible (GUIEditor.staticimage[1], true ) 
        showCursor(true) 
        guiSetInputEnabled(true) 
  
    end 
end 
bindKey("F10", "down", OpenWin) 
  
addCommandHandler('شراء',function() 
        guiSetVisible(top, not guiGetVisible(top)) 
        showCursor(guiGetVisible(top)) 
    end 
) 
  
function BOX ( ) 
    outputChatBox ( "*#ff0000= #00ff00 نظام شراء الرتب والتاجات والساعات بالفلوس #ff0000=*", 255, 0, 0, true ) 
    outputChatBox ( "*#ff0000= #00ff00 الرجاء الدفع لأحدى حسابات الكونسل اف 10#ff0000  =*", 255, 0, 0, true ) 
end 
setTimer ( BOX, 30000, 0 ) 
  
addEventHandler("onClientRender",getRootElement(),function() 
    x,y = guiGetPosition(faisal,false) 
    xN,xY = x + 2 , y 
    if xN >= 500 then 
        xN = -200 
    end 
    guiSetPosition(faisal,xN,xY,false) 
    guiLabelSetColor(faisal,102,102,102) 
end) 
  
setTimer(function() 
local r, g, b = math.random(0, 255), math.random(0, 255), math.random(0, 255) 
guiLabelSetColor(14, r, g, b) 
end, 5000, 0) 

بس ما اشتغلت اللوحة

Link to comment

تابل غلط معليش مني انا حطيتها 15 يوم جربتها

بس لما حطيته هنا غيرته مدري ليش بس في كلتا الحالتين لا يعمل

انا غيرت المتغير حطيته 15 اشتغلت اللوحة لكن

ما يتلون يقعد ع لون ثابت

Link to comment

مشكور ي تابل ولكل اللي ساعدني في الموضوع

والكود بعد ما سويته

GUIEditor = { 
    label = {}, 
    staticimage = {} 
} 
addEventHandler("onClientResourceStart", resourceRoot, 
    function() 
        GUIEditor.staticimage[1] = guiCreateStaticImage(147, 134, 474, 340, "wnd.png", false) 
        guiSetVisible (GUIEditor.staticimage[1], false ) 
        faisal = guiCreateLabel(102, 6, 271, 19, "||✱ Welcome To Server ✱||✱ Mod Buy ✱||", false, GUIEditor.staticimage[1]) 
        guiSetAlpha(GUIEditor.label[1], 0.33) 
        guiLabelSetColor(GUIEditor.label[1], 43, 209, 187) 
        guiLabelSetHorizontalAlign(GUIEditor.label[1], "center", false) 
        GUIEditor.label[2] = guiCreateLabel(140, 35, 195, 34, "لشراء التاج اتبع الخطوات التالية", false, GUIEditor.staticimage[1]) 
        guiLabelSetColor(GUIEditor.label[2], 250, 236, 4) 
        guiLabelSetHorizontalAlign(GUIEditor.label[2], "center", false) 
        GUIEditor.label[3] = guiCreateLabel(270, 69, 152, 20, "1 - إحضار بطاقة شحن", false, GUIEditor.staticimage[1]) 
        guiLabelSetColor(GUIEditor.label[3], 253, 0, 0) 
        guiLabelSetHorizontalAlign(GUIEditor.label[3], "right", false) 
        GUIEditor.label[4] = guiCreateLabel(150, 104, 185, 20, "2 - ارسال رسالة ريبورت بطلب الشراء", false, GUIEditor.staticimage[1]) 
        guiLabelSetHorizontalAlign(GUIEditor.label[4], "right", false) 
        GUIEditor.label[5] = guiCreateLabel(10, 134, 260, 18, "3 - إضافة إحدى حسابات الكونسل", false, GUIEditor.staticimage[1]) 
        guiLabelSetColor(GUIEditor.label[5], 4, 27, 249) 
        GUIEditor.label[6] = guiCreateLabel(103, 162, 277, 24, "لشراء ساعات اختار إجراء ثم اتبع الخطوات السابقة", false, GUIEditor.staticimage[1]) 
        guiLabelSetColor(GUIEditor.label[6], 250, 236, 4) 
        guiLabelSetHorizontalAlign(GUIEditor.label[6], "center", false) 
        GUIEditor.label[7] = guiCreateLabel(329, 195, 124, 21, "200 ساعة بـ 10 ريال", false, GUIEditor.staticimage[1]) 
        guiLabelSetColor(GUIEditor.label[7], 253, 0, 0) 
        guiLabelSetHorizontalAlign(GUIEditor.label[7], "center", false) 
        GUIEditor.label[8] = guiCreateLabel(172, 196, 126, 20, "300 ساعة بـ 20 ريال", false, GUIEditor.staticimage[1]) 
        guiLabelSetHorizontalAlign(GUIEditor.label[8], "center", false) 
        GUIEditor.label[9] = guiCreateLabel(20, 195, 114, 21, "400 ساعة بـ 30 ريال", false, GUIEditor.staticimage[1]) 
        guiLabelSetColor(GUIEditor.label[9], 4, 27, 249) 
        GUIEditor.label[10] = guiCreateLabel(103, 226, 277, 24, "لشراء رتبة اختار إجراء ثم اتبع الخطوات السابقة", false, GUIEditor.staticimage[1]) 
        guiLabelSetColor(GUIEditor.label[10], 250, 236, 4) 
        guiLabelSetHorizontalAlign(GUIEditor.label[10], "center", false) 
        GUIEditor.label[11] = guiCreateLabel(312, 260, 141, 20, "اخر رتبة من اف 6 بـ 20 ريال", false, GUIEditor.staticimage[1]) 
        guiLabelSetColor(GUIEditor.label[11], 253, 0, 0) 
        guiLabelSetHorizontalAlign(GUIEditor.label[11], "center", false) 
        GUIEditor.label[12] = guiCreateLabel(167, 260, 126, 20, "رتبة مانجر بـ 30 ريال", false, GUIEditor.staticimage[1]) 
        guiLabelSetHorizontalAlign(GUIEditor.label[12], "center", false) 
        GUIEditor.label[13] = guiCreateLabel(10, 260, 142, 20, "الكونسل ريتم تحديدها لاحقا", false, GUIEditor.staticimage[1]) 
        guiLabelSetColor(GUIEditor.label[13], 4, 27, 249) 
        GUIEditor.label[14] = guiCreateLabel(105, 303, 246, 42, "Welcome To Server Top Race", false, GUIEditor.staticimage[1]) 
        guiLabelSetColor(GUIEditor.label[14], 43, 209, 187) 
        guiLabelSetHorizontalAlign(GUIEditor.label[14], "center", false) 
        faisal1 = guiCreateLabel(0, 323, 71, 17, "Created", false, GUIEditor.staticimage[1]) 
        guiLabelSetColor(GUIEditor.label[15], 250, 236, 4) 
        GUIEditor.label[16] = guiCreateLabel(46, 323, 15, 16, "By", false, GUIEditor.staticimage[1]) 
        guiLabelSetColor(GUIEditor.label[16], 253, 0, 0) 
        GUIEditor.label[17] = guiCreateLabel(61, 323, 62, 16, "iMr.Faisal.9", false, GUIEditor.staticimage[1]) 
        guiLabelSetColor(GUIEditor.label[17], 4, 15, 247)     
    end 
) 
  
       guiSetVisible (GUIEditor.staticimage[1], false) 
function OpenWin() 
    if guiGetVisible (GUIEditor.staticimage[1]) then   
       guiSetVisible (GUIEditor.staticimage[1], false ) 
       showCursor(false) 
       guiSetInputEnabled(false) 
    else 
        guiSetVisible (GUIEditor.staticimage[1], true ) 
        showCursor(true) 
        guiSetInputEnabled(true) 
  
    end 
end 
bindKey("F10", "down", OpenWin) 
  
addCommandHandler('شراء',function() 
        guiSetVisible(top, not guiGetVisible(top)) 
        showCursor(guiGetVisible(top)) 
    end 
) 
  
function BOX ( ) 
    outputChatBox ( "*#ff0000= #00ff00 نظام شراء الرتب والتاجات والساعات بالفلوس #ff0000=*", 255, 0, 0, true ) 
    outputChatBox ( "*#ff0000= #00ff00 الرجاء الدفع لأحدى حسابات الكونسل اف 10#ff0000  =*", 255, 0, 0, true ) 
end 
setTimer ( BOX, 30000, 0 ) 
  
addEventHandler("onClientRender",getRootElement(),function() 
    x,y = guiGetPosition(faisal,false) 
    xN,xY = x + 2 , y 
    if xN >= 500 then 
        xN = -200 
    end 
    guiSetPosition(faisal,xN,xY,false) 
    guiLabelSetColor(faisal,102,102,102) 
end) 
  
setTimer(function() 
local r, g, b = math.random(0, 255), math.random(0, 255), math.random(0, 255) 
guiLabelSetColor(faisal1 , r, g, b) 
end, 5000, 0) 

الغلط كان اني ما غيرت المتغير

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