افضل طريقه لك يقلبي هي هذي
addEvent("levelup",true)
addEventHandler("levelup",localPlayer,
function()
playSound ("Levelup.mp3")
addEventHandler("onClientRender", root,masteredit)
setTimer(function()
removeEventHandler("onClientRender", root,masteredit)
end,1000*7,1)
end)
function masteredit()
dxDrawText("*Your Level is UP", 258 - 1, 336 - 1, 774 - 1, 412 - 1, tocolor(0, 0, 0, 255), 5.00, "default-bold", "left", "top", false, false, false, true, false)
dxDrawText("*Your Level is UP", 258 + 1, 336 - 1, 774 + 1, 412 - 1, tocolor(0, 0, 0, 255), 5.00, "default-bold", "left", "top", false, false, false, true, false)
dxDrawText("*Your Level is UP", 258 - 1, 336 + 1, 774 - 1, 412 + 1, tocolor(0, 0, 0, 255), 5.00, "default-bold", "left", "top", false, false, false, true, false)
dxDrawText("*Your Level is UP", 258 + 1, 336 + 1, 774 + 1, 412 + 1, tocolor(0, 0, 0, 255), 5.00, "default-bold", "left", "top", false, false, false, true, false)
dxDrawText("*Your Level is UP", 258, 336, 774, 412, tocolor(255, 255, 0, 255), 5.00, "default-bold", "left", "top", false, false, false, true, false)
end