For the reload code, I think I can finish it off with 3 UTIL_SelectItem calls... Assuming that "primary", "secondary", and "knife" are valid calls to the SelectItem function.
Does CS provide "primary" and "secondary" as selectable weapons, or would I have to use "
UTIL_SelectItem(pEdict, "weapon_usp");" followed by "
UTIL_SelectItem(pEdict, "weapon_glock18");" etc. Is there a shortcut?
(Please keep in mind, I am
not a newb to programming, just to C++ and HL/Metamod.

I understand code quickly, I just need help developing my first few ideas.)