...it.
If player has landed (here's one way to check that), and player.prevmomZ (IMPORTANT: account for flipped gravity here!) is less than, say, -16*FRACUNIT...
...then spawn dust particles around the player (multiple ways here, but I'd use this one).
Update player.prevmomZ for the next tic...