AMMO
Posted: Sat Jan 27, 2007 3:41 am
i need to know how to make ammo for an smg. ive tried alot but i cant get it to work. no noob posts
if(Bullet_Count.textNumber>0)
{
xvelocity=2;
//Set the speed that you want
}
else if(Bullet_Count<=0)
{
DestroyActoy("EventActor");
//This may not work, use the Variable/Function button and choose destroy actor
}