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
CreateParticleSystem not working
Equil Offline
Member

Posts: 94
Threads: 8
Joined: Sep 2010
Reputation: 0
#4
RE: CreateParticleSystem not working

Very odd.. I just did some testing on my map with that. It seems to appear fine for me. Here's the code:

void OnStart() {
    
    AddTimer("", 5.0f, "Whirl");

}    

void Whirl(string &in asTimer) {

AddDebugMessage("WHIRL", false);

CreateParticleSystemAtEntity("", "ps_dust_whirl.ps", "AreaWhirl", false);

}

Try adjusting the position of the area you are creating the particle at also.
03-16-2012, 09:43 AM
Find


Messages In This Thread
CreateParticleSystem not working - by Damascus - 03-16-2012, 08:59 AM
RE: CreateParticleSystem not working - by Equil - 03-16-2012, 09:03 AM
RE: CreateParticleSystem not working - by Equil - 03-16-2012, 09:43 AM
RE: CreateParticleSystem not working - by Equil - 03-16-2012, 09:48 AM



Users browsing this thread: 1 Guest(s)