by FiLLLe1 » Tue Feb 27, 2007 8:53 pm
with those tips i managed to make my bullets come left,when face left etc. But they only appear, they aren't using the speed i set.
(---> skott_1.xvelocity=100; <--- )
My whole script is following:
CreateActor("Skott_1", "random_skott", "Gubbe_1", "(none)", 0, -45, false);
if(creator.animindex =="USMC_1_stilla_right")
Skott_1.xvelocity = 100;
else
if(creator.animindex =="USMC_1_stilla_left")
Skott_1.xvelocity = -100;
can anyone tell me whats wrong plz??
and on script line 4 and 7 I get a warning: Suspicious pointer conversion. Why am I getting that?