Hi there ... I know i sohuld know how to do this because i've been doing cogging for more than a year but
When I fire a weapon I create a dummy using
CreateThing(dummy, player);
CaptureThing(dummy);
SetThingHealth(dummy, 100);
... and so on ....
and then when it's deselcted it destroys it
DestoryThing(dummy);
ReleaseThing(dummy);
ok so thats done ,,,, but ...... when i try to make another one .. nothing happens ?
can anyone help ?
When I fire a weapon I create a dummy using
CreateThing(dummy, player);
CaptureThing(dummy);
SetThingHealth(dummy, 100);
... and so on ....
and then when it's deselcted it destroys it
DestoryThing(dummy);
ReleaseThing(dummy);
ok so thats done ,,,, but ...... when i try to make another one .. nothing happens ?
can anyone help ?