Why did you capitalize some of the words ? And why return false, if you return false the action won't be done... o.0
function onSay(cid, message, param)
if isPlayer(cid) == noob then
doPlayerSendTextMessage(cid, 21, "try yourself then ask rather than just ask for a fixed script")
else...