OFPEC Forum
Addons & Mods Depot => OFP - Addons & Mods General => Topic started by: RM Snipe on 26 Feb 2004, 02:26:37
-
Hi Guys,
I have been trying to assemble cpp for just portable mortars from Wargames 3.01 adpak.
Getting error mortar\config.cpp/cfgweapons.WGL_RucksackBase: undefined base class 'WGL_RucksackBase'
Can anyone help ?
Thanks
-
Uhm: You didn't define WGL_RucksackBase !!!!!
(You have to define it first!)
Let me know if it works, and if it doesn't, send the config to me and I'll see what I can do....
CU
-
What he means (since the config file is attached ;) ) is this line:
class WGL_RucksackMagBase: WGL_RucksackBase
WGL_RucksackBase is not defined anywhere. You need to base this off an existing class :)
-
Thanks Guys,
I will try what you have both suggested & get back to you with result.
RM_Snipe...