View Single Post
ktm
Member
Join Date: Aug 2012
Old 03-29-2013 , 02:15   Re: [ANY] tLevelMod v0.1.3 (2010-04-05)
Reply With Quote #100

Hey there, so I've been working on the hud part of this modular plugin. Sadly, whenever I try to compile my changes I get this error:
  • fatal error 120: cannot read from file "levelmod"

I've attempted to compile with the include levelmod, but so far I've had not luck. I can't seem to figure out how to compile with levelmod.

The code in question with the includes:

Quote:
#include <sourcemod>
#include <sdktools>
#include <levelmod>
#include <tf2_advanced>

#pragma semicolon 1

#define NO_ATTACH 0
#define ATTACH_NORMAL 1
#define ATTACH_HEAD 2

#define PLUGIN_VERSION "0.1.1"
#define SOUND_LEVELUP "misc/achievement_earned.wav"
So how can I compile with levelmod and TF2_advanced?

I've also attached the raw .sp file at the bottom if anyone wants to attempt to compile it on their side.
Attached Files
File Type: sp Get Plugin or Get Source (levelmod.hud.tf2.sp - 102 views - 7.4 KB)
__________________
My Plugins:
Zombie Fortress Redux
ktm is offline