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?!
Daemian Offline
Posting Freak

Posts: 1,129
Threads: 42
Joined: Dec 2012
Reputation: 49
#4
RE: repeating+Adding on script looks impossible?!

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");


05-21-2015, 12:47 AM
Find


Messages In This Thread
RE: repeating+Adding on script looks impossible?! - by Daemian - 05-21-2015, 12:47 AM



Users browsing this thread: 2 Guest(s)