• [Bug]game.AddParticles()
    0 replies, posted
Error: "Attempt to create uknow particle system" (tf2 particle) Expected: Load ALL particles from the game menu Expected solution: [lua] local files, directories = file.Find( "particles/*", "GAME" ) for i=0,table.Count(files) do game.AddParticles( "particles/"..tostring(files[i]) ) Msg( "particles/"..tostring(files[i])) end [/lua] Out: all the particles with their paths but doesn't working Where is the "We will miss you update 142" [img]http://puu.sh/1ipEY[/img]
Sorry, you need to Log In to post a reply to this thread.