Rotating Door Support progs.dat + source +example bsp

Discuss programming in the QuakeC language.
drm_wayne
Posts: 232
Joined: Sat Feb 11, 2012 5:47 pm

Re: Rotating Door Support progs.dat + source +example bsp

Post by drm_wayne »

I ust tried to adapt the doors to my qc but sadly i cant get it to work...
I just dont understand the error message...

Code: Select all

doors.qc:176: error: function door_use_netname was not defined
doors.qc:69:    door_use_netname  is defined here
hl_doors.qc:176: error: function rot_crush was not defined
hl_doors.qc:1:    rot_crush  is defined here

wht exactly is the problem here???

EDIT:

Changes: Very few, just doors.qc + addition of hl_doors.qc plus one line in defs.qc and including the hl_doors.qc in progs.src

Which line in defs.qc? i think i have added everything important, but i am now really confused... maybe the code has a conflict with something (frikbots?)

EDIT2:

Found the problem, it was a problem with fteqcc,it works with tha newer version...
Post Reply