Announcement
Collapse
No announcement yet.
progs.dat compiles fine but when I start the server I get this error:
Collapse
X
-
progs.dat compiles fine but when I start the server I get this error:
Host_Error: SVVM_ExecuteProgram: QC function StartFrame is missing
Quake Error: Host_Error: SVVM_ExecuteProgram: QC function StartFrame is missing
but the StartFrame function is defined:
2.5/progdefs.qc: func_t StartFrame;
2.5/defs.qc:void() StartFrame;
2.5/world.qc:void() StartFrame =
void() StartFrame =
{
teamplay = cvar("teamplay");
timelimit = cvar("timelimit") * 60;
fraglimit = cvar("fraglimit");
deathmatch = cvar("deathmatch");
framecount = framecount + 1;
};
I'm using frikqcc v2.7.Tags: None
Leave a comment: