01 Feb 13, 01:13AM
(01 Feb 13, 12:27AM)Lee Wrote: #include <renderhud.cpp>?
(01 Feb 13, 12:27AM)Lee Wrote: EDIT: I CTRL+F in protos.h and typed 'drawequip' but it didn't find it in there. Does CTRL+F even work when you search for these things?It becuse it is not defined there.
add "extern void drawequipicons(playerent *p);" in protos.h
or you can put it before use the function in clientgame.cpp.