Raised This Month: $ Target: $400
 0% 

Include file is preventing plugin from functioning.


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
PreDominance
Member
Join Date: Jul 2014
Old 07-09-2014 , 00:34   Re: Include file is preventing plugin from functioning.
Reply With Quote #3

I'm not getting any sort of message. I threw it in Debug and I got nothing.

I took it out of debug, and now it says it's running but it still lacks the plugin information.

Code:
Currently loaded plugins:
       name                    version     author            file             status   
 [  1] Admin Base              1.8.2       AMXX Dev Team     admin.amxx       running  
 [  2] Admin Commands          1.8.2       AMXX Dev Team     admincmd.amxx    running  
 [  3] Admin Help              1.8.2       AMXX Dev Team     adminhelp.amxx   running  
 [  4] Slots Reservation       1.8.2       AMXX Dev Team     adminslots.amxx  running  
 [  5] Multi-Lingual System    1.8.2       AMXX Dev Team     multilingual.am  running  
 [  6] Menus Front-End         1.8.2       AMXX Dev Team     menufront.amxx   running  
 [  7] Commands Menu           1.8.2       AMXX Dev Team     cmdmenu.amxx     running  
 [  8] Players Menu            1.8.2       AMXX Dev Team     plmenu.amxx      running  
 [  9] Maps Menu               1.8.2       AMXX Dev Team     mapsmenu.amxx    running  
 [ 10] Plugin Menu             1.8.2       AMXX Dev Team     pluginmenu.amxx  running  
 [ 11] Admin Chat              1.8.2       AMXX Dev Team     adminchat.amxx   running  
 [ 12] Anti Flood              1.8.2       AMXX Dev Team     antiflood.amxx   running  
 [ 13] Scrolling Message       1.8.2       AMXX Dev Team     scrollmsg.amxx   running  
 [ 14] Info. Messages          1.8.2       AMXX Dev Team     imessage.amxx    running  

 [ 15] Admin Votes             1.8.2       AMXX Dev Team     adminvote.amxx   running  
 [ 16] NextMap                 1.8.2       AMXX Dev Team     nextmap.amxx     running  
 [ 17] Nextmap Chooser         1.8.2       AMXX Dev Team     mapchooser.amxx  running  
 [ 18] TimeLeft                1.8.2       AMXX Dev Team     timeleft.amxx    running  
 [ 19] Pause Plugins           1.8.2       AMXX Dev Team     pausecfg.amxx    running  
 [ 20] Stats Configuration     1.8.2       AMXX Dev Team     statscfg.amxx    running  
 [ 21] StatsX                  1.8.2       AMXX Dev Team     statsx.amxx      running  
 [ 22] unknown                 unknown     unknown           nwc.amxx         running  
22 plugins, 22 running
Code:
] rcon meta list
Currently loaded plugins:
      description      stat pend  file              vers      src  load  unlod
 [ 1] AMX Mod X        RUN   -    amxmodx_mm.dll    v1.8.2    ini  Start ANY  
 [ 2] SQLite           RUN   -    sqlite_amxx.dll   v1.8.2    pl1  ANY   ANY  
 [ 3] Fun              RUN   -    fun_amxx.dll      v1.8.2    pl1  ANY   ANY  
 [ 4] Engine           RUN   -    engine_amxx.dll   v1.8.2    pl1  ANY   ANY  
 [ 5] FakeMeta         RUN   -    fakemeta_amxx.dl  v1.8.2    pl1  ANY   ANY  
 [ 6] CStrike          RUN   -    cstrike_amxx.dll  v1.8.2    pl1  ANY   ANY  
 [ 7] CSX              RUN   -    csx_amxx.dll      v1.8.2    pl1  ANY   ANY  
 [ 8] Ham Sandwich     RUN   -    hamsandwich_amxx  v1.8.2    pl1  ANY   ANY
Code:
] rcon amxx modules
Currently loaded modules:
      name                    version     author               status     
 [ 1] SQLite                  1.8.2       AMX Mod X Dev Team   running    
 [ 2] Fun                     1.8.2       AMX Mod X Dev Team   running    
 [ 3] Engine                  1.8.2       AMX Mod X Dev Team   running    
 [ 4] FakeMeta                1.8.2       AMX Mod X Dev Team   running    
 [ 5] nVault                  1.8.2       AMX Mod X Dev Team   running    
 [ 6] CStrike                 1.8.2       AMX Mod X Dev Team   running    
 [ 7] CSX                     1.8.2       AMX Mod X Dev Team   running    
 [ 8] Ham Sandwich            1.8.2       AMX Mod X Dev Team   running
nwc.sma
Code:
//#pragma tabsize 0
//#pragma dynamic 32768 

new const NAME[]    =    "NeoWarCraft";
new const AUTHOR[]    =    "PreDominance";
new const VERSION[]    =    "0.01";

#include <amxmodx>
#include <amxmisc>
#include <engine>
#include <fun>
#include <fakemeta>
#include <cstrike>
#include <hamsandwich>

#include "nwc/version.inl"
#include "nwc/constants.inl"
#include "nwc/logging.inl"
#include "nwc/util.inl"
#include "nwc/events.inl"
#include "nwc/vault.inl"

public plugin_init() 
{
    register_plugin(NAME, VERSION, AUTHOR);
    
    //RegisterHam(Ham_Spawn, "player", "event_spawn", 1);
}

public plugin_precache()
{

}

public client_putinserver(id)
{
    //if (!(vault_playerExists(id)) 
    //{
        //vault_savePlayer(id, true);
    //}
}

public plugin_end() 
{
    //nwc_log(LOGTYPE_SERVER, "Ending NWC plugin.");
}
PreDominance is offline
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 21:15.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode