cron doesn't load user path variable

Hello,

I set up some scripts n crontab and I found that the scripts are failing because cron seems not to load my user PATH variable. Is there any way to tell cron to load my PATH variable?

Thanks

min hour day month weekday PATH=the:path:you:want command

Thank you!