View Single Post
Author Message
Matheus28
Senior Member
Join Date: Aug 2009
Old 11-13-2009 , 14:36   Re: How to spawn a working CTFProjectile_Rocket?
Reply With Quote #1

This should work:
Code:
SetEntPropFloat(ent, Prop_Send, "m_flDamage", 100.0);
GetEntPropFloat(ent, Prop_Data, "m_flDamage", 100.0);
Matheus28 is offline