hello, i'm missing a code or something in my script and i don't know what i need to enter there.... 
here it is 
function showhelp(thePlayer) 
    showhelp=(????????)(thePlayer); 
    outputChatBox("/pm, send a personal message",thePlayer,255,0,0); 
    outputChatBox("/stations,set radio steams",thePlayer,255,0,0); 
    outputChatBox("/rules,a explanation of the rules and the punishments",thePlayer,255,0,0); 
    outputChatBox("/report report someone who breaks the rules ",thePlayer,255,0,0); 
    outputChatBox("/lock, lock your vehicle for others",thePlayer,255,0,0); 
end 
  
addCommandHandler("showhelp",help); 
 
its on the place with all the ??????