Talk:Weapons on Spawn: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(→‎Source?: new section)
No edit summary
Line 2: Line 2:


Where was this copy/pasted from? —[[User:Mattshu|Mattshu]] 09:27, 29 May 2013 (PDT)
Where was this copy/pasted from? —[[User:Mattshu|Mattshu]] 09:27, 29 May 2013 (PDT)
I copy/pasted the code from my mod, then pasted it here and wrote a tutorial about it.
I got the weapon giving code from the impulse 101 code (line 6055 in player.cpp) [[User:Bitl|Bitl]]

Revision as of 09:25, 30 May 2013

Source?

Where was this copy/pasted from? —Mattshu 09:27, 29 May 2013 (PDT)

I copy/pasted the code from my mod, then pasted it here and wrote a tutorial about it.

I got the weapon giving code from the impulse 101 code (line 6055 in player.cpp) Bitl