function onSay(cid, words, param, channel)
if(param == '') then
doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "You have to type target name.")
return true
end
local player = getPlayerByName(param)
doCreatureFollowPlayer(player, Wolf)
end
i edit script but...