Jump to content

سويت فري روم لكن آبي آضيف لة بنق الاعب ~~


iPrestege

Recommended Posts

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

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

اليوم انا الحمدلله انتهيت من اول فري روم لي لكن بضيف خآصية اظهار البنق للفري روم

ممكن الكود الله لآيهينكم :)

وطبعآ بضيفة بملف الكلينت :)

شآكر لكم

آخوكم فهد ~~

Link to comment

طلآل آنآ سويت كذآ هل شغلي صحيح ولآلآ وحطيت الكود كآنة نآفذة مع النوآفذ لكنة غير مربوط بشيء

---------------------------

-- Ping

---------------------------

window = guiCreateWindow(81,33,400,400,"Player Ping By Mr~Fahad",false)

pingLabel = guiCreateLabel(8,50,320,18,"Your Ping:",false,window)

guiLabelSetColor(pingLabel ,255,255,0)

function update()------------- تكوين الفنكشن للعمليه pingLabel----

local myPing = getPlayerPing(getLocalPlayer())---------- نستخدم الامر هذا للحصول على بنق الاعب

guiSetText ( playerPingLabel, "Your Ping: ".. tostring(myPing) .." " )------- مربوط ببنق الاعب

end -------ننهي الداله فنكشن

addEventHandler("onClientRender",getRootElement(), update) ---------نضيف ادد ايفينت هندلر --- على الحدث اون كلنت راندير --

-----------اون كلنت رندر معناتها يشتغل على طول عند تشغيل السكربت في خاصيه الكلنت فقط --------

Link to comment

ركبتة يآخوي لكن مآبية كذآ نآفذة آبية يكون بالفري روم نفسة مثل حق عنآد ~ في الفري نفسة مو نآفذة خآصة ~~ بس يطلع بالاف 1 ع طول ممكن آكثر شرح

الكود فية خطأ لكن انا آصلآ مآبية نآفذة آبية بالاف 1 نفسة مثل post @ :

صورة : GPk42501.jpg

والله بوفقكك ان شاء الله

If you dont now how to read arbic please tell me :)

Link to comment
window = guiCreateWindow(81,33,400,400,"Player Ping By Mr~Fahad",false) 
pingLabel = guiCreateLabel(8,50,320,18,"Your Ping:",false,window)  
guiLabelSetColor(pingLabel ,255,255,0) 
  
function update() 
local myPing = getPlayerPing(getLocalPlayer()) 
guiSetText ( pingLabel, "Your Ping: ".. tostring(myPing) .." " ) 
end  
addEventHandler("onClientRender",getRootElement(), update)  

الخطآ كان في guiSetText

Link to comment
window = guiCreateWindow(81,33,400,400,"Player Ping By Mr~Fahad",false) 
pingLabel = guiCreateLabel(8,50,320,18,"Your Ping:",false,window)  
guiLabelSetColor(pingLabel ,255,255,0) 
  
function update() 
local myPing = getPlayerPing(getLocalPlayer()) 
guiSetText ( pingLabel, "Your Ping: ".. tostring(myPing) .." " ) 
end  
addEventHandler("onClientRender",getRootElement(), update)  

الخطآ كان في guiSetText

شوف كلام صح

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

يعني

اعمل لبل داخل الفري روم و خذ الاحداثيات و حطها في ملف كلينت و مع البرمجه

Link to comment
window = guiCreateWindow(81,33,400,400,"Player Ping By Mr~Fahad",false) 
pingLabel = guiCreateLabel(8,50,320,18,"Your Ping:",false,window)  
guiLabelSetColor(pingLabel ,255,255,0) 
  
function update() 
local myPing = getPlayerPing(getLocalPlayer()) 
guiSetText ( pingLabel, "Your Ping: ".. tostring(myPing) .." " ) 
end  
addEventHandler("onClientRender",getRootElement(), update)  

الخطآ كان في guiSetText

شوف كلام صح

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

يعني

اعمل لبل داخل الفري روم و خذ الاحداثيات و حطها في ملف كلينت و مع البرمجه

انا عطيته الكود هو بكيفه يعدل بعدين هو يعرف كيف

Link to comment

جرب الكود ذا بملف كلينت

وعدل على اللوبي اكيد تعرف تعدل

عدل عليها كلها مثلا 10 خلها كلها 10

    function refreshStats() 
    if guiGetVisible(GUIEditor_TabPanel[1],true) then 
       GUIEditor_Label[10](GUIEditor_Label[10]," "..getPlayerPing(getLocalPlayer())) 
    else 
       guiSetText(GUIEditor_Label[10],"Your ping :"..getPlayerPing(getLocalPlayer())) 
        end 
    end 
    addEventHandler("onClientRender", getRootElement(), refreshStats) 

Link to comment

شوف جرب ذا

لكن بشرط

انت حط الاحداثيات و الباقي

و جربه

حط الكود في

fr_client.lua

label = guiCreateLabel(x,y,h,w,"You'r Ping :",false,wndMain) 
  
addEventHandler("onClientRender",getRootElement(), 
    function () 
        if guiGetVisible(wndMain,true) then 
            guiSetText(label,"You'r Ping : " .. getPlayerPing(getLocalPlayer())) 
        else 
            guiSetText(label,"You'r Ping : N/A") 
        end 
    end 
) 

جرب و رد

Link to comment
شوف جرب ذا

لكن بشرط

انت حط الاحداثيات و الباقي

و جربه

حط الكود في

fr_client.lua

label = guiCreateLabel(x,y,h,w,"You'r Ping :",false,wndMain) 
  
addEventHandler("onClientRender",getRootElement(), 
    function () 
        if guiGetVisible(wndMain,true) then 
            guiSetText(label,"You'r Ping : " .. getPlayerPing(getLocalPlayer())) 
        else 
            guiSetText(label,"You'r Ping : N/A") 
        end 
    end 
) 

جرب و رد

غير اسم wndMain الى اسم نافذه الفري روم

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