View Single Post
Author Message
trasheurs
Junior Member
Join Date: Apr 2005
Old 11-07-2005 , 20:54   #include Xtrafun_to_Vexd
Reply With Quote #1

Hi all, i have a problem with a module define inside my plugin.

I want to convert my plugin amx to amxx. But my problem i have this inside my plugin:

Quote:
#include <amxmod>
#include <amxmisc>
#include <Xtrafun_to_Vexd>
Ok i understand i change for this:

Quote:
#include <amxmodx>
#include <amxmisc>
But my problem is for this:

Quote:
#include <Xtrafun_to_Vexd>
How can i change this .inc for convert my plugin for amxx ?

Thanks in advance
trasheurs is offline