faisl2002 Posted March 15, 2012 Share Posted March 15, 2012 بسم الله بعد تشجيع الاعضاء سوويت مود بس فيه خطأ ياليت تصححونه وتقولون لي وش الخطأ function faisl() playerName = getPlayerName ( getLocalPlayer() ) local playerping = getPlayerping(source) outputChatBox(" #000000[ #ffffff"..playerName.."#000000 ] [ #ffffff"..playerping.."#000000 ]",255,255,255,true) end addCommandHandler("ping",faisl) Link to comment
JR10 Posted March 15, 2012 Share Posted March 15, 2012 Clientside: function faisl() local playerName = getPlayerName ( localPlayer ) local playerping = getPlayerPing(localPlayer) outputChatBox(" #000000[ #ffffff"..playerName.."#000000 ] [ #ffffff"..playerping.."#000000 ]",255,255,255,true) end addCommandHandler("ping",faisl) Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now