Trying to make sniper rifle, and Team respawns

Discuss programming in the QuakeC language.
Post Reply
hawkins83
Posts: 28
Joined: Sun Sep 03, 2006 6:39 am

Trying to make sniper rifle, and Team respawns

Post by hawkins83 »

Im getting this error
error: weapons.qc:1077:";" is not a name


How do i make team respawns the tutorial on the site doesnt work
Tei
Posts: 193
Joined: Mon Oct 25, 2004 12:22 pm

Re: Trying to make sniper rifle, and Team respawns

Post by Tei »

hawkins83 wrote:Im getting this error
error: weapons.qc:1077:";" is not a name


How do i make team respawns the tutorial on the site doesnt work
post here the code. Seems a simple typo mistake.
hawkins83
Posts: 28
Joined: Sun Sep 03, 2006 6:39 am

Post by hawkins83 »

weapons.qc:1086: error: Unknown value "void".
weapons.qc:1086: warning: Expected punctuation
weapons.qc:1086: warning: Expected punctuation
weapons.qc:1086: warning: Expected punctuation
weapons.qc:1086: warning: Expected punctuation
weapons.qc:1086: warning: Expected punctuation
weapons.qc:1086: warning: Expected punctuation
weapons.qc:1086: error: expected ;, found CheatCommand
Sajt
Posts: 1215
Joined: Sat Oct 16, 2004 3:39 am

Post by Sajt »

Gremlins.
F. A. Špork, an enlightened nobleman and a great patron of art, had a stately Baroque spa complex built on the banks of the River Labe.
FrikaC
Site Admin
Posts: 1026
Joined: Fri Oct 08, 2004 11:19 pm

Post by FrikaC »

I think you should look at lines 1086 and 1085 closely.
leileilol
Posts: 2783
Joined: Fri Oct 15, 2004 3:23 am

Post by leileilol »

end a function with

};

NOT

}

okay !!!
i should not be here
hawkins83
Posts: 28
Joined: Sun Sep 03, 2006 6:39 am

Post by hawkins83 »

i think i got team respawns done but will you guys join my server and see if it works
clan.navysoldier.com:26001
might need the maps
the link is at
http://navysoldiers.bravehost.com/index2.html
Post Reply