OFPEC Forum
Addons & Mods Depot => OFP - Addons & Mods General => Topic started by: Serial Killer on 30 Oct 2005, 12:28:10
-
When I try to test my units in game, I get an error message 'Script Srk_facestex\randface.sqs not found'. I have no idea why it doesn't work, because there's no errors with the addon's pbo name, event handlers are ok (or so I think) and the script is in right file too...
Here's my addon's (Srk_inf.pbo) event handler for my units, just in case:
class EventHandlers
{
Init = "_this exec {\Srk_facestex\randface.sqs}";
};
-
Help? :(
-
I'm sure bumping after about 26hrs of the initial post doesn't get you help any faster..
I suggest you double, triple, quatro and then penta check that there is no typos anywhere, and that you have 'hide known extensions' (or something like that) not selected in windows' folder options..
-
Problem solved. The file name was missing the .pbo end.