drewpaul86
8th April 2004, 00:01
ATTENTION!!!
ok, to all those that have been attempting to make thier own SDK, and was doing this following wormX's example, basically u just wasted a bunch of time unless u paid attention to follow up posts that damage has made and i have responded to. almost everything that worm posted was right, but there is one major step that if u did, u just wasted all that time u spent making this.
in wormx's pic, it says take
enum eHitZones
{
head;
neck;
body;
legs;
arms;
}
and make it into this:
enum eHitZones
{
}
DON'T. I'm sry i didn't see this error earlier, i noticed damage_inc's version of an sdk he was starting, and noticed this, and corrected him, but didn't realize that he was told to do so in the SDK Proccess pic posted by WormX. If u do this u will get an error saying there must be at least one prop in an enum, but if u delete them, there isn't anything.
This is a WARNING and correction of the pic that WormX has posted. sry to all those that spent time working on the classes, i just found out when someone asked me for help and showed me both, thier core.u classes and thier ucc make error.
I repeat, do NOT empty the enum, the same goes with the structs.
cya
sry to all those that spent thier time to begin this process and got as far as a few of these people asking for help.
ok, to all those that have been attempting to make thier own SDK, and was doing this following wormX's example, basically u just wasted a bunch of time unless u paid attention to follow up posts that damage has made and i have responded to. almost everything that worm posted was right, but there is one major step that if u did, u just wasted all that time u spent making this.
in wormx's pic, it says take
enum eHitZones
{
head;
neck;
body;
legs;
arms;
}
and make it into this:
enum eHitZones
{
}
DON'T. I'm sry i didn't see this error earlier, i noticed damage_inc's version of an sdk he was starting, and noticed this, and corrected him, but didn't realize that he was told to do so in the SDK Proccess pic posted by WormX. If u do this u will get an error saying there must be at least one prop in an enum, but if u delete them, there isn't anything.
This is a WARNING and correction of the pic that WormX has posted. sry to all those that spent time working on the classes, i just found out when someone asked me for help and showed me both, thier core.u classes and thier ucc make error.
I repeat, do NOT empty the enum, the same goes with the structs.
cya
sry to all those that spent thier time to begin this process and got as far as a few of these people asking for help.