Hi elitepvpers,
Well i wanted to add an new Param for weapons/shields etc to the source.
So i looked at these 3 names in the entire source
#define dwDestParam3 dwDestParam[2]
#define nAdjParamVal3 nAdjParamVal[2]
#define dwChgParamVal3 dwChgParamVal[2]
And i added this underneath it with an diff #ifdef
#define dwDestParam4 dwDestParam[3]
#define nAdjParamVal4 nAdjParamVal[3]
#define dwChgParamVal4 dwChgParamVal[3]
I have compared all those things with the v19 Source of LTD to see if i missed out something. All is completed and uppon rebuilding no errors pops out.
So after i launched the DatabaseServer.exe i notice some errors that i didnt had before
The first error bugs me cause the weapon is there. But for some odd reason it cant find it.
Any help in this will be appriciated.






