بسم الله
بعد تشجيع الاعضاء سوويت مود بس فيه خطأ ياليت تصححونه وتقولون لي وش الخطأ
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)