سسلآمم ععليكم ..  
مدري وش المشكلة يوم آكتب  
Send ProGamer [ لا اله الا الله ] 
يجيني  
Player Not Found .. وانا موجود ومتأكد من الاسم ..  
function sendMessage(cmd,name,msg) 
local Name = getPlayerFromName(name) 
if ( Name ) then 
if ( msg ~= '' ) then  
outputChatBox(""..msg.."",Name,255,255,255,true) 
else 
outputChatBox("* Player Not Found ",source,math.random(0,255),math.random(255,255),math.random(0,255)) 
end 
 end 
end 
addCommandHandler("Send",sendMessage)