View Single Post
MrPickles
Senior Member
Join Date: Aug 2022
Location: Colombia
Old 09-09-2022 , 18:13   Re: How to play muzzleflash on a player weapon?
Reply With Quote #3

Quote:
Originally Posted by Natsheh View Post
How is it possible to play muzzleflash on a player weapon entity using client temporary entities
if the p model have the animation of shooting, u can put it in the .qc with an event

PHP Code:
$sequence ref_shoot "ref_shoot" loop fps 35 event 5001 6 } { event 5001 13 } { event 5001 24 } { event 5001 27 } { event 5001 31 
5001 is the event of muzzleflash, and 6, 13, etc are the frames

Last edited by MrPickles; 09-09-2022 at 18:14.
MrPickles is offline