Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
repeating+Adding on script looks impossible?!
Amnesiaplayer Offline
Senior Member

Posts: 539
Threads: 105
Joined: Jun 2014
Reputation: 0
#5
RE: repeating+Adding on script looks impossible?!

(05-21-2015, 12:47 AM)Daemian Wrote: Using one ball I would do like this:

PHP Code: (Select All)
void BallShoot(string &in asTimer)
{
ResetProp("Ball");
PlayGuiSound("break_wood_metal"3); 
AddPropForce("Ball"00, -1000000"world");
CreateParticleSystemAtEntity("""ps_hit_rock.ps""Ball_Shoot"true);
AddTimer(""3,"BallShoot");


So it shoots a ball, and after 3 seconds, the ball disappear, and it will happen again???> And it will shoot again?
(This post was last modified: 05-21-2015, 05:16 PM by Amnesiaplayer.)
05-21-2015, 05:14 PM
Find


Messages In This Thread
RE: repeating+Adding on script looks impossible?! - by Amnesiaplayer - 05-21-2015, 05:14 PM



Users browsing this thread: 2 Guest(s)