Quote:
|
Originally Posted by [Coder
Someone]Noo, that wasen't what i mean!
When I try to complie my plugin for amxmodx I get errors that give_item does not exsist.
I use to code for amxmod, and with amxmod it works, is there some files that I have to include?
|
fyi, the ones i use are (the more common ones

)
#include <fun>
#include <engine>
#include <cstrike>
#include <amxmodx> <----- gosh, how could you miss this
#include <amxmisc>
so whenever i make/port plugins, i just put those in first, no matter if its used anot

.