Home   Help Search Login Register  

Author Topic: problem with my addon in the cpp for some reason  (Read 1195 times)

0 Members and 1 Guest are viewing this topic.

Offline Jahve

  • Former Staff
  • ****
    • Jahwerks
problem with my addon in the cpp for some reason
« 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.

Offline KKB

  • Members
  • *
Re:problem with my addon in the cpp for some reason
« Reply #1 on: 04 Sep 2002, 17:24:41 »
Can you post the whole cpp please?

Offline Jahve

  • Former Staff
  • ****
    • Jahwerks
Re:problem with my addon in the cpp for some reason
« Reply #2 on: 05 Sep 2002, 16:00:07 »
i will when i get home from school. Thanks for bothering to post :D