View Single Post
Cave Johnson
Junior Member
Join Date: Jul 2016
Old 09-09-2016 , 23:37   Re: VS. Saxton Hale Version 2 - v1.2.2 Beta
Reply With Quote #26

Quote:
Originally Posted by nergal View Post
It's compiling fine but don't forget that I'm on Ubuntu linux, I'm not sure if that's influencing it.



hmmm I could add that feature but there's 2 problems.

1. If I have it save to cookies, players could forget to undo the command so they can be the boss
and 2. I already have the feature where players can reset their queue back to 0.
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

Last edited by Cave Johnson; 09-09-2016 at 23:42. Reason: added new info
Cave Johnson is offline