Update ns module project files and use AMTL.

This commit is contained in:
Arkshine
2014-08-10 18:24:47 +02:00
parent 3f6ad29f55
commit 9d53d48552
33 changed files with 199 additions and 7054 deletions

View File

@@ -11,15 +11,15 @@
// Natural Selection Module
//
#include "../sdk/amxxmodule.h"
#include "amxxmodule.h"
#include "../ns.h"
#include "ns.h"
#include "../utilfunctions.h"
#include "../NEW_Util.h"
#include "utilfunctions.h"
#include "NEW_Util.h"
#include "../GameManager.h"
#include "../CPlayer.h"
#include "GameManager.h"
#include "CPlayer.h"
// ns_has_weapon(idPlayer,NsWeapon,set=0)
static cell AMX_NATIVE_CALL ns_has_weapon(AMX *amx,cell *params)