View Single Post
bottiger
AlliedModders Donor
Join Date: Dec 2010
Old 07-25-2015 , 00:19   Re: Versus Saxton Hale 1.53 - Updates! (Last updated 7/19/2015 | 4:46PM CDT)
Reply With Quote #485

We have our saxton hale model files in the "custom" directory so this piece of code in PrepareModel fails.

if (FileExists(szPath))

Can you change it to

if (FileExists(szPath, true))

?
__________________
bottiger is offline