View Single Post
404UserNotFound
BANNED
Join Date: Dec 2011
Old 12-10-2014 , 13:42   Re: [TF2] Spawn ducks for duck journal
Reply With Quote #9

Quote:
Originally Posted by Astrak View Post
Hmm... Is there any way you could modify this to make it spawn Quackston Hale ducks instead of the regular ducks?

Also, I fiddled with the code a bit and made a plugin out of it that spawns them where you're looking.
I should've labelled things better:

PHP Code:
SetEntProp(entProp_Send"m_bSpecial"1); // 1 = 50XP "Quackston" duck, 0 = Normal duck
SetEntProp(entProp_Send"m_nSkin"21); // 21 = Quackston Hale skin 
Dunno how you didn't think to copy those two entprops.
404UserNotFound is offline