View Single Post
sejin513
AlliedModders Donor
Join Date: Dec 2008
Location: ._.
Old 01-06-2011 , 08:11   Re: [TF2] VS Saxton Hale Mode
#78

Code:
#define HaleKSpree "models/player/saxton_hale/saxton_hale_responce_3.mdl"
#define HaleKSpree2 "models/player/saxton_hale/saxton_hale_responce_4.mdl"

                if (GetRandomInt(0,1))
                    Format(s,256,"../%s",HaleKSpree);
                else
                    Format(s,256,"../%s",HaleKSpree2);
            }
            EmitSoundToAll(s, _, _, SNDLEVEL_TRAFFIC, SND_NOFLAGS, SNDVOL_NORMAL, 100, _,NULL_VECTOR, NULL_VECTOR, false, 0.0);
            EmitSoundToAll(s, _, _, SNDLEVEL_TRAFFIC, SND_NOFLAGS, SNDVOL_NORMAL, 100, _, NULL_VECTOR, NULL_VECTOR, false, 0.0);


Failed to load sound "../models/player/saxton_hale/saxton_hale_responce_3.mdl", file probably missing from disk/repository
Failed to load sound "../models/player/saxton_hale/saxton_hale_responce_3.mdl", file probably missing from disk/repository

Failed to load sound "../models/player/saxton_hale/saxton_hale_responce_4.mdl", file probably missing from disk/repository
Failed to load sound "../models/player/saxton_hale/saxton_hale_responce_4.mdl", file probably missing from disk/repository




#define HaleLastB "vo/announcer_amuberrage_lastmanalive"

to

#define HaleLastB "vo/announcer_am_lastmanalive"
Code:
//// saxtonhale.sp
// saxtonhale.sp(160) : error 017: undefined symbol "HalePanel"
// saxtonhale.sp(163) : error 017: undefined symbol "QueuePanel"
// saxtonhale.sp(164) : error 017: undefined symbol "QueuePanel"
// saxtonhale.sp(165) : error 017: undefined symbol "HelpPanel"
// saxtonhale.sp(166) : error 017: undefined symbol "HelpPanel"
// saxtonhale.sp(167) : error 017: undefined symbol "NewPanel"
// saxtonhale.sp(168) : error 017: undefined symbol "NewPanel"
// saxtonhale.sp(202) : error 017: undefined symbol "Ennui"
// saxtonhale.sp(243) : error 017: undefined symbol "Ennui"
// saxtonhale.sp(446) : warning 213: tag mismatch
// saxtonhale.sp(446) : error 092: number of arguments does not match definition

// saxtonhale.sp(1123) : error 100: function prototypes do not match
// saxtonhale.sp(1423) : error 017: undefined symbol "HelpPanel"
// saxtonhale.sp(2129) : error 100: function prototypes do not match
// saxtonhale.sp(2134) : error 001: expected token: ")", but found "if"
// saxtonhale.sp(2136) : error 010: invalid function or declaration
// saxtonhale.sp(2137) : error 021: symbol already defined: "WriteFileCell"
// saxtonhale.sp(2160) : error 017: undefined symbol "OnSocketConnectedA"
// saxtonhale.sp(1341) : warning 204: symbol is assigned a value that is never u
sed: "Incoming"
// saxtonhale.sp(379) : warning 204: symbol is assigned a value that is never us
ed: "bSpecials"
// saxtonhale.sp(71) : warning 203: symbol is never used: "curhelp"
//
// 17 Errors.
//
// Compilation Time: 1.91 sec
// ----------------------------------------
and error models S:

Last edited by sejin513; 01-06-2011 at 08:18.
sejin513 is offline