OFPEC Forum

Addons & Mods Depot => OFP - Addons & Mods General => Topic started by: Jahve on 04 Sep 2002, 12:27:38

Title: problem with my addon in the cpp for some reason
Post by: Jahve on 04 Sep 2002, 12:27:38
I'm making a CPP addon wich adds a set of new vehicles lke tanks and helos without the need for gunners and commanders (good for MP). i can however see that none of the following gets ingame. and i know i've configed them correctly:

M2A2
OH58
Ah64
M163

now whats wrong??

this is how the crappers go (except helos, where the hasCommander-value is not in use):

class JahM2A2MP: M2A2
{
        displayName="M2A2 MP";
        hasGunner=0;
        hasCommander=0;
};


please help... if someone decides to get the config, change it and send it back 2 me, pm me. TA.
Title: Re:problem with my addon in the cpp for some reason
Post by: KKB on 04 Sep 2002, 17:24:41
Can you post the whole cpp please?
Title: Re:problem with my addon in the cpp for some reason
Post by: Jahve on 05 Sep 2002, 16:00:07
i will when i get home from school. Thanks for bothering to post :D