by not_l33t » Sun Oct 08, 2006 10:35 am
i am trying to install the gyro 2 plugin into clean QC code. i am using QuakeC 106.
here are the problems i am having
when i remove the line
void(entity e) remove = #15; (like it says in the tut)
i get this error
error: subs.qc:5:Unknown value "remove"
warning: subs.qc:25:SetMovedir: not all control paths return a value
error: subs.qc:188:Unknown value "remove"
error: subs.qc:253:Unknown value "remove"
but when i leave it in i get this error
warning: subs.qc:25:SetMovedir: not all control paths return a value
warning: ai.qc:368:FindTarget must return a value
warning: ai.qc:588:CheckAnyAttack must return a value
warning: items.qc:47:droptofloor: Too few parameters
error: world.qc:343:Unknown value "Gyro_Run"
can someone help me out.