View Single Post
nergal
Veteran Member
Join Date: Apr 2012
Old 09-10-2016 , 02:30   Re: VS. Saxton Hale Version 2 - v1.2.2 Beta
Reply With Quote #27

Quote:
Originally Posted by Cave Johnson View Post
Actually he is right. The compiling errors I was having were fixed when I used #include "modules/bosses.sp" instead of #include "bosses.sp"


EDIT: I have more errors after I fixed the others.
// vsh2.sp(1 : warning 207: unknown #pragma
// vsh2.sp(1 : error 038: extra characters on line
// vsh2.sp(64) : error 001: expected token: ";", but found "-identifier-"
// vsh2.sp(70) : error 010: invalid function or declaration
// vsh2.sp(97) : error 010: invalid function or declaration
// vsh2.sp(9 : error 010: invalid function or declaration
// vsh2.sp(100) : error 010: invalid function or declaration
// vsh2.sp(103) : error 010: invalid function or declaration
// vsh2.sp(110) : error 010: invalid function or declaration
// vsh2.sp(112) : error 010: invalid function or declaration
// vsh2.sp(116) : warning 219: local variable "int" shadows a variable at a preceding level
// vsh2.sp(116) : error 001: expected token: ")", but found "-identifier-"
// vsh2.sp(116) : error 017: undefined symbol "iFlags"
// vsh2.sp(117) : error 010: invalid function or declaration
// vsh2.sp(123) : error 010: invalid function or declaration
// vsh2.sp(124) : error 017: undefined symbol "this"
// vsh2.sp(125) : warning 219: local variable "int" shadows a variable at a preceding level
// vsh2.sp(125) : error 001: expected token: ")", but found "-identifier-"
// vsh2.sp(125) : error 017: undefined symbol "iVal"
// vsh2.sp(12 : error 010: invalid function or declaration
// vsh2.sp(129) : error 021: symbol already defined: "get"
// vsh2.sp(129) : error 017: undefined symbol "this"
// vsh2.sp(130) : warning 219: local variable "int" shadows a variable at a preceding level
// vsh2.sp(130) : error 001: expected token: ")", but found "-identifier-"
// vsh2.sp(130) : error 021: symbol already defined: "set"
// vsh2.sp(130) : error 017: undefined symbol "iVal"
// vsh2.sp(130) : fatal error 127: too many error messages on one line
now. where do I even begin
Well firstly, are you compiling with 1.8+ sourcemod spcomp?
to be exact, im using SourcePawn Compiler 1.8.0.5928
Secondly, do you have latest tf2items and morecolors includes?
__________________

Last edited by nergal; 09-10-2016 at 02:38.
nergal is offline