Apouh
Jul 8 2009, 14:12
Hello,
I have a problem with my config.cpp and XEH.
Nothing happend. I think it is a problem of class.
Help :butbut:
Sorry for my bad english^^
class CfgPatches
{
class Wheels
{
units[]={};
requiredVersion = 1.0;
requiredAddons[] = {"Extended_EventHandlers"};
};
};
class Extended_Dammaged_EventHandlers
{
class Car
{
class apu_Wheel_Dammaged_Car
{
dammaged="_this execVM '\Wheels\Scripts\wheel.sqf';";
};
};
};
I have a problem with my config.cpp and XEH.
Nothing happend. I think it is a problem of class.
Help :butbut:
Sorry for my bad english^^
class CfgPatches
{
class Wheels
{
units[]={};
requiredVersion = 1.0;
requiredAddons[] = {"Extended_EventHandlers"};
};
};
class Extended_Dammaged_EventHandlers
{
class Car
{
class apu_Wheel_Dammaged_Car
{
dammaged="_this execVM '\Wheels\Scripts\wheel.sqf';";
};
};
};